move ./license ./LICENSE hunk ./System/Random/Mersenne.hs 60 -import Control.Monad +-- import Control.Monad hunk ./System/Random/Mersenne.hs 65 -import Data.Char +-- import Data.Char hunk ./mersenne-random.cabal 2 -version: 1.0 +version: 1.0.0.1 hunk ./mersenne-random.cabal 39 -copyright: (c) 2008. Don Stewart +copyright: (c) 2008-2011. Don Stewart hunk ./mersenne-random.cabal 41 -maintainer: Don Stewart +maintainer: Don Stewart hunk ./mersenne-random.cabal 43 -tested-with: GHC ==6.8.2, Hugs ==2005 +tested-with: GHC ==6.8.2, Hugs ==2005, GHC ==7.0.2 hunk ./mersenne-random.cabal 69 - build-depends: base >= 3, old-time + build-depends: base >= 3 && < 5, old-time hunk ./mersenne-random.cabal 106 - ghc-options: -Wall -O2 -fvia-C -fexcess-precision + ghc-options: -Wall -O2 -fexcess-precision hunk ./tests/pi.hs 1 -{-# OPTIONS -cpp -fglasgow-exts -fvia-C -optc-O2 -optc-msse2 -optc-march=pentium4 -optc-ffast-math -fexcess-precision #-} +{- OPTIONS -cpp -fglasgow-exts -fvia-C -optc-O2 -optc-msse2 -optc-march=core2 -optc-ffast-math -fexcess-precision -}