2016-11-02 22:12:22 +00:00
|
|
|
name: mathexpr
|
2016-11-04 19:05:04 +00:00
|
|
|
version: 0.3.0.0
|
2016-11-02 22:12:22 +00:00
|
|
|
synopsis: Parse and evaluate math expressions with variables and functions
|
|
|
|
description: A simple tool to evaluate math expressions as strings with support for custom functions and operators
|
|
|
|
homepage: https://github.com/mdibaiee/mathexpr
|
|
|
|
license: GPL-3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Mahdi Dibaiee
|
|
|
|
maintainer: mdibaiee@aol.com
|
|
|
|
copyright: 2016 Mahdi Dibaiee
|
|
|
|
category: Math
|
|
|
|
build-type: Simple
|
|
|
|
-- extra-source-files:
|
|
|
|
cabal-version: >=1.10
|
|
|
|
|
|
|
|
library
|
|
|
|
hs-source-dirs: src
|
2016-11-04 19:05:04 +00:00
|
|
|
exposed-modules: Numeric.MathExpr
|
2016-11-02 22:12:22 +00:00
|
|
|
build-depends: base >= 4.7 && < 5,
|
|
|
|
data-default-class
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: https://github.com/mdibaiee/mathexpr
|