Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hpack.Config
Documentation
readPackageConfigWith :: (FilePath -> IO (Either String Value)) -> FilePath -> FilePath -> IO (Either String (Package, [String])) Source #
packageDependencies :: Package -> [(String, DependencyVersion)] Source #
Constructors
Package | |
Fields
|
data DependencyVersion Source #
Constructors
AnyVersion | |
VersionRange String | |
SourceDependency SourceDependency |
Instances
data SourceDependency Source #
Instances
Constructors
VerbatimLiteral String | |
VerbatimObject (Map String VerbatimValue) |
data VerbatimValue Source #
Constructors
VerbatimString String | |
VerbatimNumber Scientific | |
VerbatimBool Bool | |
VerbatimNull |
Instances
Constructors
Section | |
Fields
|
Constructors
Library | |
Fields
|
data Conditional a Source #
Constructors
Conditional | |
Fields
|
Instances
Functor Conditional Source # | |
Foldable Conditional Source # | |
Traversable Conditional Source # | |
Eq a => Eq (Conditional a) Source # | |
Show a => Show (Conditional a) Source # | |
Constructors
Flag | |
Fields
|