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]

Modules

[Last Documentation]

  • System
    • Nix
      • System.Nix.Base32
      • System.Nix.Hash
      • Internal
        • System.Nix.Internal.Hash
        • System.Nix.Internal.Signature
        • System.Nix.Internal.StorePath
      • System.Nix.Nar
      • System.Nix.ReadonlyStore
      • System.Nix.Signature
      • System.Nix.StorePath
      • System.Nix.StorePathMetadata
      • System.Nix.Util

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 base (>=4.10 && <5), base16-bytestring, binary, bytestring, containers, cryptohash-md5, cryptohash-sha1, cryptohash-sha256, directory, filepath, hashable, mtl, regex-base, regex-tdfa (>=1.3.1.0), saltine (<0.2), text, time, unix, unordered-containers, vector [details]
License Apache-2.0
Copyright 2018 Shea Levy
Author Shea Levy
Maintainer shea@shealevy.com
Revised Revision 1 made by AntonLatukha at 2022-01-17T12:29:10Z
Category System
Home page https://github.com/haskell-nix/hnix-store
Uploaded by imalsogreg at 2020-03-12T13:37:03Z
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 not available [build log]
All reported builds failed as of 2020-03-12 [all 2 reports]

Readme for hnix-store-core-0.2.0.0

[back to package description]

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"