Cabal revisions of predicate-transformers-0.7.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4--name: predicate-transformers-version: 0.7.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.--- bug-reports:-license: BSD-3-Clause-license-file: LICENSE-author: Edmund Noble-maintainer: edmundnoble@gmail.com--- copyright:-category: Data-extra-source-files: CHANGELOG.md-source-repository head- type: git- location: https://gitlab.com/edmundnoble/predicate-transformers--library- exposed-modules: PredicateTransformers- -- other-modules:- -- other-extensions:- build-depends: base ^>=4.11 || ^>=4.12 || ^>=4.13- ,lens ^>=4.17 || ^>=4.18- ,adjunctions ^>=4.2 || ^>=4.3 || ^>=4.4- ,mtl ^>= 2.2.2- ,deepseq ^>= 1.4.4.0- hs-source-dirs: src- default-language: Haskell2010+cabal-version: 2.4 + +name: predicate-transformers +version: 0.7.0.0 +x-revision: 1 +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. +-- bug-reports: +license: BSD-3-Clause +license-file: LICENSE +author: Edmund Noble +maintainer: edmundnoble@gmail.com +-- copyright: +category: Data +extra-source-files: CHANGELOG.md +source-repository head + type: git + location: https://gitlab.com/edmundnoble/predicate-transformers + +library + exposed-modules: PredicateTransformers + -- other-modules: + -- other-extensions: + build-depends: base ^>=4.11 || ^>=4.12 || ^>=4.13 + ,lens ^>=4.17 || ^>=4.18 + ,adjunctions ^>=4.2 || ^>=4.3 || ^>=4.4 + ,mtl ^>= 2.2 + ,deepseq ^>= 1.4 || ^>= 1.3 + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: predicate-transformers version: 0.7.0.0 -x-revision: 1 +x-revision: 2 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. exposed-modules: PredicateTransformers -- other-modules: -- other-extensions: - build-depends: base ^>=4.11 || ^>=4.12 || ^>=4.13 + build-depends: base ^>= 4.13 || (< 4.13 && >= 4.6) ,lens ^>=4.17 || ^>=4.18 ,adjunctions ^>=4.2 || ^>=4.3 || ^>=4.4 ,mtl ^>= 2.2
revision 3
name: predicate-transformers version: 0.7.0.0 -x-revision: 2 +x-revision: 3 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. exposed-modules: PredicateTransformers -- other-modules: -- other-extensions: - build-depends: base ^>= 4.13 || (< 4.13 && >= 4.6) + build-depends: base ^>= 4.13 || (< 4.13 && >= 4.11) ,lens ^>=4.17 || ^>=4.18 ,adjunctions ^>=4.2 || ^>=4.3 || ^>=4.4 ,mtl ^>= 2.2