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;
|
||||
buildDepends = [ systemFilepath text ];
|
||||
testDepends = [ hspec systemFilepath text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/rampion/ReadArgs";
|
||||
description = "Simple command line argument parsing";
|
||||
|
Loading…
Reference in New Issue
Block a user