Enable some defaults (Safe, NoImplicitPrelude)
This commit is contained in:
parent
6ebbb483f5
commit
4bd766027f
5 changed files with 18 additions and 9 deletions
|
@ -18,6 +18,10 @@ extra-source-files:
|
|||
# common to point users to the README.md file.
|
||||
description: Please see the README on GitHub at <https://github.com/githubuser/scalie#readme>
|
||||
|
||||
default-extensions:
|
||||
- Safe
|
||||
- NoImplicitPrelude
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue