packages feed

tropical-0.0.0.0: tropical.cabal

-- Initial tropical.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                 tropical
version:              0.0.0.0
synopsis:             A library for tropical mathematics.
description:
  Tropical numbers are the same as real numbers, except the operations are
  different. See the documentation for more information.
license:              BSD3
license-file:         LICENSE
author:               Peter Harpending
maintainer:           Peter Harpending <pharpend2@gmail.com>
copyright:            2014, Peter Harpending.
category:             Math
build-type:           Simple
extra-source-files:
    README.md
  , LICENSE
cabal-version:        >=1.10

library
  exposed-modules:
      Data.Semiring.Tropical
  -- other-modules:       
  -- other-extensions:    
  build-depends:
      base            >=4.7 && <4.8
    , semiring-simple >=0.2
  hs-source-dirs:      src/
  default-language:    Haskell2010
  ghc-options: -Wall

source-repository head
  type:     git
  location: https://github.com/pharpend/tropical.git