mangrove-cli-0.1.0.0: mangrove-cli.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.39.6.
--
-- see: https://github.com/sol/hpack
name: mangrove-cli
version: 0.1.0.0
synopsis: Build CLI argument parsers using Applicative.
description: Please see the README on GitHub at <https://github.com/quytelda/mangrove#readme>
category: CLI, Options, Parsing
homepage: https://github.com/quytelda/mangrove#readme
bug-reports: https://github.com/quytelda/mangrove/issues
author: Quytelda Kahja
maintainer: quytelda@tamalin.org
copyright: Copyright 2026 Quytelda Kahja
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/quytelda/mangrove
library
exposed-modules:
Mangrove
Mangrove.Parser
Mangrove.Resolve
Mangrove.Scheme.Sub
Mangrove.Scheme.Unix
Mangrove.Separable
Mangrove.Text
Mangrove.TextParser
Mangrove.Unix
Mangrove.Valency
other-modules:
Paths_mangrove_cli
autogen-modules:
Paths_mangrove_cli
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, containers >=0.6.7 && <0.9
, mtl >=2.3.1 && <2.4
, text >=2.0.2 && <2.2
, transformers >=0.6.1 && <0.7
default-language: Haskell2010
test-suite mangrove-cli-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
General
Mangrove.ParserSpec
Spec
TestParsers
Paths_mangrove_cli
autogen-modules:
Paths_mangrove_cli
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers >=0.6.7 && <0.9
, hspec >=2.9 && <3
, mangrove-cli
, mtl >=2.3.1 && <2.4
, text >=2.0.2 && <2.2
, transformers >=0.6.1 && <0.7
default-language: Haskell2010