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