Skip to content

Commit

Permalink
Merge pull request #27 from egison/new-release
Browse files Browse the repository at this point in the history
version 0.2.1.2
  • Loading branch information
egisatoshi authored Nov 3, 2020
2 parents d7b1d60 + 2594ad1 commit 60aeca2
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions egison-pattern-src-haskell-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.1.2

- Nothing changed (updated as `egison-pattern-src`)

## 0.2.1.1

- Nothing changed (updated as `egison-pattern-src`)

## 0.2.1.0

- Fix use of external parsers to delimit input with `,`, `)`, or `]` (change in `egison-pattern-src`)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: egison-pattern-src-haskell-mode
version: 0.2.1.1
version: 0.2.1.2
synopsis:
Parser and pretty printer for Egison pattern expressions in Haskell source code

Expand Down
8 changes: 8 additions & 0 deletions egison-pattern-src-th-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.1.2

- Nothing changed (updated as `egison-pattern-src`)

## 0.2.1.1

- Nothing changed (updated as `egison-pattern-src`)

## 0.2.1.0

- Fix use of external parsers to delimit input with `,`, `)`, or `]` (change in `egison-pattern-src`)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: egison-pattern-src-th-mode
version: 0.2.1.1
version: 0.2.1.2
synopsis:
Parser and pretty printer for Egison pattern expressions to use with TH

Expand Down
8 changes: 8 additions & 0 deletions egison-pattern-src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.1.2

- Support megaparsec >= 9.0.0 [#25](https://github.com/egison/egison-pattern-src/issues/25)

## 0.2.1.1

- Relax version upper bound for prettyprinter and recursion-scheme.

## 0.2.1.0

- Fix use of external parsers to delimit input with `,`, `)`, or `]`
Expand Down
6 changes: 3 additions & 3 deletions egison-pattern-src/egison-pattern-src.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: egison-pattern-src
version: 0.2.1.1
version: 0.2.1.2
synopsis:
Manipulating Egison patterns: abstract syntax, parser, and pretty-printer

Expand Down Expand Up @@ -37,8 +37,8 @@ library
, megaparsec >=7.0.0 && <10.0
, mtl ^>=2.2.1
, parser-combinators >=1.0.0 && <1.3
, prettyprinter >=1.0.0
, recursion-schemes >=5.0.2
, prettyprinter >=1.0.0 && <2.0
, recursion-schemes >=5.0.2 && <5.3
, text >=0.1.0 && <1.3

hs-source-dirs: src
Expand Down

0 comments on commit 60aeca2

Please sign in to comment.