summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-03-04 10:55:03 +0100
committerPeter Simons <simons@cryp.to>2021-03-05 20:49:28 +0100
commit9e897feebaa38a884bf5a06c349175b009918764 (patch)
treee39dec7a2f2211438e504c6cef4d46e855bdd5a2 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent7f77d640b7bc46382eca06b8b5150392e8cd89ce (diff)
downloadnixpkgs-9e897feebaa38a884bf5a06c349175b009918764.tar
nixpkgs-9e897feebaa38a884bf5a06c349175b009918764.tar.gz
nixpkgs-9e897feebaa38a884bf5a06c349175b009918764.tar.bz2
nixpkgs-9e897feebaa38a884bf5a06c349175b009918764.tar.lz
nixpkgs-9e897feebaa38a884bf5a06c349175b009918764.tar.xz
nixpkgs-9e897feebaa38a884bf5a06c349175b009918764.tar.zst
nixpkgs-9e897feebaa38a884bf5a06c349175b009918764.zip
haskell.packages.ghc901.doctest: Fix eval error
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 932441f7810..0a41a91aaa3 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -80,10 +80,7 @@ self: super: {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/alex-3.2.5.patch";
     sha256 = "0q8x49k3jjwyspcmidwr6b84s4y43jbf4wqfxfm6wz8x2dxx6nwh";
   });
-  doctest = appendPatch (dontCheck (doJailbreak super.doctest_0_18)) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/doctest-0.17.patch";
-    sha256 = "16s2jcbk9hsww38i2wzxghbf0zpp5dc35hp6rd2n7d4z5xfavp62";
-  });
+  doctest = dontCheck (doJailbreak super.doctest_0_18_1);
   generic-deriving = appendPatch (doJailbreak super.generic-deriving) (pkgs.fetchpatch {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/generic-deriving-1.13.1.patch";
     sha256 = "0z85kiwhi5p2wiqwyym0y8q8qrcifp125x5vm0n4482lz41kmqds";