On Mon, Jul 25, 2005 at 02:23:41PM +0200, Gour wrote: > Hi! > > b) [EMAIL PROTECTED] ~/repos/darcs $ make check > Checking that there are no TABs in Haskell sources > ghc -cpp -package parsec -package unix -O -funbox-strict-fields -Wall > -Werror -package util -I. -DHAVE_CURSES -DHAVE_CURL -c Lock.lhs > > Lock.lhs:355:8: > Warning: Pattern match(es) are overlapped > In a case alternative: 1 -> ... > make: *** [Lock.o] Error 1 > > > gaura-nitai gour # ghc -V > The Glorious Glasgow Haskell Compilation System, version 6.5
It's a bug in CVS GHC. Either use the released GHC or don't use -Werror. Thanks Ian _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
