[Haskell-cafe] Re: ANN: HSH 1.2.0

Thomas Hartman tphyahoo at gmail.com
Wed Mar 21 04:07:55 EDT 2007


and I'm on...

thartman at linodewhyou:~/haskellInstalls$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.6

2007/3/21, Thomas Hartman <tphyahoo at gmail.com>:
> 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
>
> thartman at linodewhyou:~/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
>
>
> thartman at linodewhyou:~/haskellInstalls/hsh$ apt-cache search haskell-mtl
> thartman at linodewhyou:~/haskellInstalls/hsh$
>
> thartman at linodewhyou:~/haskellInstalls$ apt-cache search haskell | grep mtl
> thartman at linodewhyou:~/haskellInstalls$
>
>
>
> 2007/3/14, John Goerzen <jgoerzen at complete.org>:
> > On 2007-03-13, Brandon Michael Moore <brandon at heave.ugcs.caltech.edu> 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 at haskell.org
> > http://www.haskell.org/mailman/listinfo/haskell-cafe
> >
>


More information about the Haskell-Cafe mailing list