__color__	__group__	ticket	summary	component	milestone	type	created	_changetime	_description	_reporter
3	haskellmode	12	set makeprg=cabal\ build?	---		defect	2009-07-29T13:28:11Z+0100	2010-06-22T17:52:30Z+0100	"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.
"	kowey
