haskell-pandoc: re-generate with recent version of cabal2nix

This commit is contained in:
Peter Simons 2013-09-18 18:01:45 +02:00
parent f2a9f9b588
commit 6661167e74

View File

@ -25,7 +25,6 @@ cabal.mkDerivation (self: {
QuickCheck syb testFramework testFrameworkHunit QuickCheck syb testFramework testFrameworkHunit
testFrameworkQuickcheck2 text testFrameworkQuickcheck2 text
]; ];
configureFlags = "-fblaze_html_0_5";
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "http://johnmacfarlane.net/pandoc"; homepage = "http://johnmacfarlane.net/pandoc";