haskell-hpack: keep old version around so that we can build stack

This commit is contained in:
Peter Simons 2017-01-17 11:20:13 +01:00
parent a9495b3066
commit d034506556

View file

@ -2018,6 +2018,7 @@ extra-packages:
- esqueleto < 2.5 # needed for git-annex: https://github.com/bitemyapp/esqueleto/issues/8
- 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
- hpack == 0.15.* # needed for stack-1.3.2
- haddock < 2.17 # required on GHC 7.10.x
- haddock-api == 2.15.* # required on GHC 7.8.x
- haddock-api == 2.16.* # required on GHC 7.10.x