haskell-ReadArgs: jailbreak to fix build with hspec 2.x
https://github.com/rampion/ReadArgs/issues/6
This commit is contained in:
parent
e475e851c6
commit
6026a695e4
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ systemFilepath text ];
|
buildDepends = [ systemFilepath text ];
|
||||||
testDepends = [ hspec systemFilepath text ];
|
testDepends = [ hspec systemFilepath text ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/rampion/ReadArgs";
|
homepage = "http://github.com/rampion/ReadArgs";
|
||||||
description = "Simple command line argument parsing";
|
description = "Simple command line argument parsing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user