haskell-wai-test: trigger re-build to fix broken reference to HUnit

This commit is contained in:
Peter Simons 2013-12-14 22:13:22 +01:00
parent b7e3905d28
commit e5e30f9ec9

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
httpTypes HUnit network text transformers wai
];
testDepends = [ hspec wai ];
postBuild = ":";
meta = {
homepage = "http://www.yesodweb.com/book/web-application-interface";
description = "Unit test framework (built on HUnit) for WAI applications";