diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-01-14 15:38:49 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-01-15 13:08:03 +0100 |
commit | 8959b03e0365d8ff016e95cfe7d87d5488cf3a96 (patch) | |
tree | 5b0736ca8fcb747a58101963d1b7023c59f2ef91 /ANNOUNCE | |
parent | 91f1c600614e8c456a62bd95611400b442113cdf (diff) | |
download | haskell-8959b03e0365d8ff016e95cfe7d87d5488cf3a96.tar.gz |
ANNOUNCE: Mention powerpc code generator
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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! |