1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Release notes for Agda version 2.6.0.1
======================================
Installation and infrastructure
-------------------------------
* Added support for GHC 8.6.5.
List of all closed issues
-------------------------
For 2.6.0.1, the following issues have been closed
(see [bug tracker](https://github.com/agda/agda/issues)):
- [#3685](https://github.com/agda/agda/issues/3685): Support GHC 8.6.5
- [#3692](https://github.com/agda/agda/issues/3692): Omission of absurd patterns in automatically added absurd clauses causes too optimistic polarity.
- [#3694](https://github.com/agda/agda/issues/3694): Importing Agda.Builtin.Size in one module affects another module
- [#3696](https://github.com/agda/agda/issues/3696): Make `AgdaAny` polykinded?
- [#3697](https://github.com/agda/agda/issues/3697): Panic when checking non-SetĪ data definitions with --type-in-type
- [#3701](https://github.com/agda/agda/issues/3701): [ re agda/agda-stdlib#710 ] toNat for machine words is injective
- [#3731](https://github.com/agda/agda/issues/3731): GHC backend thinks that a constructor called 'main' is the main program
- [#3742](https://github.com/agda/agda/issues/3742): Strange error message for code that combines mutual and abstract
|