haskell-optparse-applicative: jailbreak to fix the build with GHC 7.0.4
This commit is contained in:
parent
6e8404a7cb
commit
a012f18820
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
HUnit testFramework testFrameworkHunit testFrameworkThPrime
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/pcapriotti/optparse-applicative";
|
||||
description = "Utilities and combinators for parsing command line options";
|
||||
|
|
Loading…
Reference in a new issue