[Haskell-cafe] [Streams] Couldn't match expected type ?`Distribution.Verbosity.Verbosity'

2008-09-24 Thread Stephane Bortzmeyer
I cannot compile Streams 0.1: % darcs pull Pulling from http://software.pupeno.com/Streams-0.1;... No remote changes to pull in! % make runhaskell Setup.lhs configure Setup.lhs:11:53: Couldn't match expected type `Distribution.Verbosity.Verbosity' against inferred type `IO

Re: [Haskell-cafe] [Streams] Couldn't match expected type ?`Distribution.Verbosity.Verbosity'

2008-09-24 Thread Brandon S. Allbery KF8NH
On 2008 Sep 24, at 20:14, Stephane Bortzmeyer wrote: % ghc --version The Glorious Glasgow Haskell Compilation System, version 6.8.2 You probably have 6.8.2's Cabal (in the 1.2 series), while the package requires 1.4 (and 1.2 isn't smart enough to check versions). -- brandon s. allbery