packages feed

cli-git 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Bindings.Cli.Git: instance GHC.Show.Show Bindings.Cli.Git.GitRef
+ Bindings.Cli.Git: instance GHC.Internal.Show.Show Bindings.Cli.Git.GitRef

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cli-git +## 0.2.0.3++* Support GHC 9.12+ ## 0.2.0.2  * Relax some bounds
cli-git.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               cli-git-version:            0.2.0.2+version:            0.2.0.3 license:            BSD3 license-file:       LICENSE copyright:          Obsidian Systems LLC 2020 - 2024@@ -13,7 +13,7 @@                     README.md  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+  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 || ==9.12.2  library   exposed-modules:@@ -23,7 +23,7 @@    default-language: Haskell2010   build-depends:-      base            >=4.12.0.0 && <4.21+      base            >=4.12.0.0 && <4.22     , cli-extras      >=0.2.1.0  && <0.3     , containers      >=0.6.0.1  && <0.8     , data-default    >=0.7.1.1  && <0.9