[Haskell-cafe] Building lambdabot

Rogan Creswick creswick at gmail.com
Wed Jan 5 21:56:18 CET 2011


On Wed, Jan 5, 2011 at 12:53 PM, Rogan Creswick <creswick at gmail.com> wrote:
> State.  I didn't have any trouble building lambdabot after setting an
> upper version bound on the mtl dependency in lambdabot.cabal:
>
>  Library
>    build-depends: base, mtl <= 2.0, bytestring, unix

My mistake, that should be strictly less-than:

  Library
    build-depends: base, mtl < 2.0, bytestring, unix

--Rogan

>
> I used ghc-6.12.3, and cabal-dev.
>
> --Rogan
>
>
>>  Next, I tried 6.10 but failed on the unix dependency (in the same manner as
>> this thread).  The thread is unresolved, so I've not tried modifying the
>> cabal build-depends.  I'm hoping to find someone who has a working lambdabot
>> setup who can point me in the right direction.  What further information
>> about my struggles should I provide?
>> Thanks,
>> Joe
>> _______________________________________________
>> 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