Disable implicit prelude
This commit is contained in:
parent
02fbb8c0be
commit
a258b30eae
@ -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
|
||||
|
||||
@ -27,6 +27,7 @@ executable aoc
|
||||
NamedFieldPuns
|
||||
NegativeLiterals
|
||||
NoFieldSelectors
|
||||
NoImplicitPrelude
|
||||
NoMonomorphismRestriction
|
||||
OverloadedRecordDot
|
||||
OverloadedStrings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user