Skip to content
Snippets Groups Projects
Commit 2c3f2b47 authored by Simon Hengel's avatar Simon Hengel
Browse files

Require GHC 7.8.3

parent 373f21c6
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
language: haskell
env:
- GHCVER=7.8.1
- GHCVER=7.8.2
- GHCVER=7.8.3
before_install:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment