packages feed

hercules-ci-cnix-store 0.2.1.0 → 0.2.1.1

raw patch · 3 files changed

+7/−7 lines, 3 files

Files

CHANGELOG.md view
@@ -5,6 +5,12 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.2.1.1 - 2021-11-17++### Fixed++ - Remove unnecessary/unused/wrong compat helper in internal code+ ## 0.2.1.0 - 2021-09-06  ### Added
compat-2.4/include/nix-compat.hh view
@@ -18,9 +18,3 @@ inline void compatComputeFSClosure(nix::Store &store, nix::StorePathSet &pathSet, nix::StorePathSet &closurePaths, bool flipDirection = false, bool includeOutputs = false, bool includeDerivers = false) {   store.computeFSClosure(pathSet, closurePaths, flipDirection, includeOutputs, includeDerivers); }--namespace nix {-  inline StorePathWithOutputs parsePathWithOutputs(Store &store, const std::string & s) {-    return parsePathWithOutputs(store, s);-  }-}
hercules-ci-cnix-store.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4  name:           hercules-ci-cnix-store-version:        0.2.1.0+version:        0.2.1.1 synopsis:       Haskell bindings for Nix's libstore category:       Nix homepage:       https://docs.hercules-ci.com