Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GHC 9.8, bump upper bounds, and update CI #1828

Merged
merged 15 commits into from
May 10, 2024
Prev Previous commit
Next Next commit
turn off x-partial warnings in specific module
  • Loading branch information
byorgey committed May 10, 2024
commit 19ae55221815adb0dc8d864dee495e9d6b152b3a
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -fno-warn-unrecognised-pragmas #-}
{-# OPTIONS_GHC -fno-warn-x-partial #-}

{-# HLINT ignore "Functor law" #-}

Expand Down
Loading