Skip to content

Conversation

@konsumlamm
Copy link

The lowest supported base version is 4.5, which shipped with GHC 7.4. Thus #if __GLASGOW_HASKELL__ >= 702 is redundant and we can remove if impl(ghc < 7.4) and #if !MIN_VERSION_base(4,5,0). Furthermore, the ghc-prim dependency can be avoided by using GHC.Exts instead of GHC.Prim and GHC.Types. This is also recommended by the GHC devs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant