3
0
Fork 0
forked from mirrors/nixpkgs

haskell-setlocale: jailbreak to fix ghc 8.4.1 build

This commit is contained in:
Peter Simons 2018-03-10 20:03:28 +01:00
parent 73982726b0
commit 379eb75014

View file

@ -803,4 +803,7 @@ self: super: {
sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a";
});
# https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues/1/please-allow-base-412-from-ghc-841
setlocale = doJailbreak super.setlocale;
}