[Support for base 4.4. Nils Anders Danielsson **20110810095449 Ignore-this: ec41637f0f85d5c9ef36d64960077b05 ] { hunk ./ChasingBottoms.cabal 97 - The code has been tested under GHC 7.0. Most parts can probably be - ported to other Haskell compilers, but that would require some work. - The @TimeOut@ functions require preemptive scheduling, and most of the - rest requires @Data.Generics@; @isBottom@ only requires exceptions, - though. + The code has been tested using GHC. Most parts can probably be + ported to other Haskell compilers, but this would require some work. + The @TimeOut@ functions require preemptive scheduling, and most of + the rest requires @Data.Generics@; @isBottom@ only requires + exceptions, though. hunk ./ChasingBottoms.cabal 103 -tested-with: GHC == 7.0.1 +tested-with: GHC == 7.2.1 hunk ./ChasingBottoms.cabal 122 - base >= 4.0 && < 4.4, + base >= 4.0 && < 4.5, hunk ./ChasingBottoms.cabal 125 - syb >= 0.1.0.2 && < 0.3 + syb >= 0.1.0.2 && < 0.4 hunk ./ChasingBottoms.cabal 151 - base >= 4.0 && < 4.4, + base >= 4.0 && < 4.5, hunk ./ChasingBottoms.cabal 154 - syb >= 0.1.0.2 && < 0.3, + syb >= 0.1.0.2 && < 0.4, }