Include location header in post response
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user