From 35aa5299d0d9a35636d6fe0d8c67b81d070b879c Mon Sep 17 00:00:00 2001 From: Dan Palmer Date: Sat, 11 Jun 2016 19:11:13 +0100 Subject: [PATCH] Add required packages --- snap-starter.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snap-starter.cabal b/snap-starter.cabal index 2371675..afc50c1 100644 --- a/snap-starter.cabal +++ b/snap-starter.cabal @@ -32,7 +32,10 @@ Executable snap-starter xmlhtml >= 0.1 && < 0.3, base >= 4.4 && < 5, lens >= 3.7.6 && < 4.14, - snaplet-persistent >= 0.5 && < 0.6 + snaplet-persistent >= 0.5 && < 0.6, + persistent, + persistent-template, + persistent-postgresql if flag(development) build-depends: