Skip to content

Commit b14a01d

Browse files
authored
Merge pull request #9532 from haskell/mergify/bp/3.10/pr-9523
Relax upper bounds on filepath (backport #9523)
2 parents 7553f8a + 96fa406 commit b14a01d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library
3535
containers >= 0.5.0.0 && < 0.7,
3636
deepseq >= 1.3.0.1 && < 1.6,
3737
directory >= 1.2 && < 1.4,
38-
filepath >= 1.3.0.1 && < 1.5,
38+
filepath >= 1.3.0.1 && < 1.6,
3939
mtl >= 2.1 && < 2.4,
4040
parsec >= 3.1.13.0 && < 3.2,
4141
pretty >= 1.1.1 && < 1.2,

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
containers >= 0.5.0.0 && < 0.7,
4242
deepseq >= 1.3.0.1 && < 1.6,
4343
directory >= 1.2 && < 1.4,
44-
filepath >= 1.3.0.1 && < 1.5,
44+
filepath >= 1.3.0.1 && < 1.6,
4545
pretty >= 1.1.1 && < 1.2,
4646
process >= 1.2.1.0 && < 1.7,
4747
time >= 1.4.0.1 && < 1.13

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ library
111111
, Cabal-syntax ^>=3.10
112112
, containers >=0.5.6.2 && <0.7
113113
, edit-distance ^>= 0.2.2
114-
, filepath ^>=1.4.0.0
114+
, filepath ^>=1.4.0.0 || ^>=1.5.0.0
115115
, mtl >=2.0 && <2.4
116116
, pretty ^>=1.1
117117
, transformers >=0.4.2.0 && <0.7

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ library
215215
echo >= 0.1.3 && < 0.2,
216216
edit-distance >= 0.2.2 && < 0.3,
217217
exceptions >= 0.10.4 && < 0.11,
218-
filepath >= 1.4.0.0 && < 1.5,
218+
filepath >= 1.4.0.0 && < 1.6,
219219
hashable >= 1.0 && < 1.5,
220220
HTTP >= 4000.1.5 && < 4000.5,
221221
mtl >= 2.0 && < 2.4,

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ library
6666
, cryptohash-sha256 ^>= 0.11.101.0
6767
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
6868
, exceptions ^>= 0.10.0
69-
, filepath ^>= 1.3.0.1 || ^>= 1.4.0.0
69+
, filepath ^>= 1.3.0.1 || ^>= 1.4.0.0 || ^>= 1.5.0.0
7070
, network-wait ^>= 0.1.2.0 || ^>= 0.2.0.0
7171
, optparse-applicative ^>= 0.14.3.0 || ^>=0.15.1.0 || ^>=0.16.0.0 || ^>= 0.17.0.0 || ^>= 0.18.1.0
7272
, process ^>= 1.2.1.0 || ^>= 1.4.2.0 || ^>= 1.6.1.0

0 commit comments

Comments
 (0)