Skip to content

Commit

Permalink
Update version number to 1.3
Browse files Browse the repository at this point in the history
fixes #233
  • Loading branch information
jespercockx committed Dec 11, 2023
1 parent 707c9a6 commit 7bac88a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
Release notes for agda2hs v1.2
Release notes for agda2hs v1.3
==============================

Changes
-------

- Increased bounds to support GHC 9.6.3
- Changed flag `--rewrite-rules` to `--config`.
- Deprecated `Tuple` (#228). Now there are distinct 2-uples (`_×_`) and 3-uples (`_×_×_`).
Only 2-uples can be pattern-matched inside of let bindings.
- Experimental support for *erased module parameters* (#229).
- Support for erased hidden type parameters.
- Functions with no clause throw a hard error when getting compiled.
- Unboxed records can preserve any field -- not only the first one.
- Improved documentation.

See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Apr for the full list of changes.
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.3+is%3Apr for the full list of changes.

Fixed issues
------------

See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Aissue for the full list of fixed issues.
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.3+is%3Aissue for the full list of fixed issues.
2 changes: 1 addition & 1 deletion agda2hs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: agda2hs
version: 1.2
version: 1.3
license: BSD-3-Clause
license-file: LICENSE
author: Ulf Norell, Jesper Cockx, Orestis Melkonian, Sára Juhošová, James Chapman, Lucas Escot, Henry Blanchette
Expand Down

0 comments on commit 7bac88a

Please sign in to comment.