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
testFrameworkQuickcheck2 text zipArchive
];
configureFlags = "-fhttps -fmake-pandoc-man-pages";
jailbreak = true;
doCheck = false;
meta = {