Disable implicit prelude

This commit is contained in:
George Thomas 2025-12-09 00:28:09 +00:00
parent 02fbb8c0be
commit a258b30eae
2 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,6 @@ import Data.Text.Lazy qualified as TL
import Linear.Metric
import Linear.V3
import Prelude hiding (tail)
puzzle :: Puzzle
puzzle =
Puzzle

View File

@ -27,6 +27,7 @@ executable aoc
NamedFieldPuns
NegativeLiterals
NoFieldSelectors
NoImplicitPrelude
NoMonomorphismRestriction
OverloadedRecordDot
OverloadedStrings