cabal2ghci: jailbreak to fix build with Haskell Platform 2013.2.0.0

This commit is contained in:
Peter Simons 2013-05-30 12:16:26 +02:00
parent ff1dbd50b8
commit 36aaa263d3

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
Cabal cmdargs stylishHaskell systemFileio systemFilepath text
unorderedContainers yaml
];
jailbreak = true;
meta = {
description = "A tool to generate .ghci file from .cabal";
license = self.stdenv.lib.licenses.bsd3;