bjornbm / dimensional

Dimensional library variant built on Data Kinds, Closed Type Families, TypeNats (GHC 7.8+).
BSD 3-Clause "New" or "Revised" License
102 stars 15 forks source link

Drop conditional compilation support for GHC 7.x #199

Closed dmcclean closed 5 years ago

dmcclean commented 5 years ago

Since the oldest compiler tested by the travis build, or appearing in the cabal tested-with information, is now 8.0.1, I recommend we remove the conditional compilation pragmas associated with support for base versions 4.8 (GHC 7.8) and 4.9 (GHC 7.10).

bjornbm commented 5 years ago

I agree!

On 19 Dec 2018, at 11:17, Douglas McClean notifications@github.com wrote:

Since the oldest compiler tested by the travis build, or appearing in the cabal tested-with information, is now 8.0.1, I recommend we remove the conditional compilation pragmas associated with support for base versions 4.8 (GHC 7.8) and 4.9 (GHC 7.10).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.