Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Revert raising of the cabal version in the build-dependency
Browse files Browse the repository at this point in the history
Travis was failing because it uses `cabal install --only-dependencies`
in the .travis.yml
  • Loading branch information
KaiHa committed Jul 24, 2016
1 parent fd48c37 commit 564b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadrian.cabal
Expand Up @@ -120,7 +120,7 @@ executable hadrian
, ScopedTypeVariables
build-depends: base >= 4.8 && < 5
, ansi-terminal == 0.6.*
, Cabal >= 1.25
, Cabal == 1.22.* || == 1.24.* || == 1.25.*
, containers == 0.5.*
, directory == 1.2.*
, extra >= 1.4.7
Expand Down

0 comments on commit 564b125

Please sign in to comment.