summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-14 13:02:30 +0100
committerPeter Simons <simons@cryp.to>2017-12-15 13:11:15 +0100
commit647cda9dfe1526b3fc9fb6b6d43723fe2cc396de (patch)
treea6edd5c4ec7f051d2d0b77a3406fffe7172e1208 /pkgs/development/haskell-modules/configuration-common.nix
parent432d58593ec67f3237023d078ac3d3845fd7c997 (diff)
downloadnixlib-647cda9dfe1526b3fc9fb6b6d43723fe2cc396de.tar
nixlib-647cda9dfe1526b3fc9fb6b6d43723fe2cc396de.tar.gz
nixlib-647cda9dfe1526b3fc9fb6b6d43723fe2cc396de.tar.bz2
nixlib-647cda9dfe1526b3fc9fb6b6d43723fe2cc396de.tar.lz
nixlib-647cda9dfe1526b3fc9fb6b6d43723fe2cc396de.tar.xz
nixlib-647cda9dfe1526b3fc9fb6b6d43723fe2cc396de.tar.zst
nixlib-647cda9dfe1526b3fc9fb6b6d43723fe2cc396de.zip
haskell-hoogle: fix build of latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9e490a7cec6e..4f5ad118a87a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1016,4 +1016,7 @@ self: super: {
     unliftio = self.unliftio_0_2_0_0;
   });
 
+  # Hoogle needs a newer version than lts-9 provides.
+  hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_1; };
+
 }