packages feed

cli-nix 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cli-nix +## 0.2.0.2++* Support GHC 9.12+ ## 0.2.0.1  * Relax some bounds
cli-nix.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               cli-nix-version:            0.2.0.1+version:            0.2.0.2 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    && <4.21+      base            >=4.12    && <4.22     , cli-extras      >=0.2     && <0.3     , data-default    >=0.7.1.1 && <0.9     , exceptions      >=0.10.3  && <0.11