hackage2nix: keep old haskell-src-exts_1_19_1 around

Needed for hindent and structured-haskell-mode. At the same time, though, we
can drop the older 1.18 version, which is no longer required by hoogle.
This commit is contained in:
Michael Alan Dorman 2017-12-11 07:24:52 -05:00 committed by Peter Simons
parent cb6725ea05
commit 3ddc73a5d1

View file

@ -2539,7 +2539,7 @@ extra-packages:
- haddock-library == 1.2.* # required for haddock-api-2.16.x
- happy <1.19.6 # newer versions break Agda
- haskell-gi-overloading == 0.0 # gi-* packages use this dependency to disable overloading support
- haskell-src-exts == 1.18.* # required by hoogle-5.0.4
- haskell-src-exts == 1.19.* # required by hindent and structured-haskell-mode
- language-c == 0.7.0 # required by c2hs hack to work around https://github.com/haskell/c2hs/issues/192.
- mtl < 2.2 # newer versions require transformers > 0.4.x, which we cannot provide in GHC 7.8.x
- mtl-prelude < 2 # required for to build postgrest on mtl 2.1.x platforms