haskell-ReadArgs: jailbreak to fix build with hspec 2.x

https://github.com/rampion/ReadArgs/issues/6
This commit is contained in:
Peter Simons 2014-11-13 14:26:31 +01:00
parent e475e851c6
commit 6026a695e4

View File

@ -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";