constructible-0.1.1: constructible.cabal
name: constructible
version: 0.1.1
synopsis: Exact computation with constructible real numbers
description:
The constructible reals are the subset of the real numbers that can
be represented exactly using field operations (addition,
subtraction, multiplication, division) and positive square roots.
They support exact computations, equality comparisons, and ordering.
homepage: http://andersk.mit.edu/haskell/constructible/
license: BSD3
license-file: LICENSE
author: Anders Kaseorg <andersk@mit.edu>
maintainer: Anders Kaseorg <andersk@mit.edu>
copyright: © 2013 Anders Kaseorg
category: Math
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Data.Real.Constructible
build-depends:
base ==4.*,
binary-search >=0.0,
complex-generic >=0.1,
integer-roots >=1.0
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/andersk/haskell-constructible
source-repository this
type: git
location: https://github.com/andersk/haskell-constructible
tag: 0.1.0.1