hnix-store-core: Core effects for interacting with the Nix store.

[ apache, library, nix ] [ Propose Tags ]

This package contains types and functions needed to describe interactions with the Nix store abstracted away from specific effectful context.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
bounded_memory

Run tests of constant memory use (requires +RTS -T)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.5.0.0, 0.6.0.0, 0.6.1.0, 0.7.0.0
Change log ChangeLog.md
Dependencies algebraic-graphs (>=0.5 && <0.6), attoparsec (<0.15), base (>=4.11 && <4.16), base16-bytestring (<1.1), base64-bytestring (<1.3), bytestring (<0.11), cereal (<0.6), containers (<0.7), cryptonite (<0.30), directory (<1.4), filepath (<1.5), hashable (<1.5), lifted-base (<0.3), memory (<0.17), monad-control (<1.1), mtl (<2.3), nix-derivation (>=1.1.1 && <2), saltine (<0.3), text (<1.3), time (<1.10), unix (<2.8), unordered-containers (<0.3), vector (<0.13) [details]
License Apache-2.0
Copyright 2018 Shea Levy
Author Shea Levy
Maintainer shea@shealevy.com
Revised Revision 2 made by AntonLatukha at 2022-01-17T13:51:28Z
Category Nix
Home page https://github.com/haskell-nix/hnix-store
Uploaded by AntonLatukha at 2021-06-10T14:28:37Z
Distributions LTSHaskell:0.7.0.0, NixOS:0.7.0.0
Reverse Dependencies 3 direct, 10 indirect [details]
Downloads 4373 total (66 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-06-10 [all 1 reports]

Readme for hnix-store-core-0.5.0.0

[back to package description]

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"