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: 51671db44a11779c126bbc3f411fe9d3906c8c1e0eb1b59647fd4c8b0bf139f0 name: contracheck-applicative version: 0.1.2 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 or add an issue on [gitlab](https://gitlab.com/Birkmann/validation-check). 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 , containers >=0.4 && <0.7 , contravariant >=1.0.0 && <1.6 , mmorph >=1.0.0 && <1.2 default-language: Haskell2010