packages feed

aip-version-0.0.0.1: aip-version.cabal

-- documentation, see http://haskell.org/cabal/users-guide/

name:                   aip-version
version:                0.0.0.1
synopsis:               Version of AIP documents
description:
  <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>
  .
  Zipping with alignment
license:                BSD3
license-file:           LICENCE
author:                 Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer:             Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright:              Copyright (C) 2024 Tony Morris
category:               Data
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