summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-10 20:34:23 +0100
committerPeter Simons <simons@cryp.to>2020-01-10 20:56:20 +0100
commit4ef37f42100b4a66018f7b0807385a26e9178ae8 (patch)
tree7be17230b55592c14defa75cea38c716d8e652f0 /pkgs/development/haskell-modules
parent7b8cdfabcd80165cea19cab281705b3d4fa0b078 (diff)
downloadnixpkgs-4ef37f42100b4a66018f7b0807385a26e9178ae8.tar
nixpkgs-4ef37f42100b4a66018f7b0807385a26e9178ae8.tar.gz
nixpkgs-4ef37f42100b4a66018f7b0807385a26e9178ae8.tar.bz2
nixpkgs-4ef37f42100b4a66018f7b0807385a26e9178ae8.tar.lz
nixpkgs-4ef37f42100b4a66018f7b0807385a26e9178ae8.tar.xz
nixpkgs-4ef37f42100b4a66018f7b0807385a26e9178ae8.tar.zst
nixpkgs-4ef37f42100b4a66018f7b0807385a26e9178ae8.zip
haskell-hoogle: drop obsolete jailbreak
The latest version of hoogle accepts haskell-src-exts-1.23.x.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index af08d55f109..8462e9b4549 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1261,7 +1261,7 @@ self: super: {
 
   # The LTS-14.x version of their dependencies are too old.
   cabal-plan = super.cabal-plan.overrideScope (self: super: { optparse-applicative = self.optparse-applicative_0_15_1_0; ansi-terminal = self.ansi-terminal_0_10_2; base-compat = self.base-compat_0_11_0; semialign = self.semialign_1_1; time-compat = doJailbreak super.time-compat; });
-  hoogle = (doJailbreak super.hoogle).override { haskell-src-exts = self.haskell-src-exts_1_23_0; };    # https://github.com/ndmitchell/hoogle/issues/334
+  hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_23_0; };
 
   # Version bounds for http-client are too strict:
   # https://github.com/bitnomial/prometheus/issues/34