Skip to content

Commit a824564

Browse files
committed
Fix cabal bounds
1 parent 30b1cf6 commit a824564

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cabal-install-lib/cabal-install-lib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
build-depends: array >= 0.1 && < 0.6,
4949
base >= 4.3 && < 5,
5050
bytestring >= 0.9 && < 1,
51-
Cabal >= 1.23 && < 1.24,
51+
Cabal >= 1.22 && < 1.24,
5252
containers >= 0.1 && < 0.6,
5353
filepath >= 1.0 && < 1.5,
5454
time >= 1.1 && < 1.6

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ library
5353

5454
-- NOTE: when updating build-depends, don't forget to update version regexps
5555
-- in bootstrap.sh.
56-
build-depends: base >= 4.3 && <5,
56+
build-depends: array >= 0.1 && <0.6,
57+
base >= 4.3 && <5,
5758
Cabal >= 1.22 && <1.24,
5859
cabal-install-lib >= 1.22 && <1.24,
59-
pretty >= 1.1 && <1.2,
60-
containers >= 0.5 && <0.6,
61-
array >= 0.5 && <0.6,
62-
mtl >= 2.2 && <2.3
60+
containers >= 0.1 && <0.6,
61+
mtl >= 2.0 && <2.3,
62+
pretty >= 1 && <1.2
6363

6464
default-language: Haskell2010
6565
other-extensions: CPP, DeriveFunctor, RecordWildCards, DeriveFoldable, DeriveTraversable, GeneralizedNewtypeDeriving

0 commit comments

Comments
 (0)