Skip to content

Commit 98c69ea

Browse files
committed
Require ghc-mod >= 2.1.2
1 parent c7999e8 commit 98c69ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See `:help :filetype-overview` for more details.
2727
### vimproc
2828
https://github.com/Shougo/vimproc
2929

30-
### ghc-mod
30+
### ghc-mod >= 2.1.2
3131
```sh
3232
cabal install ghc-mod
3333
```

after/ftplugin/haskell/ghcmod.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if !exists('s:has_ghc_mod')
1111
finish
1212
endif
1313

14-
let s:required_version = [1, 10, 11]
14+
let s:required_version = [2, 1, 2]
1515
if !ghcmod#util#check_version(s:required_version)
1616
call ghcmod#util#print_error(printf('ghcmod: requires ghc-mod %s or higher', join(s:required_version, '.')))
1717
finish

0 commit comments

Comments
 (0)