Simple `count` function.
[advlib.git] / advlib.cabal
blob8ee1de57180c7504228b35211f8cbb0cc7c3c45b
1 cabal-version: 2.2
3 -- This file has been generated from package.yaml by hpack version 0.35.0.
4 --
5 -- see: https://github.com/sol/hpack
7 name:           advlib
8 version:        0.2.0.0
9 description:    Advent of code boilerplate.
10 author:         Jacob Lagares Pozo
11 maintainer:     jlagarespo@protonmail.com
12 license:        Unlicense
13 build-type:     Simple
14 extra-source-files:
15     readme
17 library
18   exposed-modules:
19       Advent
20       Advent.Input
21       Advent.List
22       Advent.Math
23   other-modules:
24       Paths_advlib
25   autogen-modules:
26       Paths_advlib
27   hs-source-dirs:
28       src
29   default-extensions:
30       OverloadedStrings
31   ghc-options: -O2
32   build-depends:
33       base >=4.7 && <5
34     , bytestring
35     , directory
36     , exceptions
37     , http-conduit
38     , http-types
39     , mtl
40     , regex-tdfa
41     , text
42     , time
43   default-language: Haskell2010