Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
makeStorePath :: forall h. NamedAlgo h => FilePath -> ByteString -> Digest h -> StorePathName -> StorePath Source #
makeTextPath :: FilePath -> StorePathName -> Digest SHA256 -> StorePathSet -> StorePath Source #
makeFixedOutputPath :: forall hashAlgo. NamedAlgo hashAlgo => FilePath -> Bool -> Digest hashAlgo -> StorePathName -> StorePath Source #
computeStorePathForText :: FilePath -> StorePathName -> ByteString -> StorePathSet -> StorePath Source #