cabal-version: >=1.10
name: cli-extras
version: 0.1.0.0
license: BSD3
license-file: LICENSE
copyright: Obsidian Systems LLC 2020
maintainer: maintainer@obsidian.systems
author: Obsidian Systems LLC
stability: Unstable
bug-reports: https://github.com/obsidiansystems/cli-extras/issues
synopsis: Miscellaneous utilities for building and working with command line interfaces
description:
    This library was created to hold code that is shared among multiple command line apps.
category: Command Line
build-type: Simple
extra-source-files:
    CHANGELOG.md

source-repository head
    type: git
    location: https://github.com/obsidiansystems/cli-extras

library
    exposed-modules:
        Bindings.Cli.Coreutils
        Cli.Extras
        Cli.Extras.SubExcept
    hs-source-dirs: src
    other-modules:
        Cli.Extras.Logging
        Cli.Extras.Process
        Cli.Extras.Spinner
        Cli.Extras.TerminalString
        Cli.Extras.Theme
        Cli.Extras.Types
    default-language: Haskell2010
    ghc-options: -Wall -fobject-code
    build-depends:
        aeson >=1.4.4.0 && <1.5,
        ansi-terminal >=0.9.1 && <0.10,
        base >=4.12.0.0 && <4.13,
        bytestring >=0.10.8.2 && <0.11,
        containers >=0.6.0.1 && <0.7,
        exceptions >=0.10.3 && <0.11,
        io-streams >=1.5.1.0 && <1.6,
        lens >=4.17.1 && <4.18,
        logging-effect >=1.3.4 && <1.4,
        monad-loops >=0.4.3 && <0.5,
        mtl >=2.2.2 && <2.3,
        process >=1.6.5.0 && <1.7,
        terminal-size >=0.3.2.1 && <0.4,
        text >=1.2.3.1 && <1.3,
        time >=1.8.0.2 && <1.9,
        transformers >=0.5.6.2 && <0.6,
        which >=0.1.0.0 && <0.2