-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
questiontaskSomething that needs to be done (not a bug fix)Something that needs to be done (not a bug fix)
Description
Is the oldest supported version of GHC specified anywhere. There's some CPP code in primitive that changes the implementation of functions if GHC is at least version 7.2, but the travis build only goes back to 7.4. If primitive is supposed to build with GHC 7.0, this should be done by travis since no one is going to want to do that by hand when examining PRs. Alternatively, if primitive only supports GHC 7.4 and up, the CPP should be removed. Either way, the haddocks and the github readme should be explicit about which versions of GHC are supported.
Metadata
Metadata
Assignees
Labels
questiontaskSomething that needs to be done (not a bug fix)Something that needs to be done (not a bug fix)