haskell-pandoc: re-generate expression with new flags

This commit is contained in:
Peter Simons 2014-09-19 12:50:41 +02:00
parent 9adbb292dc
commit f13d04368a

View File

@ -31,6 +31,7 @@ cabal.mkDerivation (self: {
pandocTypes QuickCheck syb testFramework testFrameworkHunit pandocTypes QuickCheck syb testFramework testFrameworkHunit
testFrameworkQuickcheck2 text zipArchive testFrameworkQuickcheck2 text zipArchive
]; ];
configureFlags = "-fhttps -fmake-pandoc-man-pages";
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
meta = { meta = {