hnix-store/hnix-store-core
Anton Latukha ab190513af
System/Nix/Internal/Hash: fx decodeBase16, unify decodeBase{16,32,64} functions (#84)
Yes. One just needed to look at the previous decode* set of functions to understand why they got unified.

Now they can be unified into one function and get Left handled predictably & uniformly.
2020-12-13 16:00:44 +02:00
..
src/System/Nix System/Nix/Internal/Hash: fx decodeBase16, unify decodeBase{16,32,64} functions (#84) 2020-12-13 16:00:44 +02:00
tests Use constant-space encoding and decoding for NARs 2020-08-05 21:00:52 -04:00
.envrc Lorri + direnv. 2019-03-19 20:52:25 -04:00
.ghci Add NAR parser-generator and tests 2018-05-15 11:09:20 -04:00
ChangeLog.md ChangeLog(s): release 0.3.0.0 2020-11-29 15:14:26 +01:00
hnix-store-core.cabal version bump 2020-11-29 09:23:00 -05:00
LICENSE Duplicate information to appease bad tooling 2018-08-05 10:58:17 -04:00
README.md Add NAR parser-generator and tests 2018-05-15 11:09:20 -04:00
Setup.hs Truncated cryptographic hashes implementation. 2018-04-26 08:17:03 -07:00
shell.nix Local shell.nixes to make flycheck happy. 2019-03-09 19:04:11 -05:00

hnix-store-core

Core effects for interacting with the Nix store.

See StoreEffects in System.Nix.Store for the available operations on the store.

Tests

  • ghcid --command "cabal repl test-suite:format-tests" --test="Main.main"