From 740bbacc4df2a7384271fccb9dc86380a4f5e6f1 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 1 Aug 2015 02:13:36 +0200 Subject: [PATCH] Add warp-tls to the deps --- breve.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breve.cabal b/breve.cabal index 0bcfe38..9fec283 100644 --- a/breve.cabal +++ b/breve.cabal @@ -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,