Skip to content

Commit

Permalink
haskell-hsini: jailbreak to fix build with recent versions of mtl
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 1d392a5 commit 73e92d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/haskell/hsini/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 73e92d2

Please sign in to comment.