aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-gtfs.cabal')
-rw-r--r--haskell-gtfs.cabal34
1 files changed, 14 insertions, 20 deletions
diff --git a/haskell-gtfs.cabal b/haskell-gtfs.cabal
index a88f351..2bce943 100644
--- a/haskell-gtfs.cabal
+++ b/haskell-gtfs.cabal
@@ -23,48 +23,42 @@ extra-source-files: CHANGELOG.md
executable haskell-gtfs
main-is: Main.hs
-
- -- Modules included in this executable, other than Main.
- -- other-modules:
-
- -- LANGUAGE extensions used by modules in this package.
- -- other-extensions:
build-depends: base ^>=4.14.3.0
- , zip-archive >= 0.4.2.1
- , cassava >= 0.5.2.0
, bytestring >= 0.10.10.0
- , vector >= 0.12.3.1
- , regex-tdfa >= 1.3.1.2
- , text >= 2.0
, fmt >= 0.6.3.0
, time >= 1.9
- , aeson >= 2.0.3.0
+ , aeson
, haskell-gtfs
, wai-extra
- , warp >= 3.3.21
+ , warp
, data-default-class >= 0.1.2
hs-source-dirs: app
default-language: Haskell2010
default-extensions: OverloadedStrings
, ScopedTypeVariables
+
library
build-depends: base ^>=4.14.3.0
- , zip-archive >= 0.4.2.1
+ , zip-archive
, cassava >= 0.5.2.0
, bytestring >= 0.10.10.0
, vector >= 0.12.3.1
- , regex-tdfa >= 1.3.1.2
- , text >= 2.0
+ , regex-tdfa
+ , text
, fmt >= 0.6.3.0
, time >= 1.9
- , aeson >= 2.0.3.0
- , servant >= 0.19
- , servant-server >= 0.19
- , warp >= 3.3.21
+ , aeson
+ , servant
+ , servant-server
+ , warp
, uuid >= 1.3
, stm
, containers >= 0.6.5
+ , swagger2
+ , servant-swagger
+ , servant-docs
+ , lens
hs-source-dirs: lib
exposed-modules: GTFS, Server
default-language: Haskell2010