From 077910f9c0560328949ca7f2e2ab639236f3c523 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 15 Jun 2022 02:34:11 +0200 Subject: 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 --- haskell-gtfs.cabal | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'haskell-gtfs.cabal') 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 -- cgit v1.2.3