-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add change log + update version number to 1.1
- Loading branch information
1 parent
48c98b5
commit 50d213e
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Release notes for agda2hs v1.2 | ||
============================== | ||
|
||
Changes | ||
------- | ||
|
||
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Release notes for agda2hs 1.0 | ||
============================= | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Release notes for agda2hs v1.1 | ||
============================== | ||
|
||
Changes | ||
------- | ||
|
||
- Updated Agda base version to 2.6.4. | ||
- The `agda2hs` executable can now also be used in interactive mode (e.g. in Emacs or VS Code). | ||
- Added option to specify user-defined rewrites (see https://agda.github.io/agda2hs/features.html#rewrite-rules). | ||
- Type operators with names not starting with a colon are now allowed. | ||
- Added bindings for the `IO` monad. | ||
- Various other additions to the `Haskell.Prelude` library. | ||
|
||
Fixed issues | ||
------------ | ||
|
||
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.1+is%3Aissue for the full list of fixed issues. |