cabal-gild 1.1.0.1 → 1.1.1.0
raw patch · 2 files changed
+15/−11 lines, 2 filesdep +Cabaldep ~basedep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependencies added: Cabal
Dependency ranges changed: base, bytestring, containers, directory, exceptions, filepath, parsec, text
API changes (from Hackage documentation)
Files
- README.md +1/−1
- cabal-gild.cabal +14/−10
README.md view
@@ -101,7 +101,7 @@ In general you should prefer downloading the appropriate binary for you platform. However it is possible to build Gild from source. It supports Linux,-macOS, and Windows along with the three most recent versions of GHC. Any other+macOS, and Windows along with the four most recent versions of GHC. Any other configurations are unsupported. With Cabal:
cabal-gild.cabal view
@@ -11,7 +11,7 @@ maintainer: Taylor Fausak name: cabal-gild synopsis: Formats package descriptions.-version: 1.1.0.1+version: 1.1.1.0 source-repository head type: git@@ -22,7 +22,7 @@ manual: True common library- build-depends: base ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0+ build-depends: base ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 default-language: Haskell2010 ghc-options: -Weverything@@ -55,16 +55,20 @@ import: library autogen-modules: Paths_cabal_gild build-depends:- Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0,- bytestring ^>=0.11.3.1 || ^>=0.12.0.2,- containers ^>=0.6.6,- directory ^>=1.3.7.1,- exceptions ^>=0.10.5,- filepath ^>=1.4.2.2,- parsec ^>=3.1.16.1,+ bytestring ^>=0.11.1.0 || ^>=0.12.0.2,+ containers ^>=0.6.5.1,+ directory ^>=1.3.6.2,+ exceptions ^>=0.10.4,+ filepath ^>=1.4.2.1,+ parsec ^>=3.1.14.0, pretty ^>=1.1.3.6,- text ^>=2.0.1 || ^>=2.1,+ text ^>=1.2.5.0 || ^>=2.0.1 || ^>=2.1, transformers ^>=0.5.6.2 || ^>=0.6.1.0,++ if impl(ghc >= 9.4)+ build-depends: Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0+ else+ build-depends: Cabal ^>=3.6.0.0 -- cabal-gild: discover source/library exposed-modules: