From 9e89c93b3b84b5c82c186cff62c33218a0a4d298 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 16 Jun 2022 00:25:15 +0200 Subject: actually use the database (at least for a few simple things) Also, more modules! --- haskell-gtfs.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'haskell-gtfs.cabal') 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 -- cgit v1.2.3