On Wed, Mar 24, 2010 at 2:27 PM, Colin Paul Adams
<co...@colina.demon.co.uk> wrote:

> Hm. I edited the cabal file to allow >= 2.3 && < 2.5 and it just
> compiled. Wouldn't this work with 6.12 also?

Unfortunately not. Making that change yields:

yi$ cabal install
Resolving dependencies...
cabal: dependencies conflict: ghc-6.12.1 requires template-haskell ==2.4.0.0
however
template-haskell-2.4.0.0 was excluded because data-accessor-template-0.2.1.3
requires template-haskell >=2.2 && <2.4

data-accessor-template needs to be compiled with the -ftemplate_2_4
flag, which Cabal doesn't try here, for some reason.

-- 
Jeff Wheeler

Undergraduate, Electrical Engineering
University of Illinois at Urbana-Champaign
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to