Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stack.Config
Documentation
data PackageLocation Source #
Constructors
HackagePackage Text | |
StackFilePath FilePath | |
StackUri URI | |
StackRepo Repo |
Instances
data StackPackage Source #
Constructors
StackPackage | |
Fields
|
Instances
data StackConfig Source #
Constructors
StackConfig | |
Fields
|
Instances
fromYamlConfig :: Config -> StackConfig Source #
fromYamlExtraDep :: Text -> StackPackage Source #
fromYamlGit :: Git -> Repo Source #
fromYamlHg :: Hg -> Repo Source #
readStackConfig :: StackYaml -> IO (Either String StackConfig) Source #