cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: d349eb33e63b6667b98afa5566a63b91ffe6816c16fb21b896551793ba014901 name: uniform-algebras version: 0.1.5.1 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, imported from Algebra of Programming (AOP) prelude . - ListForms (a monoid) . Please see the README on GitHub at category: Algebra Uniform homepage: https://github.com/git@github.com:andrewufrank/uniform-algebras.git#readme bug-reports: https://github.com/andrewufrank/uniform-algebras/issues author: Andrew Frank maintainer: Andrew U. Frank copyright: 2021 Andrew U. Frank license: GPL-2.0-only build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/git@github.com:andrewufrank/uniform-algebras.git library exposed-modules: Uniform.ListForm Uniform.Pointless Uniform.Properties Uniform.Tuples Uniform.Zero autogen-modules: Paths_uniform_algebras other-modules: Paths_uniform_algebras hs-source-dirs: ./ build-depends: base >4.7 && <5 , extra , numeric-prelude , test-invariant default-language: Haskell2010