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.Metric
|
||||||
import Linear.V3
|
import Linear.V3
|
||||||
|
|
||||||
import Prelude hiding (tail)
|
|
||||||
|
|
||||||
puzzle :: Puzzle
|
puzzle :: Puzzle
|
||||||
puzzle =
|
puzzle =
|
||||||
Puzzle
|
Puzzle
|
||||||
|
|||||||
@ -27,6 +27,7 @@ executable aoc
|
|||||||
NamedFieldPuns
|
NamedFieldPuns
|
||||||
NegativeLiterals
|
NegativeLiterals
|
||||||
NoFieldSelectors
|
NoFieldSelectors
|
||||||
|
NoImplicitPrelude
|
||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
OverloadedRecordDot
|
OverloadedRecordDot
|
||||||
OverloadedStrings
|
OverloadedStrings
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user