mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2025-01-05 19:00:24 +03:00
71025ed892
The old 'digestText16' was really a special case that doesn't belong in the hashing module proper. |
||
---|---|---|
.. | ||
src/System/Nix | ||
tests | ||
.ghci | ||
ChangeLog.md | ||
hnix-store-core.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
shell.nix |
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"