File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ Release notes for agda2hs v1.2
2
+ ==============================
3
+
4
+ Changes
5
+ -------
6
+
7
+ - Increased bounds to support GHC 9.6.3
8
+ - Changed flag ` --rewrite-rules ` to ` --config ` .
9
+ - Deprecated ` Tuple ` (#228 ). Now there are distinct 2-uples (` _×_ ` ) and 3-uples (` _×_×_ ` ).
10
+ Only 2-uples can be pattern-matched inside of let bindings.
11
+ - Experimental support for * erased module parameters* (#229 ).
12
+ - Support for erased hidden type parameters.
13
+ - Functions with no clause throw a hard error when getting compiled.
14
+ - Unboxed records can preserve any field -- not only the first one.
15
+ - Improved documentation.
16
+
17
+ See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Apr for the full list of changes.
18
+
19
+ Fixed issues
20
+ ------------
21
+
22
+ See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Aissue for the full list of fixed issues.
You can’t perform that action at this time.
0 commit comments