[Support for GHC 8.2. Nils Anders Danielsson **20170824063331 Ignore-this: a7b2366cc43403cf537f841830a2cb9d The code now uses MonoLocalBinds, which was introduced in GHC 6.12, so support for older versions of GHC has explicitly been dropped. ] { hunk ./ChasingBottoms.cabal 143 - base >= 4.0 && < 4.10, + base >= 4.2 && < 4.11, hunk ./ChasingBottoms.cabal 146 - syb >= 0.1.0.2 && < 0.7 + syb >= 0.1.0.2 && < 0.8 hunk ./ChasingBottoms.cabal 166 - base >= 4.0 && < 4.10, + base >= 4.2 && < 4.11, hunk ./ChasingBottoms.cabal 169 - syb >= 0.1.0.2 && < 0.7, + syb >= 0.1.0.2 && < 0.8, hunk ./Test/ChasingBottoms/ContinuousFunctions/Tests.hs 1 -{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable #-} +{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable, MonoLocalBinds #-} hunk ./Test/ChasingBottoms/SemanticOrd.hs 2 - FlexibleInstances, UndecidableInstances #-} + FlexibleInstances, UndecidableInstances, + MonoLocalBinds #-} }