diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-04-03 02:02:44 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-04-03 02:02:44 +0200 |
commit | b4f8e009213e88e148da497c66453bc3760cc59c (patch) | |
tree | 0cdd7f4fef601b691b3b01ce9001d444fe8d2e11 /cabal-helper.cabal | |
parent | b1e488bbb31140ee175405416076d10a0403bd67 (diff) |
Fix ghc 7.4
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 1fbaa63..887a16d 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -21,6 +21,9 @@ description: Furthermore the wrapper supports one special case namely reading a state file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using itself and not using any version of Cabal installed in any package database. + . + @cabal-helper@ can compile with @Cabal >= 1.14@ but requires @Cabal >= 1.16@ + at runtime. license: AGPL-3 license-file: LICENSE |