Skip to content

Commit 546537f

Browse files
committed
Build against recent deps
1 parent f270d8d commit 546537f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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.8
113113
, edit-distance ^>= 0.2.2
114-
, filepath ^>=1.4.0.0 || ^>=1.5.0.0
114+
, filepath >= 1.3.0.1 && < 1.6
115115
, mtl >=2.0 && <2.4
116116
, pretty ^>=1.1
117117
, transformers >=0.4.2.0 && <0.7

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 || ^>= 1.5.0.0
69+
, filepath >= 1.3.0.1 && < 1.6
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

cabal.project.release

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ packages: cabal-install/
55
tests: False
66
benchmarks: False
77
optimization: True
8-
index-state: hackage.haskell.org 2023-10-13T10:16:13Z
98
constraints: tar >= 0.6.2.0,
109
bzlib-conduit >= 0.3.0.3,
1110
bz2 >= 1.0.1.1,

0 commit comments

Comments
 (0)