Changelog for hnix-store-remote-0.6.0.0
Revision history for hnix-store-remote
0.6.0.0 2021-06-06
- Breaking:
- (link)
System.Nix.Store.Remote
:addToStore
no longer acceptsFilePath
as its second argument but uses more genericNarSource
(NarSource PR)
- (link)
0.5.0.0 2021-06-11
- Breaking:
- (link)
System.Nix.Store.Remote
:addToStore
: constraint ofValidAlgo a
removed in favour of constraint oncryptonite: HashAlgorithm a
through constraintNamedAlgo a
.queryPathFromHashPart
: 1st arg changed fromDigest StorePathHashAlgo
toStorePathHashPart
, for details: hnix-store-core 0.5.0.0 ChangeLog.
- (link)
0.4.3.0 2021-05-30
Nothing (it is tandem hnix-store-core
fix release)
0.4.2.0 2021-03-12
-
Additional:
0.4.1.0 2021-01-16
System.Nix.Store.Remote
: module API now re-exportsSystem.Nix.Store.Remote.Types
API- Big clean-up of dependencies.
0.4.0.0 2020-12-30
hnix-store-core
compatibility
0.3.0.0 -- 2020-11-29
- Restored most store API functions except
addToStoreNar
- Added
buildDerivation
0.2.0.0 -- skipped
hnix-store-core
release only
0.1.0.0 -- 2019-03-18
- First version.