tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-setlocale: jailbreak to fix ghc 8.4.1 build
Peter Simons
8 years ago
379eb750
73982726
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-ghc-8.4.x.nix
+3
pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
···
803
sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a";
804
});
805
0
0
0
806
}
···
803
sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a";
804
});
805
806
+
# https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues/1/please-allow-base-412-from-ghc-841
807
+
setlocale = doJailbreak super.setlocale;
808
+
809
}