summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-01-14 15:38:49 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-15 13:08:03 +0100
commit8959b03e0365d8ff016e95cfe7d87d5488cf3a96 (patch)
tree5b0736ca8fcb747a58101963d1b7023c59f2ef91 /ANNOUNCE
parent91f1c600614e8c456a62bd95611400b442113cdf (diff)
downloadhaskell-8959b03e0365d8ff016e95cfe7d87d5488cf3a96.tar.gz
ANNOUNCE: Mention powerpc code generator
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE6
1 files changed, 4 insertions, 2 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 2db475e6e3..c00db3c0bd 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -18,7 +18,7 @@ of major features and numerous bug fixes. These include,
* More reliable DWARF debugging information
- * Support for injective type classes
+ * Support for injective type families
* Applicative do-notation
@@ -38,7 +38,9 @@ of major features and numerous bug fixes. These include,
* A rewritten (and greatly improved) pattern exhaustiveness checker
* GHCi can run the interpreter in a separate process, and the interpreter can
- now run profiled code.
+ now run profiled code
+
+ * A native code generator for powerpc64 and powerpc64le architectures
* and more!