[Haskell-cafe] Wiki software?

Vladimir Ivanov vladimir.v.ivanov at gmail.com
Sat Nov 21 11:14:32 EST 2009


I decided to give orchid a try, but failed to install the latest
version (0.0.8) using cabal.

The reason is that one of the dependencies (filestore) depends on
parsec-2.0.* and orchid requires parsec3. I installed filestore-0.2
separately, but nothing changed.

$ cabal install orchid
Resolving dependencies...
cabal: cannot configure filestore-0.2. It requires parsec ==2.*
For the dependency on parsec ==2.* there are these packages: parsec-2.0,
parsec-2.1.0.0 and parsec-2.1.0.1. However none of them are available.
parsec-2.0 was excluded because orchid-0.0.8 requires parsec ==3.0.*
parsec-2.1.0.0 was excluded because orchid-0.0.8 requires parsec ==3.0.*
parsec-2.1.0.1 was excluded because orchid-0.0.8 requires parsec ==3.0.*

$ ghc-pkg list filestore
/usr/lib64/ghc-6.10.1/./package.conf:
~/.ghc/x86_64-linux-6.10.1/package.conf:
    filestore-0.2, filestore-0.3.2, filestore-0.3.3

$ ghc-pkg list parsec
/usr/lib64/ghc-6.10.1/./package.conf:
    parsec-2.1.0.1, parsec-3.0.0

$ cabal --version
cabal-install version 0.6.2
using version 1.6.0.2 of the Cabal library

Have you seen this before?
I hope I overlooked something trivial... =)

-- vi

On Thu, Nov 19, 2009 at 12:57 PM, Bayley, Alistair
<Alistair.Bayley at invesco.com> wrote:
>> From: haskell-cafe-bounces at haskell.org
>> [mailto:haskell-cafe-bounces at haskell.org] On Behalf Of S.
>> Doaitse Swierstra
>>
>> How about:
>>
>> http://hackage.haskell.org/package/orchid
>>
>> a simple, but nice wiki produced by one of our students Sebastiaan
>> Visser,
>
> You can see it in action here:
> http://funct.org/wiki/
> http://funct.org/wiki/#Building%20a%20Wiki%20in%20Haskell.html
>
> Alistair
> *****************************************************************
> Confidentiality Note: The information contained in this message,
> and any attachments, may contain confidential and/or privileged
> material. It is intended solely for the person(s) or entity to
> which it is addressed. Any review, retransmission, dissemination,
> or taking of any action in reliance upon this information by
> persons or entities other than the intended recipient(s) is
> prohibited. If you received this in error, please contact the
> sender and delete the material from any computer.
> *****************************************************************
>
> _______________________________________________
> 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