haskell-optparse-applicative: jailbreak to fix the build with GHC 7.0.4

This commit is contained in:
Peter Simons 2013-04-18 22:19:36 +02:00
parent 6e8404a7cb
commit a012f18820

View File

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