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