aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-gtfs.cabal')
-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