cabal-gild 1.3.1.1 → 1.3.1.2
raw patch · 2 files changed
+14/−19 lines, 2 filesdep −Cabaldep ~Cabal-syntaxdep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependencies removed: Cabal
Dependency ranges changed: Cabal-syntax, base, bytestring, containers, directory, exceptions, filepath, hspec, parsec, text, transformers
API changes (from Hackage documentation)
Files
- README.md +2/−3
- cabal-gild.cabal +12/−16
README.md view
@@ -1,8 +1,7 @@ # Gild -[](https://github.com/tfausak/cabal-gild/actions/workflows/workflow.yaml)-[](https://hackage.haskell.org/package/cabal-gild)-[](https://www.stackage.org/package/cabal-gild)+[](https://github.com/tfausak/cabal-gild/actions/workflows/ci.yaml)+[](https://hackage.haskell.org/package/cabal-gild) Gild is an opinionated command line utility that formats Haskell package descriptions, which are also known as `*.cabal` files. Gild can also be used to
cabal-gild.cabal view
@@ -11,7 +11,7 @@ maintainer: Taylor Fausak name: cabal-gild synopsis: Formats package descriptions.-version: 1.3.1.1+version: 1.3.1.2 source-repository head type: git@@ -22,7 +22,7 @@ manual: True common library- build-depends: base ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0+ build-depends: base ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0 default-language: Haskell2010 ghc-options: -Weverything@@ -55,20 +55,16 @@ import: library autogen-modules: Paths_cabal_gild build-depends:- 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,+ Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0,+ bytestring ^>=0.11.4.0 || ^>=0.12.0.2,+ containers ^>=0.6.7 || ^>=0.7,+ directory ^>=1.3.8.1,+ exceptions ^>=0.10.7,+ filepath ^>=1.4.100.1 || ^>=1.5.2.0,+ parsec ^>=3.1.16.1, pretty ^>=1.1.3.6,- 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+ text ^>=2.0.2 || ^>=2.1,+ transformers ^>=0.6.1.0, -- cabal-gild: discover source/library exposed-modules:@@ -149,7 +145,7 @@ directory, exceptions, filepath,- hspec ^>=2.11.7,+ hspec ^>=2.11.8, temporary ^>=1.3, transformers,