aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal
diff options
context:
space:
mode:
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