summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-02-12 13:25:39 +0100
committerPeter Simons <simons@cryp.to>2021-02-12 20:35:22 +0100
commit1d419d8c05f6b704c70f1ac86d3aaa32676dd678 (patch)
tree8a00bd0939f549561e0227a5968804590f6150d3 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent5f9636146fd36feabe95d90f2ce8f1cf189976fe (diff)
downloadnixpkgs-1d419d8c05f6b704c70f1ac86d3aaa32676dd678.tar
nixpkgs-1d419d8c05f6b704c70f1ac86d3aaa32676dd678.tar.gz
nixpkgs-1d419d8c05f6b704c70f1ac86d3aaa32676dd678.tar.bz2
nixpkgs-1d419d8c05f6b704c70f1ac86d3aaa32676dd678.tar.lz
nixpkgs-1d419d8c05f6b704c70f1ac86d3aaa32676dd678.tar.xz
nixpkgs-1d419d8c05f6b704c70f1ac86d3aaa32676dd678.tar.zst
nixpkgs-1d419d8c05f6b704c70f1ac86d3aaa32676dd678.zip
haskell-doctest: update ghc-9.0.x override for the new 0.18 version
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.nix2
1 files changed, 1 insertions, 1 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 7e8546c7c7e..e3f196440ca 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -84,7 +84,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_17)) (pkgs.fetchpatch {
+  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";
   });