haskell-wai-test: update to version 2.0.0.1

This commit is contained in:
Peter Simons 2013-12-16 16:36:18 +01:00
parent 9a31332136
commit 60103a4bd9

View file

@ -12,7 +12,6 @@ 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";