Skip to content

Commit

Permalink
jailbreak-cabal.cabal: Revert "Cabal 2.2.x and beyond is broken, too"
Browse files Browse the repository at this point in the history
This reverts commit abb4322. The problem is
that Cabal 2.2.x works okay for cases that Cabal 1.24.x breaks, like
dataenc-0.14.0.7 or cryptohash-sha256. So it's a classic case of choose your
poison. Something is going to break regardless of which version we're using.
  • Loading branch information
peti committed May 29, 2018
1 parent abb4322 commit d3cf355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jailbreak-cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ source-repository head

executable jailbreak-cabal
main-is: Main.hs
build-depends: base < 5, Cabal == 1.20.* || == 1.24.*
build-depends: base < 5, Cabal == 1.20.* || == 1.24.* || >= 2.2
default-language: Haskell2010

0 comments on commit d3cf355

Please sign in to comment.