-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update extensions list for GHC-8.12 #6903
Milestone
Comments
Currently, this includes LinearTypes and QualifiedDo; soon, also LexicalNegation. |
Yes, I'm waiting for GHC-8.12-alpha1 until I proceed with this and other GHC-8.12 related bookkeeping issues. |
% diff -u ext-8.10.txt ext-8.12.txt
--- ext-8.10.txt 2020-07-07 14:16:47.762769381 +0300
+++ ext-8.12.txt 2020-07-07 14:16:43.342823211 +0300
@@ -57,7 +57,9 @@
JavaScriptFFI
KindSignatures
LambdaCase
+LexicalNegation
LiberalTypeSynonyms
+LinearTypes
MagicHash
MonadComprehensions
MonadFailDesugaring
@@ -126,7 +128,9 @@
NoJavaScriptFFI
NoKindSignatures
NoLambdaCase
+NoLexicalNegation
NoLiberalTypeSynonyms
+NoLinearTypes
NoMagicHash
NoMonadComprehensions
NoMonadFailDesugaring
@@ -158,6 +162,7 @@
NoPolyKinds
NoPolymorphicComponents
NoPostfixOperators
+NoQualifiedDo
NoQuantifiedConstraints
NoQuasiQuotes
NoRank2Types
@@ -213,6 +218,7 @@
PolyKinds
PolymorphicComponents
PostfixOperators
+QualifiedDo
QuantifiedConstraints
QuasiQuotes
Rank2Types |
.. extension:: LexicalNegation
:shortdesc: Use whitespace to determine whether the minus sign stands for
negation or subtraction.
.. extension:: QualifiedDo
:shortdesc: Enable qualified do-notation desugaring.
.. extension:: LinearTypes
:shortdesc: Enable linear types. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are no changes in GHC HEAD yet.
The text was updated successfully, but these errors were encountered: