mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell.packages.ghc921.language-haskell-extract: pin patch revision
This should make it more reproducible, today's master has already diverged from the state it was in when the previous hash was obtained (for GHC 9.0.1), may need some digging to fix this in the 9.0.x configuration overlay.
This commit is contained in:
parent
aadf1d5f3f
commit
3fab2e5082
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ self: super: {
|
||||||
});
|
});
|
||||||
doctest = dontCheck (doJailbreak super.doctest_0_18_1);
|
doctest = dontCheck (doJailbreak super.doctest_0_18_1);
|
||||||
language-haskell-extract = appendPatch (doJailbreak super.language-haskell-extract) (pkgs.fetchpatch {
|
language-haskell-extract = appendPatch (doJailbreak super.language-haskell-extract) (pkgs.fetchpatch {
|
||||||
url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/language-haskell-extract-0.2.4.patch";
|
url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/language-haskell-extract-0.2.4.patch";
|
||||||
sha256 = "0rgzrq0513nlc1vw7nw4km4bcwn4ivxcgi33jly4a7n3c1r32v1f";
|
sha256 = "0w4y3v69nd3yafpml4gr23l94bdhbmx8xky48a59lckmz5x9fgxv";
|
||||||
});
|
});
|
||||||
|
|
||||||
# 1.3.0 (on stackage) defines instances for the Option-type, which has been removed from base in GHC 9.2.x
|
# 1.3.0 (on stackage) defines instances for the Option-type, which has been removed from base in GHC 9.2.x
|
||||||
|
|
Loading…
Reference in a new issue