@hackage hnix-store-core0.6.1.0
Core effects for interacting with the Nix store.
Installation
Dependencies (24)
- algebraic-graphs >=0.5 && <0.7
- attoparsec
- base >=4.12 && <5
- base16-bytestring
- base64-bytestring
- bytestring Show all…
Dependents (8)
@hackage/hnix-store-db, @hackage/hnix-store-remote, @hackage/hnix-store-tests, @hackage/nix-freeze-tree, @hackage/hnix-store-readonly, @hackage/cachix, Show all…
Package Flags
bounded_memory
(off by default)
Run tests of constant memory use (requires +RTS -T)
hnix-store-core
Core effects for interacting with the Nix store.
See NarEffects in System.Nix.Internal.Nar.Effects and the System.Nix.StorePath for the available operations
on the store.
Tests
ghcid --command "cabal repl test-suite:format-tests" --test="Main.main"