hascal 3.0 → 3.0.1
raw patch · 1 files changed
+8/−15 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hascal.cabal +8/−15
hascal.cabal view
@@ -1,25 +1,18 @@ name: hascal-version: 3.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.+version: 3.0.1+synopsis: tiny calculator library and command-line program+description: a library and a command-line program for calculating numeral+ expressions with infix operators and constants but without+ parantheses. stability: experimental category: Math, Console, Tools, Utility, Utils, Parsing homepage: https://github.com/mekeor/hascal bug-reports: https://github.com/mekeor/hascal/issues license: GPL license-file: LICENSE-copyright: 2017 Mekeor Melire-author: Mekeor Melire <mekeor.melire@gmail.com>-maintainer: Mekeor Melire <mekeor.melire@gmail.com>+copyright: Mekeor Melire (2017)+author: Mekeor Melire+maintainer: Mekeor Melire cabal-version: >= 1.8 build-type: Simple