mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-02 21:38:14 +03:00
ab190513af
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. |
||
---|---|---|
.. | ||
src/System/Nix | ||
tests | ||
.envrc | ||
.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"