cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: fab1b006f790adb1e46bcf4c4207c7ec6f83026ae426ae53405f30da45d0f15c name: contracheck-applicative version: 0.1.0.0 synopsis: Validation types/typeclass based on the contravariance. description: This package provides types and a typeclass that allow for effectful validation and easy composition. For documentation see the [README](https://gitlab.com/Birkmann/validation-check/-/blob/master/README.md). If there are any issues, contact me at 99fabianb@sis.gl. category: Validation author: Fabian Birkmann maintainer: 99fabianb@sis.gl copyright: 2020 Fabian Birkmann license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Control.Validation.Check Control.Validation.Class other-modules: Paths_contracheck_applicative hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wpartial-fields build-depends: base >=4.7 && <5 , bytestring >=0.10.10 && <0.11 , containers >=0.6.2 && <0.7 , contravariant >=1.5.2 && <1.6 , mmorph >=1.1.3 && <1.2 , text >=1.2.4 && <1.3 default-language: Haskell2010