packages feed

yamlparse-applicative-0.1.0.2: yamlparse-applicative.cabal

cabal-version: 1.12

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

name:           yamlparse-applicative
version:        0.1.0.2
synopsis:       Declaritive configuration parsing with free docs
description:    See https://github.com/NorfairKing/yamlparse-applicative
homepage:       https://github.com/NorfairKing/yamlparse-applicative#readme
bug-reports:    https://github.com/NorfairKing/yamlparse-applicative/issues
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      2020 Tom Sydney Kerckhove
license:        MIT
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/NorfairKing/yamlparse-applicative

library
  exposed-modules:
      YamlParse.Applicative
      YamlParse.Applicative.Class
      YamlParse.Applicative.Explain
      YamlParse.Applicative.Implement
      YamlParse.Applicative.IO
      YamlParse.Applicative.OptParse
      YamlParse.Applicative.Parser
      YamlParse.Applicative.Pretty
  other-modules:
      Paths_yamlparse_applicative
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , containers
    , optparse-applicative
    , path
    , path-io
    , prettyprinter
    , scientific
    , text
    , unordered-containers
    , validity
    , validity-text
    , vector
    , yaml
  default-language: Haskell2010

test-suite yamlparse-applicative-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      YamlParse.ApplicativeSpec
      Paths_yamlparse_applicative
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , aeson
    , base >=4.7 && <5
    , containers
    , genvalidity-aeson
    , genvalidity-containers
    , genvalidity-hspec
    , genvalidity-scientific
    , genvalidity-text
    , genvalidity-unordered-containers
    , hspec
    , scientific
    , text
    , unordered-containers
    , yamlparse-applicative
  default-language: Haskell2010