patch applied (packages/network): FIX #2653: fix test for old GHC
Ross Paterson
ross at soi.city.ac.uk
Sat Oct 4 10:02:46 EDT 2008
Sat Oct 4 06:58:32 PDT 2008 Ross Paterson <ross at soi.city.ac.uk>
* FIX #2653: fix test for old GHC
Tests for old GHCs like
#if __GLASGOW_HASKELL__ < 606
also succeed for non-GHC, and should be
#if __GLASGOW_HASKELL__ && __GLASGOW_HASKELL__ < 606
M ./Network.hs -1 +1
View patch online:
http://darcs.haskell.org/packages/network/_darcs/patches/20081004135832-b47d3-11e38d9ab569f9f6aed274392fcbc07f1a92055d.gz
More information about the Cvs-libraries
mailing list