name:           np-extras
version:        0.3.1.3
x-revision: 3
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
tested-with:    GHC ==7.10.3 || ==8.0.1 || ==8.2.1 || ==8.4.1 || ==8.6.1 || ==8.8.1 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 || ==9.12.1 
author:         Brent Yorgey
maintainer:     Brent Yorgey <byorgey@gmail.com>
bug-reports:    http://hub.darcs.net/byorgey/np-extras/issues
category:       Math
synopsis:       NumericPrelude extras
description:    Various extras to extend the NumericPrelude, including
                multivariate polynomials and factored rationals.
extra-source-files: CHANGES.md
source-repository head
  type:     darcs
  location: http://hub.darcs.net/byorgey/np-extras

Library
  build-depends: base >= 3.0 && < 4.22,
                 numeric-prelude >= 0.3 && < 0.5,
                 primes >= 0.1.1 && < 0.3,
                 containers >= 0.4.2 && < 0.8
  exposed-modules:
    MathObj.FactoredRational
    MathObj.Monomial
    MathObj.MultiVarPolynomial
  default-extensions: NoImplicitPrelude
  other-extensions:   PatternGuards, ViewPatterns
  default-language: Haskell2010