| ... | @@ -40,6 +40,7 @@ Document the minimum guarantees provided by the LANGUAGE pragma. |
... | @@ -40,6 +40,7 @@ Document the minimum guarantees provided by the LANGUAGE pragma. |
|
|
GHC and Cabal (via Language.Haskell.Extension) have been successfully using the LANGUAGE pragma for the following two purposes:
|
|
GHC and Cabal (via Language.Haskell.Extension) have been successfully using the LANGUAGE pragma for the following two purposes:
|
|
|
|
|
|
|
|
1. Document the post-Haskell98 language extensions a source file requires.
|
|
1. Document the post-Haskell98 language extensions a source file requires.
|
|
|
|
|
|
|
1. Locally enable those required language extensions when compiling an extension-using source file.
|
|
1. Locally enable those required language extensions when compiling an extension-using source file.
|
|
|
|
|
|
|
|
|
|
|
| ... | | ... | |