[Haskell-beginners] Happstack dependency problems

Tom Murphy amindfv at gmail.com
Wed Apr 6 04:15:51 CEST 2011


>
> > Aw, I should've used quotes or a separate line, the command is
> >
> > $ ghc-pkg check
> >
> > I meant: what does "ghc-pkg check" report.
> >
>
>

Nothing happened:
"
$ ghc-pkg check
$
"



> Maybe we can try to break the problem down into smaller pieces.
>
> Happstack is composed of multiple packages, and you could try them one
> at a time to narrow things down a bit:
>
> happstack-util
> happstack-data
> happstack-state
> happstack-ixset
> happstack-server
> happstack
>
> If you cabal install each one of the above in turn (and in order!) it
> will mimic "cabal install happstack" fairly well.
>
>
I get the "cannot configure unix" error for:
- happstack-util
- happstack-state
- happstack-ixset
- happstack-server
- happstack

In other words, everything except happstack-data.


Thanks for the help!
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110405/b6897821/attachment.htm>


More information about the Beginners mailing list