first pass at CORS handling.

This commit is contained in:
Adam C. Baker
2014-10-03 14:47:29 -07:00
committed by Joe Nelson
parent c32dd18c45
commit 0067f60316
2 changed files with 26 additions and 3 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ executable dbapi
build-depends: base >=4.6 && <5
, HDBC, HDBC-postgresql
, warp, wai >= 3.0.1 && < 3.0.2
, wai-extra
, wai-extra, wai-cors
, HTTP, convertible
, case-insensitive
, http-types, scientific, time
@@ -51,7 +51,7 @@ Test-Suite spec
, warp, wai >= 3.0.1 && < 3.0.2
, HTTP, convertible
, case-insensitive
, wai-extra, containers
, wai-extra, wai-cors, containers
, http-types, scientific, time
, bytestring, aeson, network
, text, optparse-applicative