hnix-store/hnix-store-core
Anton-Latukha 722b431657
Core: tests: add dep hspec, {StorePath,Derivation}: fx import
>    No changes, but 1.1.7 should have been a major version bump due to dropping the Test.Hspec re-export.
https://hackage.haskell.org/package/tasty-hspec-1.2/changelog

M  hnix-store-core/tests/Hash.hs
M  hnix-store-core/tests/NarFormat.hs
2021-05-30 18:27:45 +03:00
..
src/System/Nix computeStorePathForPath: force SHA256 as it's the only valid choice 2021-03-24 09:19:23 +01:00
tests Core: tests: add dep hspec, {StorePath,Derivation}: fx import 2021-05-30 18:27:45 +03:00
.envrc Lorri + direnv. 2019-03-19 20:52:25 -04:00
.ghci Add NAR parser-generator and tests 2018-05-15 11:09:20 -04:00
cabal.project cabal: rm cryptohash-sha512 override 2021-01-09 21:14:15 +02:00
ChangeLog.md Core, Remote: m fx to ChangeLogs (#139) 2021-03-12 20:17:11 +02:00
hnix-store-core.cabal Core: tests: add dep hspec, {StorePath,Derivation}: fx import 2021-05-30 18:27:45 +03:00
LICENSE Duplicate information to appease bad tooling 2018-08-05 10:58:17 -04:00
README.md README tweaks and pruning 2020-12-30 14:46:26 +01:00
shell.nix Local shell.nixes to make flycheck happy. 2019-03-09 19:04:11 -05:00

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"