packages feed

hercules-ci-cnix-store 0.3.3.4 → 0.3.3.5

raw patch · 2 files changed

+9/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -5,11 +5,17 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.3.3.4 - 2023-03-06+## 0.3.3.5 - 2023-03-06 +### Added+  - Nix 2.14 support   - Nix 2.13 support++## 0.3.3.4 - 2023-03-06++A dud.  ## 0.3.3.3 - 2022-12-29 
hercules-ci-cnix-store.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4  name:           hercules-ci-cnix-store-version:        0.3.3.4+version:        0.3.3.5 synopsis:       Haskell bindings for Nix's libstore category:       Nix homepage:       https://docs.hercules-ci.com@@ -53,7 +53,7 @@ custom-setup   setup-depends:     base < 5-    , Cabal >= 2.2.0.0 && < 3+    , Cabal >= 2.2.0.0 && < 4     , cabal-pkg-config-version-hook  library