summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-11-12 10:44:22 +0100
committersternenseemann <sternenseemann@systemli.org>2021-11-12 10:44:22 +0100
commit51eed17da007939b6991df38c348005684bc3dbe (patch)
treef0d45deea2e649a3a7e9cc33f7880bbd0a6ff44d /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent8b92aabf52e1d77df22ec368d5a8f3ebff9ffae0 (diff)
downloadnixpkgs-51eed17da007939b6991df38c348005684bc3dbe.tar
nixpkgs-51eed17da007939b6991df38c348005684bc3dbe.tar.gz
nixpkgs-51eed17da007939b6991df38c348005684bc3dbe.tar.bz2
nixpkgs-51eed17da007939b6991df38c348005684bc3dbe.tar.lz
nixpkgs-51eed17da007939b6991df38c348005684bc3dbe.tar.xz
nixpkgs-51eed17da007939b6991df38c348005684bc3dbe.tar.zst
nixpkgs-51eed17da007939b6991df38c348005684bc3dbe.zip
haskellPackages: adjust overrides for doctest update
* haskell.packages.ghc9{0,2}1.doctest: 0.18.1 -> 0.18.2

* haskell.packages.ghc921.doctest: drop now obsolete patch

* haskellPackages.hledger-lib_1_23: reflect doctest update
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 b461b45af02..6aae6f1c638 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -92,7 +92,7 @@ self: super: {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/fe192e12b88b09499d4aff0e562713e820544bd6/patches/alex-3.2.6.patch";
     sha256 = "1rzs764a0nhx002v4fadbys98s6qblw4kx4g46galzjf5f7n2dn4";
   }) (dontCheck super.alex);
-  doctest = dontCheck (doJailbreak super.doctest_0_18_1);
+  doctest = dontCheck (doJailbreak super.doctest_0_18_2);
   language-haskell-extract = appendPatch (pkgs.fetchpatch {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/language-haskell-extract-0.2.4.patch";
     sha256 = "0rgzrq0513nlc1vw7nw4km4bcwn4ivxcgi33jly4a7n3c1r32v1f";