stack2nix-0.1.3.0: Convert stack.yaml files into Nix build instructions.
Stack2nix
data Args Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Args -> ShowS #
show :: Args -> String #
showList :: [Args] -> ShowS #
data Package Source #
(==) :: Package -> Package -> Bool #
(/=) :: Package -> Package -> Bool #
showsPrec :: Int -> Package -> ShowS #
show :: Package -> String #
showList :: [Package] -> ShowS #
parseJSON :: Value -> Parser Package #
parseJSONList :: Value -> Parser [Package] #
data RemotePkgConf Source #
(==) :: RemotePkgConf -> RemotePkgConf -> Bool #
(/=) :: RemotePkgConf -> RemotePkgConf -> Bool #
showsPrec :: Int -> RemotePkgConf -> ShowS #
show :: RemotePkgConf -> String #
showList :: [RemotePkgConf] -> ShowS #
parseJSON :: Value -> Parser RemotePkgConf #
parseJSONList :: Value -> Parser [RemotePkgConf] #
data StackConfig Source #
(==) :: StackConfig -> StackConfig -> Bool #
(/=) :: StackConfig -> StackConfig -> Bool #
showsPrec :: Int -> StackConfig -> ShowS #
show :: StackConfig -> String #
showList :: [StackConfig] -> ShowS #
parseJSON :: Value -> Parser StackConfig #
parseJSONList :: Value -> Parser [StackConfig] #
parseStackYaml :: ByteString -> Maybe StackConfig Source #
stack2nix :: Args -> IO () Source #
version :: Version Source #