Skip to content

Commit

Permalink
fix the version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Dec 6, 2024
1 parent 7f7d568 commit d8917a4
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 __GLASGOW_HASKELL__ >= 914
#if __GLASGOW_HASKELL__ >= 913
{-# OPTIONS_GHC -Wall -Werror -Wno-incomplete-record-selectors #-}
#else
{-# OPTIONS_GHC -Wall -Werror #-}
Expand Down

0 comments on commit d8917a4

Please sign in to comment.