packages feed

mpolynomials-0.1.1.0: mpolynomials.cabal

cabal-version:      >=1.10
name:               mpolynomials
version:            0.1.1.0
license:            GPL-3
license-file:       LICENSE
copyright:          2022 Stéphane Laurent
maintainer:         laurent_step@outlook.fr
author:             Stéphane Laurent
homepage:           https://github.com/stla/mpolynomials#readme
synopsis:           Simple multivariate polynomials.
description:        Manipulation of multivariate polynomials on a ring.
category:           Math, Algebra
build-type:         Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
    type:     git
    location: https://github.com/stla/mpolynomials

library
    exposed-modules:  Math.Algebra.MultiPol
    hs-source-dirs:   src
    default-language: Haskell2010
    other-extensions:
        ScopedTypeVariables FlexibleInstances MultiParamTypeClasses

    build-depends:
        base >=4.7 && <5,
        containers >=0.6.4.1,
        numeric-prelude >=0.4.4,
        extra >=1.7.10,
        text >=1.2.5.0