General improvements.
[advlib.git] / package.yaml
blob87373eba1e5f6e1fe82db2d85979a6b731322cfc
1 name:                advlib
2 version:             0.1.0.0
3 github:              "jlagarespo/advlib"
4 license:             BSD3
5 author:              "Jacob Lagares Pozo"
6 maintainer:          "jlagarespo@protonmail.com"
7 copyright:           "2021 Jacob Lagares Pozo"
9 extra-source-files:
10 - README.md
11 - ChangeLog.md
13 # Metadata used when publishing your package
14 # synopsis:            Short description of your package
15 # category:            Web
17 # To avoid duplicated efforts in documentation and dealing with the
18 # complications of embedding Haddock markup inside cabal files, it is
19 # common to point users to the README.md file.
20 description: Simple boilerplate for handling I/O in advent of code solutions.
22 dependencies:
23 - base >= 4.7 && < 5
24 - strict
26 library:
27   source-dirs: src
28   ghc-options:
29   - -threaded
30   - -rtsopts
31   - -with-rtsopts=-N