Tests a single insertion

This commit is contained in:
Joe Nelson
2014-08-10 19:45:48 -07:00
parent c9e92ffc67
commit 276cea4a02
2 changed files with 25 additions and 5 deletions
+11 -2
View File
@@ -36,5 +36,14 @@ Test-Suite spec
Hs-Source-Dirs: src , test
Ghc-Options: -Wall
Main-Is: Spec.hs
Build-Depends: base, hspec2, HDBC,
HDBC-postgresql
Build-Depends: base, hspec2
, HDBC, HDBC-postgresql
, warp, wai >= 3.0.1 && < 3.0.2
, http-types, scientific, time
, bytestring, aeson, network
, text, optparse-applicative
, unordered-containers
, regex-base
, http-media, regex-tdfa
, Ranged-sets
, transformers