purescript-0.11.2: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Publish

Synopsis

Documentation

preparePackage :: FilePath -> FilePath -> PublishOptions -> IO (Either PackageError UploadedPackage) Source #

Attempt to retrieve package metadata from the current directory. Returns a PackageError on failure

unsafePreparePackage :: FilePath -> FilePath -> PublishOptions -> IO UploadedPackage Source #

Attempt to retrieve package metadata from the current directory. Calls exitFailure if no package metadata could be retrieved.

data PublishOptions Source #

Constructors

PublishOptions 

Fields