From 8feb2556eda0604b6710309bf7ffddb72c22fc4a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 16 Jun 2022 01:06:04 +0200 Subject: foreign keys are a thing (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used. --- haskell-gtfs.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'haskell-gtfs.cabal') 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 -- cgit v1.2.3