cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: cli-orchestrate version: 0.1.0.0 synopsis: Generic functions for simple CLI orchestration. description: Generate CLI parser and args generator from data declaration. category: CLI homepage: https://github.com/TotallyNotChase/cli-orchestrate author: Chase maintainer: totallynotchase42@gmail.com copyright: TotallyNotChase license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md library exposed-modules: CLI.Orchestrator.Deriver CLI.Orchestrator.Client CLI.Orchestrator.IsArg other-modules: CLI.Orchestrator.Utils hs-source-dirs: src default-extensions: DataKinds FlexibleContexts FlexibleInstances PolyKinds RankNTypes ScopedTypeVariables StandaloneKindSignatures TypeApplications TypeFamilyDependencies TypeOperators ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns -Wmissed-specialisations -Wmissing-export-lists -Wpartial-fields -Wredundant-constraints build-depends: base >=4.14 && <5 , generics-sop >=0.5.0.0 && <0.6.0.0 , optparse-applicative >=0.16.0.0 && <0.17.0.0 default-language: Haskell2010