hunk ./BuildEnv.hs 11 +import qualified Data.ByteString.Lazy as L hunk ./BuildEnv.hs 572 - aText <- readFile a - bText <- readFile b + aText <- L.readFile a + bText <- L.readFile b hunk ./debian/changelog 1 +build-env (2.30) unstable; urgency=low + + * Fix sameContents so that it does a binary compare instead of trying to + convert to a String + + -- Jeremy Shaw Mon, 08 Feb 2010 18:28:26 -0600 +