When attempting to build hsh, I get complaint that it can't satisfy dependency for mtl-any.
How can I get this? Thanks! ************** wget http://software.complete.org/hsh/static/download_area/1.2.0/hsh_1.2.0.tar.gz [EMAIL PROTECTED]:~/haskellInstalls/hsh$ sudo runghc Setup.lhs configure Setup.lhs: Warning: The field "hs-source-dir" is deprecated, please use hs-source-dirs. Setup.lhs: Warning: No license-file field. Configuring HSH-1.2.0... configure: /usr/local/bin/ghc-pkg configure: Dependency base-any: using base-2.0 configure: Dependency unix-any: using unix-1.0 Setup.lhs: cannot satisfy dependency mtl-any [EMAIL PROTECTED]:~/haskellInstalls/hsh$ apt-cache search haskell-mtl [EMAIL PROTECTED]:~/haskellInstalls/hsh$ [EMAIL PROTECTED]:~/haskellInstalls$ apt-cache search haskell | grep mtl [EMAIL PROTECTED]:~/haskellInstalls$ 2007/3/14, John Goerzen <[EMAIL PROTECTED]>:
On 2007-03-13, Brandon Michael Moore <[EMAIL PROTECTED]> wrote: > On Mon, Mar 12, 2007 at 05:14:57PM -0500, John Goerzen wrote: > You can do this with runProcess, if you use > System.Posix.IO.{createPipe,fdToHandle} to make a pipe and > wrap the ends as handles. I hope hCreatePipe could be > implemented on windows. Right, but the whole point of trying to use System.Process was to remove the dependency on POSIX and thus make the program portable to Windows. -- John _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe