cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c7e6a1f49a69a3f1becfa1d9f88b73051569150cd03580d7c4451f9e8303f73a
name: contracheck-applicative
version: 0.2.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 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
Control.Validation.Internal.SOP
Control.Validation.Patch
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.2 && <0.7
, contravariant >=1.0.0 && <1.6
, generics-sop >=0.4.0.0 && <0.6
, microlens >=0.1.3 && <0.5
, mmorph >=1.1.0 && <1.2
default-language: Haskell2010