cabal-version: 3.0 name: truthy version: 0.3.0.1 synopsis: Generalized booleans and truthy values. description: Generalized booleans and truthy values. See also: Boolean homepage: https://github.com/schuelermine/truthy license: MIT license-file: LICENSE author: Anselm Schüler maintainer: mail@anselmschueler.com copyright: ⓒ 2022 Anselm Schüler category: Data extra-source-files: CHANGELOG.md README.md library exposed-modules: Data.Bool.Truthy Data.Bool.Class build-depends: base >=4.14 && <5 default-language: Haskell2010 source-repository head type: git location: https://github.com/schuelermine/truthy.git branch: b0 source-repository this type: git location: https://github.com/schuelermine/truthy.git tag: 0.3.0.1