diff options
author | DenisFrezzato <frezzato.denis@gmail.com> | 2020-05-01 09:40:22 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-05 03:24:15 -0400 |
commit | 3c862f635394b02c121f917a4d9ea7802033eebb (patch) | |
tree | 13305d41a361caf99b663f8965318010a961f03c | |
parent | 7bc3a65b467c4286377b9bded277d5a2f69160b3 (diff) | |
download | haskell-3c862f635394b02c121f917a4d9ea7802033eebb.tar.gz |
Fix Haskell98 short description in documentation
-rw-r--r-- | docs/users_guide/exts/control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/control.rst b/docs/users_guide/exts/control.rst index 0a325efd71..eccb22c1e4 100644 --- a/docs/users_guide/exts/control.rst +++ b/docs/users_guide/exts/control.rst @@ -39,7 +39,7 @@ Language extensions can be controlled (i.e. allowed or not) in two ways: .. extension:: Haskell98 - :shortdesc: Use the Haskell 2010 language variant. + :shortdesc: Use the Haskell 98 language variant. Compile using Haskell 98 language variant. Enables the following language extensions: |