name: hascal version: 2.0.0 synopsis: A minimalistic but extensible and precise calculator description: Hascal is both a simple but extendable calculator library for Haskell as well as a command-line program using this library. . Hascal supports addition, subtraction, multiplication, division, exponentiation, and logarithm, while it's easy to add custom operators. . Hascal also supports complex numbers. Hascal can work at an arbitrary precision. However, Hascal does not support parenthesis. stability: provisional category: Math, Console, Tools, Utility, Utils, Parsing homepage: http://darcsden.com/mekeor/hascal bug-reports: http://darcsden.com/mekeor/hascal/issues license: GPL license-file: LICENSE copyright: 2012 Mekeor Melire author: Mekeor Melire maintainer: Mekeor Melire tested-with: GHC ==7.4.1 cabal-version: >= 1.8 build-type: Simple source-repository head type: darcs location: http://darcsden.com/mekeor/hascal source-repository head type: git location: git://github.com/mekeor/hascal.git test-suite test type: exitcode-stdio-1.0 main-is: Test.hs build-depends: HUnit ==1.2.* library build-depends: base >2 && <5 exposed-modules: Hascal ghc-options: -Wall executable hascal build-depends: base >2 && <5, numbers >= 3000 main-is: Main.hs ghc-options: -Wall