missing mtl (which exists) when installing filemanip package

2013-01-10 Thread HP Wei
I did the following: download filemanip-0.3.6.2.tar.gz tar xvf ... cd filemanip-0.3.6.2 runhaskell Setup configure --prefix=$HOME/ghc -- it tells me Setup: At least the following dependencies are missing: mtl -any, unix-compat -any So, I did the following: download

Re: missing mtl (which exists) when installing filemanip package

2013-01-10 Thread Brent Yorgey
On Thu, Jan 10, 2013 at 10:34:19AM -0500, HP Wei wrote: I did the following: download filemanip-0.3.6.2.tar.gz tar xvf ... cd filemanip-0.3.6.2 runhaskell Setup configure --prefix=$HOME/ghc -- it tells me Setup: At least the following dependencies are missing: mtl

Re: missing mtl (which exists) when installing filemanip package

2013-01-10 Thread Albert Y. C. Lai
On 13-01-10 10:34 AM, HP Wei wrote: Question: why can't $HOME/ghc/lib/mtl-2.0.1.0/ be recognized during the above Setup configure ?? You need to see my http://www.vex.net/~trebla/haskell/sicp.xhtml Existence of files is insufficient. Metadata trumps data. But there is one point I