cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 981dd4bf9967973046dfd1d35527c986c3f5609336fd03d8d7faf5944537342a name: advent-of-code-api version: 0.1.2.3 synopsis: Advent of Code REST API bindings description: Haskell bindings for Advent of Code REST API. Please use responsibly! See README.md or "Advent" module for an introduction and tutorial. . Requires libcurl. category: Web homepage: https://github.com/mstksg/advent-of-code-api#readme bug-reports: https://github.com/mstksg/advent-of-code-api/issues author: Justin Le maintainer: justin@jle.im copyright: (c) Justin Le 2018 license: BSD3 license-file: LICENSE tested-with: GHC >= 8.0 && < 8.8 build-type: Simple extra-source-files: README.md CHANGELOG.md test-data/correct-rank.txt test-data/correct.txt test-data/incorrect-high.txt test-data/incorrect-low.txt test-data/incorrect-wait.txt test-data/incorrect.txt test-data/invalid.txt test-data/wait.txt test-data/wait2.txt source-repository head type: git location: https://github.com/mstksg/advent-of-code-api library exposed-modules: Advent other-modules: Advent.Cache Advent.Throttle Paths_advent_of_code_api hs-source-dirs: src ghc-options: -Wall -Wcompat -Werror=incomplete-patterns build-depends: attoparsec , base >=4.9 && <5 , containers , curl , deepseq , directory , filepath , finite-typelits , mtl , tagsoup , text , time , uri-encode default-language: Haskell2010 test-suite advent-of-code-api-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_advent_of_code_api hs-source-dirs: test ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , advent-of-code-api , base >=4.9 && <5 , directory , filepath , text default-language: Haskell2010