feat[dev]: import Prelude

This commit is contained in:
vegowotenks 2025-08-15 10:28:13 +02:00
parent 390308e9d7
commit 36ae4dd5e0
20 changed files with 102 additions and 172 deletions

View file

@ -21,7 +21,6 @@ description: Please see the README on GitHub at <https://github.com/gith
default-extensions:
- DerivingStrategies
- ImportQualifiedPost
- NoImplicitPrelude
- OverloadedRecordDot
- OverloadedStrings
- StandaloneKindSignatures
@ -37,6 +36,7 @@ dependencies:
ghc-options:
- -Weverything
- -Wno-unsafe
- -Wno-implicit-prelude # coding without prelude is no fun
library:
source-dirs: src