repo.or.cz
/
advlib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update for 2022.
[advlib.git]
/
package.yaml
blob
9669f1155cf908a819811df4d68a144a2daf624b
1
name: advlib
2
version: 0.1.0.0
3
# github: "jlagarespo/advlib"
4
license: Unlicense
5
author: "Jacob Lagares Pozo"
6
maintainer: "jlagarespo@protonmail.com"
7
copyright: "2021 Jacob Lagares Pozo"
8
9
description: Advent of code boilerplate.
10
11
dependencies:
12
- base >= 4.7 && < 5
13
14
library:
15
source-dirs: src
16
ghc-options:
17
- -threaded
18
- -rtsopts
19
- -with-rtsopts=-N