aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal
diff options
context:
space:
mode:
authorstuebinm2022-06-16 01:06:04 +0200
committerstuebinm2022-06-16 01:06:04 +0200
commit8feb2556eda0604b6710309bf7ffddb72c22fc4a (patch)
treebc3dfc2256bfd7349d415caae8768e35ad4981d1 /haskell-gtfs.cabal
parent9e89c93b3b84b5c82c186cff62c33218a0a4d298 (diff)
foreign keys are a thing
(and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
Diffstat (limited to '')
-rw-r--r--haskell-gtfs.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/haskell-gtfs.cabal b/haskell-gtfs.cabal
index 33700b0..7daa5d9 100644
--- a/haskell-gtfs.cabal
+++ b/haskell-gtfs.cabal
@@ -73,7 +73,11 @@ library
, transformers
, extra
hs-source-dirs: lib
- exposed-modules: GTFS, Server, PersistOrphans
+ exposed-modules: GTFS
+ , Server
+ , PersistOrphans
+ , Persist
+ , API
default-language: Haskell2010
default-extensions: OverloadedStrings
, ScopedTypeVariables