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 Cabal cmdargs stylishHaskell systemFileio systemFilepath text
unorderedContainers yaml unorderedContainers yaml
]; ];
jailbreak = true;
meta = { meta = {
description = "A tool to generate .ghci file from .cabal"; description = "A tool to generate .ghci file from .cabal";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;