Add warp-tls to the deps

master
rnhmjoj 2015-08-01 02:13:36 +02:00
parent 868f80b5a1
commit 740bbacc4d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ executable breve
other-modules: Application, Views, Breve.Settings,
Breve.Generator, Breve.UrlTable
other-extensions: OverloadedStrings
build-depends: base >=4.8 && <5.0, warp,
build-depends: base >=4.8 && <5.0, warp, warp-tls,
Spock, blaze-html, http-types,
wai, wai-middleware-static, wai-extra,
transformers, mtl,