Skip to content

Commit 807a023

Browse files
committed
Bump tar and filepath upper bounds
1 parent 61c995c commit 807a023

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hackage-cli.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ executable hackage-cli
115115
-- aeson-1.2.4.0 for stack-8.2.2.yaml
116116
, deepseq ^>= 1.4.0.0 || ^>= 1.5.0.0
117117
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
118-
, filepath ^>= 1.4.0.0
118+
, filepath >= 1.4.0.0 && < 2
119119
, http-io-streams ^>= 0.1.0.0
120120
, io-streams ^>= 1.5.0.1
121121
, microlens >= 0.4.8.3 && < 4.13
@@ -127,7 +127,7 @@ executable hackage-cli
127127
, semigroups >= 0.18.3 && < 0.21
128128
, stringsearch ^>= 0.3.6
129129
, tagsoup ^>= 0.14
130-
, tar ^>= 0.5
130+
, tar >= 0.5 && < 1
131131
, text >= 1.2 && < 2.2
132132
, time >= 1.5.0.1 && < 1.13
133133
, unordered-containers ^>= 0.2.7

0 commit comments

Comments
 (0)