-- Initial exact-real-positional.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: exact-real-positional version: 0.0.0 synopsis: Framework for Exact Real Arithmetic in the Positional Number System description: Computable real numbers are represented in a signed digit floating point representation. Each number consists of an infinitly sequence of these digits. Basic arithmetic operators are implemented, conversion from and into other Haskell number types is possible. license: BSD3 license-file: LICENSE author: grlks maintainer: lukas9@mi.fu-berlin.de -- copyright: category: Math build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 library exposed-modules: Data.Realnumber -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10 hs-source-dirs: src default-language: Haskell2010