File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 77 have a stand-alone ` StoreDir ` type instead to be used instead of ` FilePath `
88 when store root directory is needed as a context.
99
10+ * Additional:
11+ * [ (link)] ( https://github.com/haskell-nix/hnix-store/pull/218 ) NAR encoding and decoding now supports case-insensitive filesystems.
12+ * The "case hack" replicates the behavior of the ` use-case-hack ` option in Nix, which adds a suffix to conflicting filenames.
13+ This feature is enabled by default on macOS (darwin).
14+ * ` data NarOptions ` has been added to configure NAR encoding and decoding. The ` optUseCaseHack ` field can be used to enable or disable the case hack.
15+ * New ` streamNarIOWithOptions ` and ` runParserWithOptions ` functions have been added to ` System.Nix.Nar ` to support the new configurable options.
16+
1017## [ 0.6.1.0] ( https://github.com/haskell-nix/hnix-store/compare/core-0.6.0.0...core-0.6.1.0 ) 2023-01-02
1118
1219* Fixed:
You can’t perform that action at this time.
0 commit comments