Tidy up extensions and CPP handling
We don't have the means anymore to properly test GHC 6.12 anymore and code has bitrotten to the point where it makes no sense to even advertise support for GHC 6.12 anymore. Starting with this commit `text` now explicitly requires a Haskell2010+ compiler and the CPP and compiler dependency specification is updated to reflect this.
Showing
- Data/Text.hs 3 additions, 6 deletionsData/Text.hs
- Data/Text/Array.hs 3 additions, 3 deletionsData/Text/Array.hs
- Data/Text/Encoding.hs 3 additions, 3 deletionsData/Text/Encoding.hs
- Data/Text/Foreign.hs 1 addition, 1 deletionData/Text/Foreign.hs
- Data/Text/Internal/Functions.hs 0 additions, 2 deletionsData/Text/Internal/Functions.hs
- Data/Text/Internal/Fusion/Common.hs 1 addition, 1 deletionData/Text/Internal/Fusion/Common.hs
- Data/Text/Internal/Fusion/Size.hs 1 addition, 1 deletionData/Text/Internal/Fusion/Size.hs
- Data/Text/Internal/IO.hs 1 addition, 1 deletionData/Text/Internal/IO.hs
- Data/Text/Lazy.hs 3 additions, 6 deletionsData/Text/Lazy.hs
- text.cabal 41 additions, 8 deletionstext.cabal
Loading
Please register or sign in to comment