cli-git 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+21/−9 lines, 2 filesdep ~containersdep ~data-defaultdep ~megaparsecnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, data-default, megaparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- cli-git.cabal +13/−9
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Revision history for cli-git +## 0.2.0.2++* Relax some bounds++## 0.2.0.1 -- Revision 1++* Build with GHC 9.10+ ## 0.2.0.1 * Build with GHC 9.6
cli-git.cabal view
@@ -1,9 +1,9 @@ cabal-version: >=1.10 name: cli-git-version: 0.2.0.1+version: 0.2.0.2 license: BSD3 license-file: LICENSE-copyright: Obsidian Systems LLC 2020+copyright: Obsidian Systems LLC 2020 - 2024 maintainer: maintainer@obsidian.systems author: Obsidian Systems LLC synopsis: Bindings to the git command-line interface@@ -12,23 +12,27 @@ extra-source-files: CHANGELOG.md README.md -tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.4+tested-with:+ GHC ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 library- exposed-modules: Bindings.Cli.Git+ exposed-modules:+ Bindings.Cli.Git+ hs-source-dirs: src+ default-language: Haskell2010 build-depends:- base >=4.12.0.0 && <4.19+ base >=4.12.0.0 && <4.21 , cli-extras >=0.2.1.0 && <0.3- , containers >=0.6.0.1 && <0.7- , data-default >=0.7.1.1 && <0.8+ , containers >=0.6.0.1 && <0.8+ , data-default >=0.7.1.1 && <0.9 , exceptions >=0.10.3 && <0.11 , lens >=4.17.1 && <5.4 , logging-effect >=1.3.4 && <1.5- , megaparsec >=7.0.5 && <9.7+ , megaparsec >=7.0.5 && <9.8 , mtl >=2.2.2 && <2.4- , text >=1.2.3.1 && <1.3+ , text >=1.2.3.1 && <2.2 , which >=0.2 && <0.3 source-repository head