haskell-setlocale: jailbreak to fix build with GHC 7.8.3
This commit is contained in:
parent
9f22ed986b
commit
87bb484b9e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||
pname = "setlocale";
|
||||
version = "1.0.0";
|
||||
sha256 = "1bnxh09jjac8gyjl87w6v86dqc1xr398l28ili8283im141anpzi";
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Haskell bindings to setlocale";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue