aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal
diff options
context:
space:
mode:
authorstuebinm2022-06-15 02:34:11 +0200
committerstuebinm2022-06-15 02:34:11 +0200
commit077910f9c0560328949ca7f2e2ab639236f3c523 (patch)
treef718415af8f6a2d6388aeb88fc328a9faf50d74d /haskell-gtfs.cabal
parentc37d12f82eea235295c50014acd41c094b426f14 (diff)
add some persist stuff
this doesn't yet actually use the database, but it's getting close to 3am and I should probably go to bed or something
Diffstat (limited to 'haskell-gtfs.cabal')
-rw-r--r--haskell-gtfs.cabal10
1 files changed, 9 insertions, 1 deletions
diff --git a/haskell-gtfs.cabal b/haskell-gtfs.cabal
index 2bce943..a54a9ff 100644
--- a/haskell-gtfs.cabal
+++ b/haskell-gtfs.cabal
@@ -59,8 +59,16 @@ library
, servant-swagger
, servant-docs
, lens
+ , persistent
+ , persistent-postgresql
+ , monad-logger
+ , mtl
+ , unliftio-core
+ , conduit
+ , path-pieces
+ , either
hs-source-dirs: lib
- exposed-modules: GTFS, Server
+ exposed-modules: GTFS, Server, PersistOrphans
default-language: Haskell2010
default-extensions: OverloadedStrings
, ScopedTypeVariables