File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Revision history for hnix-store-core
22
3+ ## (unreleased) 0.3.0.0 -- 2020-XY-ZV
4+
5+ * ` StorePath ` type changed to simple variant without type level
6+ symbolic store path root.
7+ * Added ` makeFixedOutputPath ` to ` System.Nix.ReadonlyStore `
8+ * Added ` decodeBase16 ` and ` decodeBase32 ` to ` System.Nix.Hash `
9+ * ` System.Nix.StorePath ` module now provides
10+ * ` storePathToFilePath ` and ` storePathToText ` helpers
11+ * ` storePathToNarInfo ` for converting paths to ` narinfo ` URLs
12+ * ` parsePath ` function
13+ * ` pathParser ` Attoparsec parser
14+ * Added ` System.Nix.Build ` module
15+ * Added ` System.Nix.Derivation ` module
16+ * Removed ` System.Nix.Util ` module, moved to ` hnix-store-remote `
17+
318## 0.2.0.0 -- 2020-03-12
419
520Removed ` System.Nix.Store ` . We may reintroduce it later when multiple backends
621exist and we can tell what common effects they should share.
722
8- ## 0.1.0.0 -- YYYY-mm-dd
23+ ## 0.1.0.0 -- 2019-03-18
924
1025* First version.
You can’t perform that action at this time.
0 commit comments