packages feed

aip-version 0.0.0.2 → 0.0.0.3

raw patch · 2 files changed

+30/−16 lines, 2 filesdep ~bytestringdep ~http-clientdep ~lens

Dependency ranges changed: bytestring, http-client, lens, optparse-applicative, parsec, time, wreq

Files

aip-version.cabal view
@@ -1,38 +1,42 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                   aip-version-version:                0.0.0.2+version:                0.0.0.3 synopsis:               Version of AIP documents description:-  <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>+  <<https://logo.systemf.com.au/systemf-450x450.jpg>>   .   A standalone executable to report the version of each AIP document license:                BSD3 license-file:           LICENCE-author:                 Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>-maintainer:             Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>+author:                 Tony Morris <nɐ˙ɯoɔ˙ɟɯǝʇsʎs@ǝɹɐʍʇɟos>+maintainer:             Tony Morris <nɐ˙ɯoɔ˙ɟɯǝʇsʎs@ǝɹɐʍʇɟos> 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-+homepage:               https://gitlab.com/aip-version/aip-version+bug-reports:            https://gitlab.com/aip-version/aip-version/issues+tested-with:            GHC == 8.6.5+                        GHC == 9.0.2+                        GHC == 9.4.8+                        GHC == 9.6.6+                        GHC == 9.8.2 source-repository       head   type:                 git-  location:             git@gitlab.com:system-f/code/aip-version.git+  location:             git@gitlab.com:aip-version/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+                          base                 >= 4.9  && < 6+                        , bytestring           >= 0.10 && < 0.12+                        , http-client          >= 0.7  && < 0.8+                        , lens                 >= 5.3  && < 5.4+                        , optparse-applicative >= 0.18 && < 0.19+                        , parsec               >= 3.1  && < 3.2+                        , time                 >= 1.9  && < 1.12+                        , wreq                 >= 0.5  && < 0.6    main-is:              Main.hs 
changelog.md view
@@ -1,3 +1,13 @@+0.0.0.3++* Loosen software dependency bounds+* Tested with several GHC versions+* Moved code repository location++0.0.0.2++* Minor change to documentation in cabal+ 0.1.0.0  * This change log starts.