Add Persistent dependencies

This commit is contained in:
Rene Vergara 2024-08-12 08:58:07 -05:00
parent 0f03ad32f2
commit 17f6d557a1
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -33,6 +33,7 @@ library
Xero Xero
ZGoBackend ZGoBackend
ZGoTx ZGoTx
DB
hs-source-dirs: hs-source-dirs:
src src
build-depends: build-depends:
@ -47,6 +48,10 @@ library
, configurator , configurator
, containers , containers
, crypto-rng , crypto-rng
, esqueleto
, persistent
, persistent-mysql
, persistent-template
, ghc-prim , ghc-prim
, hexstring , hexstring
, http-conduit , http-conduit