From c45ed0661ff5ea102e1e4ab1ed59945df57c619e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 17 Jun 2022 23:01:03 +0200 Subject: rename package to tracktrain --- haskell-gtfs.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'haskell-gtfs.cabal') 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 -- cgit v1.2.3