haskell.packages.ghc921.basement: fix build

See also https://github.com/haskell-foundation/foundation/issues/563.
This commit is contained in:
Dominik Schrempf 2022-03-07 20:58:57 +01:00
parent 27e38e5bce
commit 5a8ee94382
No known key found for this signature in database
GPG Key ID: E82B4974AA8C563A

View File

@ -47,14 +47,6 @@ self: super: {
doHaddock = !pkgs.stdenv.isAarch64;
} super.tf-random;
basement = overrideCabal (drv: {
# This is inside a conditional block so `doJailbreak` doesn't work
postPatch = "sed -i -e 's,<4.16,<4.17,' basement.cabal";
}) (appendPatch (pkgs.fetchpatch {
url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/basement-0.0.12.patch";
sha256 = "0c8n2krz827cv87p3vb1vpl3v0k255aysjx9lq44gz3z1dhxd64z";
}) super.basement);
# Tests fail because of typechecking changes
conduit = dontCheck super.conduit;