Skip to content

Commit e3fd74c

Browse files
authored
Merge pull request #9523 from hasufell/filepath-1.5
Relax upper bounds on filepath
2 parents 699df5d + 8515cfd commit e3fd74c

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.8,
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
@@ -106,7 +106,7 @@ library
106106
, Cabal-syntax ^>=3.11
107107
, containers >=0.5.6.2 && <0.8
108108
, edit-distance ^>= 0.2.2
109-
, filepath ^>=1.4.0.0
109+
, filepath ^>=1.4.0.0 || ^>=1.5.0.0
110110
, mtl >=2.0 && <2.4
111111
, pretty ^>=1.1
112112
, 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
@@ -218,7 +218,7 @@ library
218218
echo >= 0.1.3 && < 0.2,
219219
edit-distance >= 0.2.2 && < 0.3,
220220
exceptions >= 0.10.4 && < 0.11,
221-
filepath >= 1.4.0.0 && < 1.5,
221+
filepath >= 1.4.0.0 && < 1.6,
222222
hashable >= 1.0 && < 1.5,
223223
HTTP >= 4000.1.5 && < 4000.5,
224224
mtl >= 2.0 && < 2.4,

cabal-testsuite/cabal-testsuite.cabal

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

0 commit comments

Comments
 (0)