Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spl committed Feb 17, 2024
1 parent 350f622 commit 904cda5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/DListProperties.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
#endif
{- ORMOLU_ENABLE -}

-- CPP: GHC >= 9.8 for -Wx-partial
#if __GLASGOW_HASKELL__ >= 980
-- CPP: GHC >= 9.8 for disabling partial function warnings for 'List.head' and
-- 'List.tail'
#if __GLASGOW_HASKELL__ >= 908
{-# OPTIONS_GHC -Wno-x-partial #-}
#endif

Expand Down

0 comments on commit 904cda5

Please sign in to comment.