haskell-codex: jailbreak due to circular dependency

It seems the codex-0.1.0.2 build requires 0.1.0.1.
This commit is contained in:
John Wiegley 2014-07-18 17:59:55 -05:00
parent 3282de17fd
commit 9b608c0e99

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
sha256 = "0dsc5dx5zcxf5wd2qf6gqzr8d613z1gkllmzzkbny3lxa512crsw";
isLibrary = true;
isExecutable = true;
jailbreak = true;
buildDepends = [
Cabal downloadCurl either filepath hackageDb MissingH monadLoops
tar text transformers yaml zlib