hnix-store-remote-0.4.0.0: Remote hnix store
Safe HaskellNone
LanguageHaskell2010

System.Nix.Store.Remote.Util

Documentation

getPaths :: FilePath -> Get StorePathSet Source #

putPath :: StorePath -> Put Source #

putPaths :: StorePathSet -> Put Source #

putEnum :: Enum a => a -> Put Source #

getEnum :: Enum a => Get a Source #

getBuildResult :: Get BuildResult Source #