Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stack.SDist
- getSDistTarball :: M env m => Maybe PvpBounds -> Path Abs Dir -> m (FilePath, ByteString)
Documentation
Arguments
:: M env m | |
=> Maybe PvpBounds | override Config value |
-> Path Abs Dir | |
-> m (FilePath, ByteString) |
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.