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>2018-10-18 14:57:26 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commitba64a13d69b5a43cdfe81385ef9dc794543f1d1e (patch)
tree762ee926f7ab943dff327acdf0d56f43e50e8491 /pkgs/development/haskell-modules/configuration-common.nix
parented2370d8c4d7879adff3e53b5a9a7c3e6483a287 (diff)
downloadnixlib-ba64a13d69b5a43cdfe81385ef9dc794543f1d1e.tar
nixlib-ba64a13d69b5a43cdfe81385ef9dc794543f1d1e.tar.gz
nixlib-ba64a13d69b5a43cdfe81385ef9dc794543f1d1e.tar.bz2
nixlib-ba64a13d69b5a43cdfe81385ef9dc794543f1d1e.tar.lz
nixlib-ba64a13d69b5a43cdfe81385ef9dc794543f1d1e.tar.xz
nixlib-ba64a13d69b5a43cdfe81385ef9dc794543f1d1e.tar.zst
nixlib-ba64a13d69b5a43cdfe81385ef9dc794543f1d1e.zip
haskell-haddock-api: disable broken override
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9bc46eb25236..494d4380fa1e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -923,9 +923,9 @@ self: super: {
   text-icu = dontCheck super.text-icu;
 
   # https://github.com/haskell/cabal/issues/4969
-  haddock-api = (super.haddock-api.overrideScope (self: super: {
-    haddock-library = self.haddock-library_1_6_0;
-  })).override { hspec = self.hspec_2_4_8; };
+  # haddock-api = (super.haddock-api.overrideScope (self: super: {
+  #   haddock-library = self.haddock-library_1_6_0;
+  # })).override { hspec = self.hspec_2_4_8; };
 
   # Jailbreak "unix-compat >=0.1.2 && <0.5".
   # Jailbreak "graphviz >=2999.18.1 && <2999.20".
@@ -1060,7 +1060,7 @@ self: super: {
 
   # The test suite is broken. Break out of "base-compat >=0.9.3 && <0.10, hspec >=2.4.4 && <2.5".
   haddock-library = doJailbreak (dontCheck super.haddock-library);
-  haddock-library_1_6_0 = doJailbreak (dontCheck super.haddock-library_1_6_0);
+  # haddock-library_1_6_0 = doJailbreak (dontCheck super.haddock-library_1_6_0);
 
   # The tool needs a newer hpack version than the one mandated by LTS-12.x.
   cabal2nix = super.cabal2nix.overrideScope (self: super: {