Make Relude visible
This commit is contained in:
parent
d06f469bb7
commit
f7197a5623
2 changed files with 9 additions and 5 deletions
|
|
@ -9,13 +9,15 @@ description: "Advent-Of-Code"
|
|||
extra-source-files:
|
||||
- README.org
|
||||
|
||||
data-dir: data
|
||||
|
||||
dependencies:
|
||||
- name: base
|
||||
mixin:
|
||||
- hiding (Prelude)
|
||||
- name: relude
|
||||
mixin:
|
||||
- (Relude as Prelude)
|
||||
- (Relude as Prelude, Relude, Relude.Unsafe, Relude.Extra.Enum)
|
||||
- containers
|
||||
- text
|
||||
- megaparsec
|
||||
|
|
@ -45,6 +47,7 @@ default-extensions:
|
|||
|
||||
library:
|
||||
source-dirs: src
|
||||
generated-other-modules: Paths_aoc
|
||||
verbatim:
|
||||
default-language: GHC2021
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue