simple-expr 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+11/−5 lines, 2 files
Files
- CHANGELOG.md +3/−0
- simple-expr.cabal +8/−5
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for simple-expr +## [0.2.0.1] -- 2025-11-23+* **Documentation fixes**+ ## [0.2.0.0] -- 2025-11-13 ### Changed
simple-expr.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack name: simple-expr-version: 0.2.0.0+version: 0.2.0.1 synopsis: Minimalistic toolkit for simple mathematical expression. description: This is a minimalistic toolkit for simple mathematical expression developed for debug purposes similar to [simple-reflect](https://hackage.haskell.org/package/simple-reflect) package but based on slightly different principles. In particular, we use ordinary syntactic trees instead of turning them into strings. .@@ -18,16 +18,19 @@ . Besides an expression visualization feature is also provided. .-  +  .- See [tutorial](docs/Debug-SimpleExpr-Tutorial.html) for details.+ See [tutorial](https://hackage-content.haskell.org/package/simple-expr-0.2.0.1/docs/Debug-SimpleExpr-Tutorial.html) for details. category: Mathematics author: Alexey Tochin maintainer: Alexey.Tochin@gmail.com-copyright: 2024 Alexey Tochin+copyright: 2023-2025 Alexey Tochin license: BSD3 license-file: LICENSE build-type: Simple+tested-with:+ GHC == 9.8.4+ , GHC == 9.10.3 extra-source-files: CHANGELOG.md doc/images/composition.png