Skip to content

Commit

Permalink
Use the glasgow-haskell macro instead of base
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Dec 6, 2024
1 parent ee87d06 commit 7f7d568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/SBV/Examples/Puzzles/AOC_2021_24.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE NegativeLiterals #-}

#if MIN_VERSION_base(4,20,0)
#if __GLASGOW_HASKELL__ >= 914
{-# OPTIONS_GHC -Wall -Werror -Wno-incomplete-record-selectors #-}
#else
{-# OPTIONS_GHC -Wall -Werror #-}
Expand Down

0 comments on commit 7f7d568

Please sign in to comment.