Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add libraries for querying database
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+3
−1
snap-starter.cabal
|
@@ -33,9 +33,11 @@ Executable snap-starter |
|
|
base >= 4.4 && < 5, |
|
|
lens >= 3.7.6 && < 4.14, |
|
|
snaplet-persistent >= 0.5 && < 0.6, |
|
|
transformers, |
|
|
persistent, |
|
|
persistent-template, |
|
|
persistent-postgresql |
|
|
persistent-postgresql, |
|
|
esqueleto |
|
|
|
|
|
if flag(development) |
|
|
build-depends: |
|
|