haskell-hjsmin: jailbreak to fix build with recent versions of optparse-applicative
This commit is contained in:
parent
a65a505898
commit
12c201bc6a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||
blazeBuilder Cabal HUnit languageJavascript QuickCheck
|
||||
testFramework testFrameworkHunit text
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/alanz/hjsmin";
|
||||
description = "Haskell implementation of a javascript minifier";
|
||||
|
|
Loading…
Reference in a new issue