packages feed

eve-cli-0.2.0.0: eve-cli.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d5599eb2bd91230335953cf4092cb54e0ce10c0e1636369bb65cb11dd29e551d

name:           eve-cli
version:        0.2.0.0
description:    Please see the README on Github at <https://github.com/ChrisPenner/eve-cli#readme>
homepage:       https://github.com/ChrisPenner/eve-cli#readme
bug-reports:    https://github.com/ChrisPenner/eve-cli/issues
author:         Chris Penner
maintainer:     christopher.penner@gmail.com
copyright:      Chris Penner
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/ChrisPenner/eve-cli

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10 && <0.11
    , eve >=0.1 && <0.2
    , lens >=4.16 && <4.17
    , mtl >=2.2 && <2.3
    , text >=1.2 && <1.3
    , vty >=5.20 && <6
  exposed-modules:
      Eve.CLI
      Eve.CLI.Internal.Events
      Eve.CLI.Internal.Render
      Eve.CLI.Internal.State
  other-modules:
      Paths_eve_cli
  default-language: Haskell2010

executable eve-cli-exe
  main-is: Main.hs
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10 && <0.11
    , eve >=0.1 && <0.2
    , eve-cli
    , lens >=4.16 && <4.17
    , mtl >=2.2 && <2.3
    , text >=1.2 && <1.3
    , vty >=5.20 && <6
  other-modules:
      Paths_eve_cli
  default-language: Haskell2010

test-suite eve-cli-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10 && <0.11
    , eve >=0.1 && <0.2
    , eve-cli
    , lens >=4.16 && <4.17
    , mtl >=2.2 && <2.3
    , text >=1.2 && <1.3
    , vty >=5.20 && <6
  other-modules:
      Paths_eve_cli
  default-language: Haskell2010