cabal2ghci: jailbreak to fix build with Haskell Platform 2013.2.0.0
This commit is contained in:
parent
ff1dbd50b8
commit
36aaa263d3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user