numhask-0.1.0: numhask.cabal
name: numhask
version: 0.1.0
synopsis:
A numeric prelude
description:
A numeric prelude, providing a clean structure for numbers and operations that combine them.
category:
mathematics
homepage:
https://github.com/tonyday567/numhask
license:
BSD3
license-file:
LICENSE
author:
Tony Day
maintainer:
tonyday567@gmail.com
copyright:
Tony Day
build-type:
Simple
cabal-version:
>=1.14
extra-source-files:
readme.md
stack.yaml
library
default-language:
Haskell2010
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
NumHask.Prelude,
NumHask.Examples,
NumHask.Algebra,
NumHask.Algebra.Additive,
NumHask.Algebra.Basis,
NumHask.Algebra.Distribution,
NumHask.Algebra.Ring,
NumHask.Algebra.Field,
NumHask.Algebra.Integral,
NumHask.Algebra.Magma,
NumHask.Algebra.Metric,
NumHask.Algebra.Module,
NumHask.Algebra.Multiplicative,
NumHask.Shape,
NumHask.Vector,
NumHask.Matrix
build-depends:
base >= 4.7 && < 4.11,
protolude >= 0.1 && < 0.3,
vector >= 0.11 && < 0.13,
QuickCheck >= 2.8 && < 3,
adjunctions >= 4.3 && < 5,
distributive >= 0.5 && < 0.6,
singletons >= 2.2 && < 3,
matrix >=0.3.5.0 && <0.4
default-extensions:
NoImplicitPrelude,
OverloadedStrings,
UnicodeSyntax
test-suite test
default-language:
Haskell2010
type:
exitcode-stdio-1.0
hs-source-dirs:
test
main-is:
test.hs
build-depends:
base >= 4.7 && < 5,
numhask,
tasty,
tasty-quickcheck,
doctest
default-extensions:
NoImplicitPrelude,
OverloadedStrings,
UnicodeSyntax
source-repository head
type:
git
location:
https://github.com/tonyday567/numhask