First commit.
[advlib.git] / advlib.cabal
blobb5c9b748c6a58e21254e667894ea9fa5e933078b
1 cabal-version: 1.12
3 -- This file has been generated from package.yaml by hpack version 0.34.4.
4 --
5 -- see: https://github.com/sol/hpack
7 name:           advlib
8 version:        0.1.0.0
9 description:    Simple boilerplate for handling I/O in advent of code solutions.
10 homepage:       https://github.com/jlagarespo/advlib#readme
11 bug-reports:    https://github.com/jlagarespo/advlib/issues
12 author:         Jacob Lagares Pozo
13 maintainer:     jlagarespo@protonmail.com
14 copyright:      2021 Jacob Lagares Pozo
15 license:        BSD3
16 license-file:   LICENSE
17 build-type:     Simple
18 extra-source-files:
19     README.md
20     ChangeLog.md
22 source-repository head
23   type: git
24   location: https://github.com/jlagarespo/advlib
26 library
27   exposed-modules:
28       Advent
29   other-modules:
30       Paths_advlib
31   hs-source-dirs:
32       src
33   ghc-options: -threaded -rtsopts -with-rtsopts=-N
34   build-depends:
35       base >=4.7 && <5
36   default-language: Haskell2010