We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7999e8 commit 98c69eaCopy full SHA for 98c69ea
README.md
@@ -27,7 +27,7 @@ See `:help :filetype-overview` for more details.
27
### vimproc
28
https://github.com/Shougo/vimproc
29
30
-### ghc-mod
+### ghc-mod >= 2.1.2
31
```sh
32
cabal install ghc-mod
33
```
after/ftplugin/haskell/ghcmod.vim
@@ -11,7 +11,7 @@ if !exists('s:has_ghc_mod')
11
finish
12
endif
13
14
- let s:required_version = [1, 10, 11]
+ let s:required_version = [2, 1, 2]
15
if !ghcmod#util#check_version(s:required_version)
16
call ghcmod#util#print_error(printf('ghcmod: requires ghc-mod %s or higher', join(s:required_version, '.')))
17
0 commit comments