cabal-version: 2.4
name: predicate-transformers
version: 0.17.0.0
synopsis: A library for writing predicates and transformations over predicates in Haskell
description:
This package provides ways to write predicates such that they compose nicely and are easy to debug.
license: BSD-3-Clause
license-file: LICENSE
author: Edmund Noble
maintainer: edmundnoble@gmail.com
category: Data
extra-doc-files: CHANGELOG.md
source-repository head
type: git
location: https://gitlab.com/edmundnoble/predicate-transformers
library
exposed-modules: PredicateTransformers
ghc-options: -Wall
build-depends:
base >=4.8 && <4.30
,adjunctions >= 4.4.2 && < 5
,deepseq >= 1.4.8 && < 2
,recover-rtti >= 0.3 && < 0.6
,pretty-simple >= 1.1 && < 4.2
,prettyprinter >= 1.6 && < 2.0
,text >= 1.0 && < 2.2
if !impl(ghc >= 8.0)
build-depends:
semigroups >= 0.8.4 && < 1
hs-source-dirs: src
default-language: Haskell2010