numhask-space-0.9.0.0: numhask-space.cabal
cabal-version: 2.4
name: numhask-space
version: 0.9.0.0
synopsis: Numerical spaces.
description:
@numhask-space@ provides support for spaces where [space](https://en.wikipedia.org/wiki/Space_(mathematics\)) is defined as a set of numbers with a lower and upper bound.
.
== Usage
.
>>> {-# LANGUAGE RebindableSyntax #-}
>>> import NumHask.Prelude
>>> import NumHask.Space
.
category: mathematics
homepage: https://github.com/tonyday567/numhask-space#readme
bug-reports: https://github.com/tonyday567/numhask-space/issues
author: Tony Day
maintainer: tonyday567@gmail.com
copyright: Tony Day
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.2.1
extra-source-files: ChangeLog.md
source-repository head
type: git
location: https://github.com/tonyday567/numhask-space
library
hs-source-dirs: src
ghc-options:
-Wall -Wcompat -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wredundant-constraints -fwrite-ide-info
-hiedir=.hie
default-extensions:
build-depends:
, adjunctions >=4.0 && <5
, base >=4.7 && <5
, containers ^>=0.6
, distributive >=0.2.2 && <1
, numhask ^>=0.9.0
, random ^>=1.2
, semigroupoids >=5 && <5.4
, tdigest ^>=0.2.1
, text >=1.2.3.1 && <2
, time >=1.9.1 && <1.12
, vector ^>=0.12
exposed-modules:
NumHask.Space
NumHask.Space.Histogram
NumHask.Space.Point
NumHask.Space.Range
NumHask.Space.Rect
NumHask.Space.Time
NumHask.Space.Types
other-modules:
default-language: Haskell2010