INFO: setup Package: app-vim/haskellmode-20101118-r2:0 Repository: gentoo Maintainer: vim@gentoo.org USE: abi_x86_64 amd64 elibc_glibc kernel_linux FEATURES: preserve-libs sandbox userpriv usersandbox INFO: install Final size of build directory: 100 KiB Final size of installed tree: 96 KiB INFO: postinst Updating documentation tags in /usr/share/vim/vim91 LOG: postinst This plugin provides documentation via vim's help system. To view it, use: :help haskellmode This plugin makes use of filetype settings. To enable these, add lines like: filetype plugin on filetype indent on to your ~/.vimrc file. You must set 'g:haddock_browser' to the path of your preferred browser, and depending on your setup you may also want to change the default value of 'g:haddock_browser_callformat' (see ':help g:haddock_browser_callformat' for full usage info). You can persist these settings in your vimrc file, for example: let g:haddock_browser="/usr/bin/elinks" let g:haddock_browser_callformat="%s file://%s >/dev/null 2>&1 &" To enable GHC compiler integration, also add the following to your vimrc: au BufEnter *.hs compiler ghc The first time you load haskellmode, you must generate a Haddock index. Do this with the command: :ExportDocIndex Consult http://projects.haskell.org/haskellmode-vim for further setup and usage information.