applicable-0.4.0.0: applicable.cabal
cabal-version: 2.4
name: applicable
version: 0.4.0.0
synopsis: A class for things that can be applied
description: A class for things that can be applied, and utility newtypes
homepage: https://github.com/schuelermine/applicable
bug-reports: https://github.com/schuelermine/applicable/issues
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.Applicable
build-depends: base >=4.14 && <=4.16
default-language: Haskell2010