xmonad / X11

A Haskell binding to the X11 graphics library.
http://hackage.haskell.org/package/X11
Other
103 stars 49 forks source link

Drop GHC 7.10 support; Regenerate haskell-ci #105

Closed liskin closed 4 months ago

liskin commented 4 months ago

Drop GHC 7.10 support

It's becoming difficult to test against GHC 7.10 in CI, and there's probably little need to support building recent versions of this package with such old GHC versions.

Related: https://github.com/haskell-CI/haskell-ci/issues/719

Reapply "Use -Wno- instead of the obsolete -fno-warn-"

No longer needed now that we require GHC >= 8.*

This reverts commit 2234b1f781f7a46893d51b0e24ce340813d0f6ca.

ci: Bump GHC patch versions in tested-with

ci: Regenerate haskell-ci


replaces https://github.com/xmonad/X11/pull/101