
On Wed, Jan 5, 2011 at 12:53 PM, Rogan Creswick
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe