aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal
diff options
context:
space:
mode:
authorstuebinm2022-06-16 00:25:15 +0200
committerstuebinm2022-06-16 00:25:15 +0200
commit9e89c93b3b84b5c82c186cff62c33218a0a4d298 (patch)
treef810fc1eacc7b82e82543196257a2e93c5f21a9f /haskell-gtfs.cabal
parentd418ad82c98ab8dd3d540e910777fa530de350eb (diff)
actually use the database
(at least for a few simple things) Also, more modules!
Diffstat (limited to 'haskell-gtfs.cabal')
-rw-r--r--haskell-gtfs.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell-gtfs.cabal b/haskell-gtfs.cabal
index a54a9ff..33700b0 100644
--- a/haskell-gtfs.cabal
+++ b/haskell-gtfs.cabal
@@ -32,6 +32,8 @@ executable haskell-gtfs
, wai-extra
, warp
, data-default-class >= 0.1.2
+ , persistent-postgresql
+ , monad-logger
hs-source-dirs: app
default-language: Haskell2010
default-extensions: OverloadedStrings
@@ -67,6 +69,9 @@ library
, conduit
, path-pieces
, either
+ , resource-pool
+ , transformers
+ , extra
hs-source-dirs: lib
exposed-modules: GTFS, Server, PersistOrphans
default-language: Haskell2010