]> gitweb @ CieloNegro.org - time-http.git/blobdiff - time-http.cabal
Skeleton for the test suite.
[time-http.git] / time-http.cabal
index 5f0ddcdc9d4576c47be2ce5bb59fe9110a681995..75b99042247c408784bb383f33219fd3ae8a4e08 100644 (file)
@@ -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.*,
+        blaze-builder        == 0.3.*,
+        blaze-textual        == 0.2.*,
+        attoparsec           == 0.9.*,
+        base                 == 4.*,
+        base-unicode-symbols == 0.2.*,
+        time                 == 1.2.*
+    GHC-Options:
+        -Wall -fno-warn-orphans