Releases: haskell-nix/hnix-store
Releases · haskell-nix/hnix-store
hnix-store-0.4.0.0
hnix-store-0.3.0.0
hnix-store-core
System.Nix.Nar
changes API to support NAR format streaming:buildNarIO :: FilePath -> Handle -> IO ()
- Create a NAR from a regular filesystem object, stream it out on the HandleunpackNarIO :: Handle -> FilePath -> IO ()
- Recreate filesystem object from a NAR file accessed by the Handle
StorePath
type changed to simple variant without type level
symbolic store path root.- Added
makeFixedOutputPath
toSystem.Nix.ReadonlyStore
- Added
decodeBase16
anddecodeBase32
toSystem.Nix.Hash
System.Nix.StorePath
module now providesstorePathToFilePath
andstorePathToText
helpersstorePathToNarInfo
for converting paths tonarinfo
URLsparsePath
functionpathParser
Attoparsec parser
- Added
System.Nix.Build
module - Added
System.Nix.Derivation
module - Removed
System.Nix.Util
module, moved tohnix-store-remote
- Added base64 and SHA512 hash support
hnix-store-remote
- Restored most store API functions except
addToStoreNar
- Added
buildDerivation
hnix-store-0.2.0.0
Merge pull request #55 from hackworthltd/master regex-tdfa 1.3.1.0 replaces regex-tdfa-text.