cabal-version: 3.0 name: applicative-logic version: 0.1.0.1 synopsis: Generalized logic operations for Applicative and Alternative functors -- description: homepage: http://hakon.gylterud.net/programming/applicative-logic 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