mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-SHA: the new version has fixed the test suite failure
This commit is contained in:
parent
a413639a26
commit
c9777cdf9d
|
@ -1005,10 +1005,4 @@ self: super: {
|
|||
# https://github.com/fpco/inline-c/issues/72
|
||||
inline-c = dontCheck super.inline-c;
|
||||
|
||||
# Avoid GHC compiler crash a la https://ghc.haskell.org/trac/ghc/ticket/5361.
|
||||
SHA = appendPatch super.SHA (pkgs.fetchpatch {
|
||||
url = https://github.com/GaloisInc/SHA/commit/c258350e953c3de2f98c5625ac3857f1a6863afc.patch;
|
||||
sha256 = "1485bbjca1wqbh3c9yqj85kmq8j7zxq79y5isxypy3r6wjpr3g6b";
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue