X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=time-http.cabal;h=d8c1c2a13df6239b7c7bd7d9998fffd560a96665;hp=5f0ddcdc9d4576c47be2ce5bb59fe9110a681995;hb=fec6c14;hpb=92009996e8819a53445d50d4718d3f74352ef7a2 diff --git a/time-http.cabal b/time-http.cabal index 5f0ddcd..d8c1c2a 100644 --- a/time-http.cabal +++ b/time-http.cabal @@ -42,9 +42,9 @@ Library Build-depends: ascii == 0.0.*, + attoparsec == 0.9.*, blaze-builder == 0.3.*, blaze-textual == 0.2.*, - attoparsec == 0.9.*, base == 4.*, base-unicode-symbols == 0.2.*, time == 1.2.* @@ -54,3 +54,19 @@ Library GHC-Options: -Wall + +Test-Suite test-time-http + Type: exitcode-stdio-1.0 + Main-Is: Test/Time/HTTP.hs + Default-Language: Haskell2010 + Build-depends: + QuickCheck == 2.4.*, + ascii == 0.0.*, + attoparsec == 0.9.*, + blaze-builder == 0.3.*, + blaze-textual == 0.2.*, + base == 4.*, + base-unicode-symbols == 0.2.*, + time == 1.2.* + GHC-Options: + -Wall -fno-warn-orphans