-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
36 lines (31 loc) · 766 Bytes
/
Copy pathpackage.yaml
File metadata and controls
36 lines (31 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: aoc2021
version: 0.1.0.0
github: "szlepermarcin/aoc2021"
license: BSD3
author: "Marcin Szleper"
maintainer: "marcin.szleper@gmail.com"
copyright: "Copyright (c) 2021 Marcin Szleper"
extra-source-files:
- README.md
- ChangeLog.md
description: Please see the README on GitHub at <https://github.com/szlepermarcin/aoc2021#readme>
dependencies:
- base >= 4.7 && < 5
- containers
- unordered-containers
- pqueue
- hashable
- mtl
- array
library:
source-dirs: src
executables:
aoc2021-exe:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- '"-with-rtsopts=-N -M4G"'
dependencies:
- aoc2021