mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 23:53:26 +00:00
haskellPackages.cabal-plan: jailbreak
This commit is contained in:
parent
393ca0ec36
commit
2ae5dc0472
@ -232,6 +232,9 @@ self: super: {
|
||||
# There are numerical tests on random data, that may fail occasionally
|
||||
lapack = dontCheck super.lapack;
|
||||
|
||||
# currently, cabal-plan seems to get not much maintenance
|
||||
cabal-plan = doJailbreak super.cabal-plan;
|
||||
|
||||
# fix tests failure for base≥4.15 (https://github.com/kim/leveldb-haskell/pull/41)
|
||||
leveldb-haskell = appendPatch (fetchpatch {
|
||||
url = "https://github.com/kim/leveldb-haskell/commit/f5249081f589233890ddb1945ec548ca9fb717cf.patch";
|
||||
|
Loading…
Reference in New Issue
Block a user