Merge pull request #38287 from ElvishJerricco/free-4.12.4-ghc-7.10

Haskell: free-4.12.4 for ghc-7.10.x
This commit is contained in:
Peter Simons 2018-04-01 10:09:57 +02:00 committed by GitHub
commit 32a98a635a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2401,6 +2401,7 @@ extra-packages:
- containers < 0.5 # required to build alex with GHC 6.12.3
- control-monad-free < 0.6 # newer versions don't compile with anything but GHC 7.8.x
- deepseq == 1.3.0.1 # required to build Cabal with GHC 6.12.3
- free == 4.12.4 # required on GHC 7.10.x
- generic-deriving == 1.10.5.* # new versions don't compile with GHC 7.10.x
- gloss < 1.9.3 # new versions don't compile with GHC 7.8.x
- haddock < 2.17 # required on GHC 7.10.x