Safe Haskell | None |
---|---|
Language | Haskell2010 |
- getSDistTarball :: M env m => Maybe PvpBounds -> Path Abs Dir -> m (FilePath, ByteString)
Documentation
Given the path to a local package, creates its source distribution tarball.
While this yields a FilePath
, the name of the tarball, this
tarball is not written to the disk and instead yielded as a lazy
bytestring.