Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 35aa529

Browse files
committed
Add required packages
1 parent d4b1543 commit 35aa529

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

snap-starter.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ Executable snap-starter
3232
xmlhtml >= 0.1 && < 0.3,
3333
base >= 4.4 && < 5,
3434
lens >= 3.7.6 && < 4.14,
35-
snaplet-persistent >= 0.5 && < 0.6
35+
snaplet-persistent >= 0.5 && < 0.6,
36+
persistent,
37+
persistent-template,
38+
persistent-postgresql
3639

3740
if flag(development)
3841
build-depends:

0 commit comments

Comments
 (0)