3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #163204 from dschrempf/ghc921-basement

haskell.packages.ghc921.basement: fix build
This commit is contained in:
maralorn 2022-03-08 00:01:09 +01:00 committed by GitHub
commit ac9f600619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;