-- Initial semiring.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: semiring-simple version: 0.2.1.0 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, Peter Harpending maintainer: Peter Harpending copyright: 2014, Peter Harpending. category: Math build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Semiring -- Modules included in this library but not exported. -- other-modules: -- LANGUAGE extensions used by modules in this package. -- other-extensions: -- Other library packages from which modules are imported. build-depends: base >=4 && <5 -- Directories containing source files. hs-source-dirs: src/ -- Base language which the package is written in. default-language: Haskell2010 source-repository head type: git location: https://github.com/pharpend/semiring.git