-
Notifications
You must be signed in to change notification settings - Fork 1
/
constructible.cabal
36 lines (33 loc) · 1.24 KB
/
constructible.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: constructible
version: 0.1.2
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 <[email protected]>
maintainer: Anders Kaseorg <[email protected]>
copyright: © 2013 Anders Kaseorg
category: Math
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.Real.Constructible
build-depends:
base ==4.*,
binary-search >=0.0,
complex-generic >=0.1,
integer-roots >=1.0
default-language: Haskell2010
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.2