hnix-store/hnix-store-core
Richard Marko b1c8603adc core: add custom Show instance for StorePath
before
```
StorePath {storePathHash = StorePathHashPart {unStorePathHashPart = "#F\139i\215:t\134x\151+\206\&8O*\165\STX\DC2\169\234"}, storePathName = StorePathName {unStorePathName = "testFixed"}}
```

after
```
StorePath /iali40m5597kikibjxw8cx1ssxlqnii3-testFixed
```
2023-11-22 09:07:14 +01:00
..
src/System/Nix core: add custom Show instance for StorePath 2023-11-22 09:07:14 +01:00
tests core: Base, wrap comment, trim whitespace 2023-11-20 09:22:05 +01:00
CHANGELOG.md core: StorePathMetadata -> StorePath.Metadata 2023-11-18 18:44:44 +01:00
hnix-store-core.cabal core: add lower bound to base64-bytestring 2023-11-20 09:22:05 +01:00
LICENSE Duplicate information to appease bad tooling 2018-08-05 10:58:17 -04:00
README.md Squash away internal 2023-11-17 19:55:26 +01:00

hnix-store-core

Core effects for interacting with the Nix store.

See NarEffects in System.Nix.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"