menshen-0.0.2: 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: 1289b725fb06666dc66eea5b71c5a5f42f91610dfb799c1a0752f23bf086d570
name: menshen
version: 0.0.2
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
, 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