HTTPS only

This commit is contained in:
Joe Nelson
2014-09-29 14:06:20 -07:00
parent 631f651f44
commit 2f584be0d6
6 changed files with 64 additions and 3 deletions
+3
View File
@@ -16,6 +16,7 @@ executable dbapi
build-depends: base >=4.6 && <5
, HDBC, HDBC-postgresql
, warp, wai >= 3.0.1 && < 3.0.2
, wai-extra
, HTTP, convertible
, case-insensitive
, http-types, scientific, time
@@ -28,6 +29,7 @@ executable dbapi
, http-media, regex-tdfa
, Ranged-sets
, transformers
, warp-tls
, bcrypt
Other-Modules: Dbapi
, PgStructure
@@ -58,4 +60,5 @@ Test-Suite spec
, http-media, regex-tdfa
, Ranged-sets
, transformers
, warp-tls
, bcrypt