Skip to content

Commit 6d3348d

Browse files
committed
Address review comments
1 parent 6d7da5c commit 6d3348d

File tree

1 file changed

+6
-6
lines changed
  • message-index/messages/GHC-46537

1 file changed

+6
-6
lines changed

message-index/messages/GHC-46537/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ This error is reported when GHC fails to recognize the name of a language extens
99

1010
There are two likely causes:
1111

12-
1. You've made a typo, in which case ghc will likely also suggest the correct extension name to use.
13-
2. You're using older version of GHC which doesn't yet support given extension.
14-
Here's a couple of things you can try to troubleshoot:
12+
1. You've made a typo, in which case GHC will likely also suggest the correct extension name to use.
13+
2. You're using older version of GHC that doesn't yet support the extension.
14+
Here's a couple of things you can try in order to troubleshoot:
1515

16-
- Find out what version of GHC you're using:
16+
- Find out which version of GHC you're using:
1717

1818
ghc --version
1919

20-
- List all the supported extension that this version of GHC supports. Does the list contain your desired extension?
20+
- List all the supported extensions that this version of GHC supports. Does the list contain your desired extension?
2121

2222
ghc --supported-extensions
2323

24-
- Search for the extension name in the latest version of [GHC User's Guide](https://downloads.haskell.org/ghc/latest/docs/users_guide/exts.html). Most extensions have a `since` annotation which tells you in which version of GHC the extension was introduced.
24+
- Search for the extension name in the latest version of the [GHC User's Guide](https://downloads.haskell.org/ghc/latest/docs/users_guide/exts.html). Most extensions have a `since` annotation which tells you in which version of GHC the extension was introduced.

0 commit comments

Comments
 (0)