Update for 2022.
[advlib.git] / package.yaml
blob9669f1155cf908a819811df4d68a144a2daf624b
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"
9 description: Advent of code boilerplate.
11 dependencies:
12 - base >= 4.7 && < 5
14 library:
15   source-dirs: src
16   ghc-options:
17   - -threaded
18   - -rtsopts
19   - -with-rtsopts=-N