exact-real-0.12.5: exact-real.cabal
cabal-version: 1.24
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: exact-real
version: 0.12.5
synopsis: Exact real arithmetic
description: A type to represent exact real numbers using fast binary Cauchy sequences.
category: Math
homepage: https://github.com/expipiplus1/exact-real#readme
bug-reports: https://github.com/expipiplus1/exact-real/issues
author: Joe Hermaszewski
maintainer: Joe Hermaszewski <keep.it.real@monoid.al>
copyright: 2020 Joe Hermaszewski
license: MIT
license-file: LICENSE
build-type: Custom
extra-source-files:
readme.md
stack.yaml
default.nix
changelog.md
package.yaml
source-repository head
type: git
location: https://github.com/expipiplus1/exact-real
custom-setup
setup-depends:
Cabal
, base
, cabal-doctest >=1 && <1.1
library
exposed-modules:
Data.CReal
Data.CReal.Converge
Data.CReal.Internal
other-modules:
Paths_exact_real
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8 && <5
, integer-gmp
, random >=1.0
default-language: Haskell2010
test-suite doctests
type: exitcode-stdio-1.0
main-is: Doctests.hs
other-modules:
hs-source-dirs:
test
build-depends:
base
, doctest
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
other-modules:
BoundedFunctions
Data.CReal.Extra
Floating
Fractional
Num
Ord
Random
Read
Real
RealFloat
RealFrac
Test.QuickCheck.Classes.Extra
Test.QuickCheck.Extra
Test.Tasty.Extra
Paths_exact_real
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
QuickCheck >=2.9
, base >=4
, checkers >=0.5.6
, exact-real
, groups >=0.3
, random >=1.0
, tasty >=0.10
, tasty-hunit >=0.9
, tasty-quickcheck >=0.8
, tasty-th >=0.1
if impl(ghc < 8.0.0)
buildable: False
default-language: Haskell2010
benchmark bench
type: exitcode-stdio-1.0
main-is: Bench.hs
other-modules:
Paths_exact_real
hs-source-dirs:
bench
ghc-options: -Wall -threaded -O2
build-depends:
base >=4
, criterion >=1.1
, exact-real
default-language: Haskell2010