On 14 September 2011 19:18, Sergey Mironov <[email protected]> wrote: > > Yes, I forgot to mention PATH. I expect somthing like > > export PATH="$HOME/.cabal/bin:$PATH" > > in .bash_profile or similar. > > Also, I probably should remove hasktags from the build-tools. Better > check it's presense in tuntime.
You also seemed to have some hard-coded paths to have it in ~/.cabal/var; this assumes that people use cabal-install to install your package rather than a system package manager or the like. Is it possible to change that? -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
