Include location header in post response

This commit is contained in:
Joe Nelson
2014-08-25 11:31:27 -07:00
parent a48474b21a
commit 780c9d7c0f
5 changed files with 45 additions and 33 deletions
+6 -1
View File
@@ -14,9 +14,11 @@ library
, HDBC, HDBC-postgresql
, warp, wai >= 3.0.1 && < 3.0.2
, http-types, scientific, time
, HTTP, convertible
, bytestring, aeson, network
, text, optparse-applicative
, unordered-containers
, containers
, regex-base
, http-media, regex-tdfa
, Ranged-sets
@@ -34,9 +36,11 @@ executable dbapi
build-depends: base >=4.6 && <5
, HDBC, HDBC-postgresql
, warp, wai >= 3.0.1 && < 3.0.2
, HTTP, convertible
, http-types, scientific, time
, bytestring, aeson, network
, text, optparse-applicative
, containers
, unordered-containers
, regex-base
, http-media, regex-tdfa
@@ -57,7 +61,8 @@ Test-Suite spec
, hspec-wai
, HDBC, HDBC-postgresql
, warp, wai >= 3.0.1 && < 3.0.2
, wai-extra
, HTTP, convertible
, wai-extra, containers
, http-types, scientific, time
, bytestring, aeson, network
, text, optparse-applicative