calculator 0.4.1.0 → 0.4.1.1
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- README.md +1/−1
- calculator.cabal +3/−1
README.md view
@@ -10,7 +10,7 @@ - Function bindings - Single argument functions - Multiple argument functions-- Plotting (Optional)+- Plotting - Static plots (no animation) - Dynamic plots (for multiple argument functions)
calculator.cabal view
@@ -1,5 +1,5 @@ name: calculator-version: 0.4.1.0+version: 0.4.1.1 synopsis: A calculator repl, with variables, functions & Mathematica like dynamic plots. description: A calculator repl that processes mathematical expressions. Does basic arithmetic, and provides pre-defined basic mathematical functions.@@ -76,6 +76,8 @@ , QuickCheck , containers , parsec+ , plot-gtk-ui+ , gtk ghc-options: -Wall default-language: Haskell2010