cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d5063147a590e342c7a089d4c99da9a156918b76b109cb499cfe5b0d26b3e716
name: uniform-algebras
version: 0.1.0
synopsis: Pointless functions and a simplistic zero and monoid
description: Simple algebras avoiding too much mathematical underpinning
.
- zero with test isZero, notZero (not a semigroupoid)
exports also Maybe and Either
.
- pointless operations, e.g. tuples up to 4 or 5
.
- ListForms (a monoid)
.
Please see the README on GitHub at <https://github.com/andrewufrank/uniform-algebras/readme>
category: Algebra Uniform
bug-reports: https://github.com/andrewufrank/uniform-algebras/issues
author: Andrew Frank
maintainer: Andrew U. Frank <uniform@gerastree.at>
copyright: 2021 Andrew U. Frank
license: GPL-2.0-only
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Uniform.ListForm
Uniform.Pointless
Uniform.Zero
autogen-modules: Paths_uniform_algebras
other-modules:
Paths_uniform_algebras
hs-source-dirs:
./.
build-depends:
base >=4.7 && <5
default-language: Haskell2010