On 14 September 2011 11:24, yi huang <[email protected]> wrote: > Cabal compains about "Unknown build tool hasktags". > It seems not necessary to set "Build-tools: hasktags" in cabal file?
cabal-install isn't capable of automatically building and installing build-tools for you. So to install haskdogs, you need to do "cabal install hasktags && cabal install haskdogs". -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
