Skip to content

Commit 985e3ad

Browse files
authored
Remove support for GHC < 9.0 (#119)
* Update lower version bounds to GHC 9.0 Update base from >=4.7 to >=4.15 and ghc from >=8.4 to >=9.0 to match the Hackage revision and CI build matrix, which don't support GHC <9.0. Fixes #128 * Remove support for GHC < 9.0 * Remove conditional source code for ghc < 9.0
1 parent 42e9147 commit 985e3ad

46 files changed

Lines changed: 59 additions & 576 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# 0.4.7.0
55
- Support GHC 9.12.
66
- Support GHC 9.14.
7+
- Remove support for GHC < 9.0.
78

89
# 0.4.6.0
910
- Support GHC 9.10.

compat-8.10/GHC/Driver/Monad.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat-8.10/GHC/Driver/Session.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat-8.10/GHC/Hs/Type.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat-8.10/GHC/Plugins.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat-8.10/GHC/Tc/Types/Evidence.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat-8.10/GHC/Types/Basic.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat-8.10/GHC/Utils/Outputable.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat/GHC/Driver/Monad.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

compat/GHC/Driver/Session.hs

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)