packages feed

menshen-0.0.3: menshen.cabal

cabal-version: 1.12

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

name:           menshen
version:        0.0.3
synopsis:       Data Validation
description:    Data Validation inspired by JSR305
category:       Web
homepage:       https://github.com/leptonyu/menshen#readme
author:         Daniel YU
maintainer:     leptonyu@gmail.com
copyright:      (c) Daniel YU
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

library
  exposed-modules:
      Data.Menshen
  other-modules:
      Paths_menshen
  hs-source-dirs:
      src
  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
  build-depends:
      base >=4.7 && <5
    , regex-tdfa >=1.2.3.1 && <1.3
    , scientific >=0.3.6.2 && <0.4
    , text >=1.2.3.1 && <1.3
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_menshen
  hs-source-dirs:
      test
  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
  build-depends:
      QuickCheck <2.14
    , aeson
    , base >=4.7 && <5
    , hspec ==2.*
    , menshen
    , regex-tdfa >=1.2.3.1 && <1.3
    , scientific >=0.3.6.2 && <0.4
    , text >=1.2.3.1 && <1.3
  default-language: Haskell2010