feat[dev]: import Prelude
This commit is contained in:
parent
390308e9d7
commit
36ae4dd5e0
20 changed files with 102 additions and 172 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue