cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: a8d419efde392376f47b6becba96f548c6574a9663ce5c0a39e936a018a86b3d name: korea-holidays version: 0.1.0.0 synopsis: Korea Holidays description: Please see the README on GitHub at category: Time homepage: https://github.com/githubuser/korea-holidays#readme bug-reports: https://github.com/githubuser/korea-holidays/issues author: Kyung Mo Kweon maintainer: kkweon@gmail.com copyright: 2019 Kyung Mo Kweon license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/githubuser/korea-holidays library exposed-modules: Data.Holiday.Korea Data.Holiday.Model other-modules: Util.Config Paths_korea_holidays hs-source-dirs: src build-depends: aeson , base >=4.7 && <5 , monad-extras , split , template-haskell , yaml default-language: Haskell2010 test-suite korea-holidays-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Data.Holiday.KoreaSpec Paths_korea_holidays hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , hspec , korea-holidays , monad-extras , split , template-haskell , yaml default-language: Haskell2010