Lastik-0.6.1: System/Build/OutputReferenceSet.hs
-- | Values that reference a list of file paths.
module System.Build.OutputReferenceSet(
OutputReferenceSet,
setReference
) where
class OutputReferenceSet r where
-- | Set the file path list reference of the given value.
setReference :: [FilePath] -> r -> r