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