From 58f5b808c151a801ab5fca2c84a71d3bfddce57d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 17 Apr 2024 01:55:56 +0200 Subject: general housekeeping jumps to GHC2021 as default language, adds in some fields, moves the old org mode glossary to markdown, etc. --- tracktrain.cabal | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'tracktrain.cabal') diff --git a/tracktrain.cabal b/tracktrain.cabal index e763f6d..f245250 100644 --- a/tracktrain.cabal +++ b/tracktrain.cabal @@ -1,24 +1,15 @@ cabal-version: 2.4 name: tracktrain version: 0.1.0.0 - --- A short (one-line) description of the package. -synopsis: tracktrain tracks trains on their traintracks - --- A longer description of the package. --- description: - --- A URL where users can report bugs. --- bug-reports: - --- The license under which the package is released. --- license: +synopsis: tracktrain tracks trains on their traintracks +description: A passenger information system backend for the Ilztalbahn +license: EUPL-1.2 author: stuebinm maintainer: stuebinm@disroot.org -- A copyright notice. -- copyright: --- category: + extra-source-files: CHANGELOG.md executable tracktrain @@ -43,7 +34,7 @@ executable tracktrain , extra , proto-lens hs-source-dirs: app - default-language: Haskell2010 + default-language: GHC2021 default-extensions: OverloadedStrings , ScopedTypeVariables @@ -118,14 +109,14 @@ library other-modules: Server.Util , Yesod.Auth.Uffd , Yesod.Orphans - default-language: Haskell2010 + default-language: GHC2021 default-extensions: OverloadedStrings , ScopedTypeVariables , ViewPatterns library gtfs-realtime build-depends: base ^>=4.17 - , proto-lens-runtime + , proto-lens-runtime default-language: Haskell2010 hs-source-dirs: gtfs-realtime exposed-modules: Proto.GtfsRealtime -- cgit v1.2.3