hnix-store-core-0.4.2.0: src/System/Nix/StorePath.hs
{-|
Description : Representation of Nix store paths.
-}
module System.Nix.StorePath
( -- * Basic store path types
StorePath(..)
, StorePathName
, StorePathSet
, StorePathHashAlgo
, ContentAddressableAddress(..)
, NarHashMode(..)
, -- * Manipulating 'StorePathName'
makeStorePathName
, unStorePathName
, validStorePathName
, -- * Rendering out 'StorePath's
storePathToFilePath
, storePathToRawFilePath
, storePathToText
, storePathToNarInfo
, -- * Parsing 'StorePath's
parsePath
, pathParser
)
where
import System.Nix.Internal.StorePath