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

This commit is contained in:
Peter Simons
2013-04-19 10:46:18 +02:00
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";