jenga-0.1.1.0: Generate a cabal freeze file from a stack.yaml
Jenga.Stack
data StackConfig Source #
Constructors
Fields
Instances
Methods
(==) :: StackConfig -> StackConfig -> Bool #
(/=) :: StackConfig -> StackConfig -> Bool #
showsPrec :: Int -> StackConfig -> ShowS #
show :: StackConfig -> String #
showList :: [StackConfig] -> ShowS #
parseJSON :: Value -> Parser StackConfig #
parseJSONList :: Value -> Parser [StackConfig] #
data StackExtraDep Source #
(==) :: StackExtraDep -> StackExtraDep -> Bool #
(/=) :: StackExtraDep -> StackExtraDep -> Bool #
showsPrec :: Int -> StackExtraDep -> ShowS #
show :: StackExtraDep -> String #
showList :: [StackExtraDep] -> ShowS #
parseJSON :: Value -> Parser StackExtraDep #
parseJSONList :: Value -> Parser [StackExtraDep] #
readStackConfig :: IO (Either ParseException StackConfig) Source #