haskell-wai-test: disable haddock phase for empty module

This commit is contained in:
Peter Simons 2014-06-11 11:58:27 +02:00
parent 30835fc777
commit a059a4b167

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "3.0.0";
sha256 = "0xys01jniib0pnhadcm7s0v5z0wcxfgi0bf5ax808zm9qzvl3xfx";
buildDepends = [ wai ];
noHaddock = true;
meta = {
homepage = "http://www.yesodweb.com/book/web-application-interface";
description = "Unit test framework (built on HUnit) for WAI applications. (deprecated)";