Flagged, new version is out.
Search Criteria
Package Details: vim-ghcmod-git 20120923-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-05-29)
| Package Base: | vim-ghcmod-git |
|---|---|
| Description: | interactive command execution in vim |
| Upstream URL: | https://github.com/eagletmt/ghcmod-vim |
| Category: | editors |
| Licenses: | |
| Submitter: | pdxleif |
| Maintainer: | pdxleif |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2012-09-24 04:43 |
| Last Updated: | 2013-11-08 20:26 |
Latest Comments
Comment by urimon
Comment by pdxleif
Added; sorry about that oversight. Haven't been using this since I switched to syntastic for the purpose.
Comment by zoidberg_md
Dependency on vim-vimproc is missing.
Comment by pdxleif
Thanks for the heads-up. Updated PKGBUILD to include the new files.
Comment by phaul
The PKGBUILD leaves half of the package out of the install which breaks this. I imagine new util files appeared in the plugin since the PKGBUILD was created.
For now I suggest you just install this from github manually to ~/.vim without the package
Comment by pdxleif
Sorry about the delayed response. Not really sure what's going on - does it help if you call ":setfiletype haskell" from the ex line (the same place you'd run :wq), just to make sure it's in Haskell mode? pacman -Ql on the package should show all the things it installs in /usr/share/vim/vimfiles after and autoload - it *should* be sourcing those for Haskell files. Maybe the author of this would have more info?
Anonymous comment
I'm having trouble getting this to work. I've installed ghc-mod and vim-vimproc-git and it is working, but when I edit a .hs file I don't get the GhcModType command. Any tips?