hnix-store-core: Core effects for interacting with the Nix store.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- These packages miss upper bounds: - attoparsec - base16-bytestring - base64-bytestring - binary - bytestring - case-insensitive - cereal - containers - cryptonite - directory - filepath - hashable - hspec - lifted-base - memory - monad-control - mtl - process - relude - saltine - tasty - tasty-golden - tasty-hspec - tasty-hunit - tasty-quickcheck - temporary - text - time - unix - unordered-containers - vector Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
- 'ghc-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
This package contains types and functions needed to describe interactions with the Nix store abstracted away from specific effectful context.
[Skip to Readme]
Properties
Versions | 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, 0.7.0.0, 0.8.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | algebraic-graphs (>=0.5 && <0.8), attoparsec, base (>=4.12 && <5), base16-bytestring, base64-bytestring, bytestring, case-insensitive, cereal, containers, cryptonite, directory, filepath, hashable, lifted-base, memory, monad-control, mtl, nix-derivation (>=1.1.1 && <2), relude (>=1.0), saltine, text, time, unix, unordered-containers, vector [details] |
License | Apache-2.0 |
Copyright | 2018 Shea Levy |
Author | Shea Levy |
Maintainer | shea@shealevy.com |
Category | Nix |
Home page | https://github.com/haskell-nix/hnix-store |
Uploaded | by srk at 2023-11-15T07:20:33Z |
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
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
- hnix-store-core-0.7.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees