Skip to content

Drop GHC 8.2/base-4.10 in next major release #1250

Description

@meooow25

GHC 8.2.2 was released on 2017-07-22, which will be 10 years ago next year (see https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history)

When dropping it, remove

  • All references to mappend. Semigroup is a superclass of Monoid since base-4.11
  • This little thing in the CI
    if: ${{ matrix.ghc == '8.2.2' }}
    run: |
    sudo apt-get update
    sudo apt-get install -y libtinfo5 # See https://github.com/haskell/ghcup-hs/issues/947

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions