summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2017-12-11 07:24:52 -0500
committerPeter Simons <simons@cryp.to>2017-12-11 18:46:39 +0100
commit3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc (patch)
tree0d3bea8302e90f714546dc3ff30e5f19a90d53bd /pkgs
parentcb6725ea054b9ea0e9eb576604372aedb0a11334 (diff)
downloadnixlib-3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc.tar
nixlib-3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc.tar.gz
nixlib-3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc.tar.bz2
nixlib-3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc.tar.lz
nixlib-3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc.tar.xz
nixlib-3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc.tar.zst
nixlib-3ddc73a5d110b0cd22f5cbf19ea0cebfcf4ecccc.zip
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 65bcb2f04ca8..ad0e5a31ce68 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -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