haskell-hsini: jailbreak to fix build with recent versions of mtl

This commit is contained in:
Peter Simons 2014-06-04 10:38:02 +02:00
parent 1d392a56ae
commit 73e92d2634

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
HUnit mtl parsec QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 testFrameworkTh
];
jailbreak = true;
meta = {
description = "Package for user configuration files (INI)";
license = self.stdenv.lib.licenses.bsd3;