Bug#309245: Found the problem

2005-05-15 Thread John Goerzen
thanks for the follow-up, Arjan. I actually already noticed this and have uploaded 0.11.1 with the appropriate fix in MissingH.cabal. Thanks again. -- John On Mon, May 16, 2005 at 01:48:07AM +0200, Arjan Oosting wrote: > Hi, > > I think i found the problem. MissingH uses Control.Monad.Error (an

Bug#309245: Found the problem

2005-05-15 Thread Arjan Oosting
Hi, I think i found the problem. MissingH uses Control.Monad.Error (and other modules) which are in the package mtl (Monad Transformer Library) which is not mentioned as a dependency in the pkg-config file. After I added it and did a ghc-pkg update MissingH-pkg-config everything worked as expected