diff options
author | Simon Hengel <sol@typeful.net> | 2014-08-20 12:14:31 +0800 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2014-08-20 12:14:31 +0800 |
commit | 2c3f2b47fa5e66f5503b5418415e2fa75d134689 (patch) | |
tree | a39c086e4d01b854c97f821a4b54f2c89e84209a /haddock.cabal | |
parent | 373f21c6a010c48c7ea5a1851b4c4a5c2a28bdaa (diff) |
Require GHC 7.8.3
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index 3082214a..7e3fa0e2 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -83,7 +83,7 @@ executable haddock array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc == 7.8.*, + ghc == 7.8.3, bytestring other-modules: @@ -149,7 +149,7 @@ library array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc == 7.8.* + ghc == 7.8.3 if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE |