packages feed

egison-pattern-src-th-mode 0.2.0.0 → 0.2.1.0

raw patch · 2 files changed

+7/−1 lines, 2 filesdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,9 @@+## 0.2.1.0++- Fix use of external parsers to delimit input with `,`, `)`, or `]` (change in `egison-pattern-src`)+- Enable to parse value expression in the form of `#[1, 2, 3]` without parentheses (change in `egison-pattern-src`)+  * Now you can pass list literal directly to value patterns+ ## 0.2.0.0  Breaking changes:
egison-pattern-src-th-mode.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.0 name:               egison-pattern-src-th-mode-version:            0.2.0.0+version:            0.2.1.0 synopsis:   Parser and pretty printer for Egison pattern expressions to use with TH