packages feed

semiring-simple-1.0.0.1: semiring-simple.cabal

name:                semiring-simple
version:             1.0.0.1
synopsis:            A module for dealing with semirings.
description:
  Semirings are like normal rings, except you can't subtract. This library
  provides a type class for semirings.
license:             BSD3
license-file:        LICENSE
author:              Thomas Wilke, Frank Huch, Sebastian Fischer
maintainer:          Peter Harpending <peter@harpending.org>
copyright:           Copyright (c) 2012, Thomas Wilke, Frank Huch, Sebastian Fischer.
                     Copyright (c) 2014-2016, Peter Harpending.
category:            Math
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:
  README.md
  LICENSE
  stack.yaml

library
  default-language:    Haskell2010
  hs-source-dirs:      src/
  exposed-modules:
    Data.Semiring
  build-depends:
    base >=4 && <5
  
source-repository head
  type:       git
  location:   https://gitlab.com:pharpend/semiring-simple.git