I want to suppress unused top level functions. I have added
let g:ghcmod_ghc_options = ['-Wno-unused-top-binds']
to .vimrc, and to the ghcmod.vim files in
ghcmod-vim/after/ftplugin/lhaskell, ghcmod-vim/autoload and ghcmod-vim/plugin/, but it does not seem to work.
I want to suppress unused top level functions. I have added
let g:ghcmod_ghc_options = ['-Wno-unused-top-binds']to
.vimrc, and to theghcmod.vimfiles inghcmod-vim/after/ftplugin/lhaskell,ghcmod-vim/autoloadandghcmod-vim/plugin/, but it does not seem to work.