hspray-0.1.2.0: hspray.cabal
name: hspray
version: 0.1.2.0
synopsis: Multivariate polynomials.
description: Manipulation of multivariate polynomials on a ring.
homepage: https://github.com/stla/hspray#readme
license: GPL-3
license-file: LICENSE
author: Stéphane Laurent
maintainer: laurent_step@outlook.fr
copyright: 2022 Stéphane Laurent
category: Math, Algebra
build-type: Simple
extra-source-files: README.md
CHANGELOG.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Math.Algebra.Hspray
build-depends: base >= 4.7 && < 5
, containers >= 0.6.4.1
, hashable >= 1.3.4.0
, unordered-containers >= 0.2.17.0
, numeric-prelude >= 0.4.4
, text >= 1.2.5.0
other-extensions: FlexibleInstances
, FlexibleContexts
, MultiParamTypeClasses
default-language: Haskell2010
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wmissing-home-modules
-Wpartial-fields
-Wredundant-constraints
test-suite unit-tests
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: tests/
Build-Depends: base >= 4.7 && < 5
, tasty
, tasty-hunit
, hspray
Default-Language: Haskell2010
source-repository head
type: git
location: https://github.com/stla/hspray