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: f801a997f4d1d6b8a9921d6b1d40602714658b584df43c2d9d7b078a87264249 name: korea-holidays version: 0.1.0.2 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 data-files: data/ko_holidays.yaml 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