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: 40a504900d2d86420b905563905e389930e4d321161a55c7ebb2d9c0d6d1c933
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