aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-gtfs.cabal')
-rw-r--r--haskell-gtfs.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/haskell-gtfs.cabal b/haskell-gtfs.cabal
index 7daa5d9..0396a5c 100644
--- a/haskell-gtfs.cabal
+++ b/haskell-gtfs.cabal
@@ -1,9 +1,9 @@
cabal-version: 2.4
-name: haskell-gtfs
+name: tracktrain
version: 0.1.0.0
-- A short (one-line) description of the package.
--- synopsis:
+synopsis: tracktrain tracks trains on their traintracks
-- A longer description of the package.
-- description:
@@ -21,14 +21,14 @@ maintainer: stuebinm@disroot.org
-- category:
extra-source-files: CHANGELOG.md
-executable haskell-gtfs
+executable tracktrain
main-is: Main.hs
build-depends: base ^>=4.14.3.0
, bytestring >= 0.10.10.0
, fmt >= 0.6.3.0
, time >= 1.9
, aeson
- , haskell-gtfs
+ , tracktrain
, wai-extra
, warp
, data-default-class >= 0.1.2