packages feed

uniform-algebras-0.1.3: uniform-algebras.cabal

cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: f0777aca04edb42c7a8ef82729989bbfc57a7be3f3f5814f580d7abec55a396e

name:           uniform-algebras
version:        0.1.3
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)
                .
                v 0.1.3: added stack build lts 19.16 for ghc 9.0.2
                .
                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.Properties
      Uniform.Zero
  autogen-modules: Paths_uniform_algebras
  other-modules:
      Paths_uniform_algebras
  hs-source-dirs:
      ./
  build-depends:
      base >4.7 && <5
    , numeric-prelude
    , test-invariant
  default-language: Haskell2010