haskell-wai-test: disable haddock phase for empty module
This commit is contained in:
parent
30835fc777
commit
a059a4b167
@ -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)";
|
||||
|
Loading…
x
Reference in New Issue
Block a user