GHC version 8.6.3
Here is the following configuration for nvim
let g:hdevtools_stack = 1
au FileType haskell nnoremap <buffer> <F1> :HdevtoolsType<CR>
au FileType haskell nnoremap <buffer> <silent> <F2> :HdevtoolsInfo<CR>
au FileType haskell nnoremap <buffer> <silent> <F3> :HdevtoolsClear<CR>
Running :HdevtoolsType in vim gives the following
cannot satisfy -package-id assorted-0.1.0.0-AOSrb3D5GtOEdklhgpQNFC
(use -v for more information)
Press ENTER or type command to continue
GHC version 8.6.3
Here is the following configuration for nvim
Running
:HdevtoolsTypein vim gives the following