packages feed

applicative-logic-0.1.0.2: applicative-logic.cabal

cabal-version:      3.0
name:               applicative-logic
version:            0.1.0.2
synopsis:
    Generalized logic operations for Applicative and Alternative functors

description:        This library contains a generalisation of local functions such as "any" and "all" to Applicative and Alternative functors.
homepage:           http://hakon.gylterud.net/programming/applicative-logic.html
license:            BSD-3-Clause
license-file:       LICENSE
author:             Håkon Robbestad Gylterud
maintainer:         lyesveasp@openbastille.org
-- copyright:
category:           Control
build-type:         Simple
extra-doc-files:    CHANGELOG.md
-- extra-source-files:

common warnings
    ghc-options: -Wall

library
    import:           warnings
    exposed-modules:  Control.Applicative.Logic
    build-depends:    base >=4.1 && <4.21
    hs-source-dirs:   src
    default-language: Haskell2010