packages feed

easy-args-0.1.0.1: easy-args.cabal

cabal-version: 1.12

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

name:           easy-args
version:        0.1.0.1
synopsis:       Parses command line arguments
description:    Please see the README on GitHub at <https://github.com/jlamothe/easy-args#readme>
category:       Utilities
homepage:       https://github.com/jlamothe/easy-args#readme
bug-reports:    https://github.com/jlamothe/easy-args/issues
author:         Jonathan Lamothe
maintainer:     jonathan@jlamothe.net
copyright:      Jonathan Lamothe
license:        LGPL-3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/jlamothe/easy-args

library
  exposed-modules:
      EasyArgs
  other-modules:
      Paths_easy_args
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , hspec >=2.7.4 && <2.8
  default-language: Haskell2010

test-suite easy-args-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      ParseArgSpec
      ParseArgsSpec
      Paths_easy_args
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , easy-args
    , hspec >=2.7.4 && <2.8
  default-language: Haskell2010