id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12	set makeprg=cabal\ build?	kowey	haskellmode	"Any use for this sort of thing anywhere?
{{{
function! SetToCabalBuild()
  if glob(""*.cabal"") != ''
    set makeprg=cabal\ build
  endif
endfunction

autocmd BufEnter *.hs,*.lhs :call SetToCabalBuild()
}}}

I haven't tried to use the Haskell vim scripts yet, so apologies if it's redundant.  I just noticed that the makeprg stuff seems to only have examples for GHC.
"	defect	assigned	major		---				
