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

Commit 3a7274a

Browse files
committed
Add libraries for querying database
1 parent 2df088c commit 3a7274a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snap-starter.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ Executable snap-starter
3333
base >= 4.4 && < 5,
3434
lens >= 3.7.6 && < 4.14,
3535
snaplet-persistent >= 0.5 && < 0.6,
36+
transformers,
3637
persistent,
3738
persistent-template,
38-
persistent-postgresql
39+
persistent-postgresql,
40+
esqueleto
3941

4042
if flag(development)
4143
build-depends:

0 commit comments

Comments
 (0)