Skip to content

Commit

Permalink
Update remaining bounds to account for version bump to Cabal-2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hvr committed Aug 1, 2018
1 parent b378f7d commit 2be59bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cabal-dev-scripts/cabal-dev-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ executable gen-extra-source-files
hs-source-dirs: src
build-depends:
base >=4.10 && <4.12,
Cabal >=2.2 && <2.4,
Cabal >=2.2 && <2.5,
bytestring,
directory,
filepath,
Expand Down
8 changes: 4 additions & 4 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ library
base16-bytestring >= 0.1.1 && < 0.2,
binary >= 0.7 && < 0.9,
bytestring >= 0.10.2 && < 1,
Cabal >= 2.3 && < 2.4,
Cabal == 2.4.*,
containers >= 0.5 && < 0.7,
cryptohash-sha256 >= 0.11 && < 0.12,
deepseq >= 1.3 && < 1.5,
Expand Down Expand Up @@ -372,7 +372,7 @@ executable cabal
if flag(lib)
build-depends:
cabal-install,
Cabal >= 2.3 && < 2.4,
Cabal,
base,
directory,
filepath
Expand All @@ -385,7 +385,7 @@ executable cabal
base16-bytestring >= 0.1.1 && < 0.2,
binary >= 0.7 && < 0.9,
bytestring >= 0.10.2 && < 1,
Cabal >= 2.3 && < 2.4,
Cabal == 2.4.*,
containers >= 0.5 && < 0.7,
cryptohash-sha256 >= 0.11 && < 0.12,
deepseq >= 1.3 && < 1.5,
Expand Down Expand Up @@ -619,7 +619,7 @@ executable cabal

cpp-options: -DMONOLITHIC
build-depends:
Cabal >= 2.3 && < 2.4,
Cabal == 2.4.*,
QuickCheck >= 2.8.2,
array,
async,
Expand Down
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ constraints: unix >= 2.7.1.0
allow-newer:
hackage-repo-tool:optparse-applicative

allow-newer:
hackage-security:Cabal

program-options
-- So us hackers get all the assertion failures early:
--
Expand Down

0 comments on commit 2be59bc

Please sign in to comment.