haskell-hsini: jailbreak to fix build with recent versions of mtl
This commit is contained in:
parent
1d392a56ae
commit
73e92d2634
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
||||||
HUnit mtl parsec QuickCheck testFramework testFrameworkHunit
|
HUnit mtl parsec QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 testFrameworkTh
|
testFrameworkQuickcheck2 testFrameworkTh
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Package for user configuration files (INI)";
|
description = "Package for user configuration files (INI)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue