-- documentation, see http://haskell.org/cabal/users-guide/ name: aip-version version: 0.0.0.2 synopsis: Version of AIP documents description: <> . A standalone executable to report the version of each AIP document license: BSD3 license-file: LICENCE author: Tony Morris maintainer: Tony Morris copyright: Copyright (C) 2024 Tony Morris category: Data, Aviation build-type: Simple extra-source-files: changelog.md cabal-version: >=1.10 homepage: https://gitlab.com/system-f/code/aip-version bug-reports: https://gitlab.com/system-f/code/aip-version/issues source-repository head type: git location: git@gitlab.com:system-f/code/aip-version.git executable aip-version build-depends: base >= 4.9 && < 6 , bytestring == 0.10.12.1 , http-client == 0.7.17 , lens == 5.3.2 , optparse-applicative == 0.18.1.0 , parsec == 3.1.14.0 , time == 1.9.3 , wreq == 0.5.4.3 main-is: Main.hs hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall