name: japanese-holidays version: 0.1.0.0 synopsis: Japanese holidays utility description: Please see README.md homepage: http://github.com/cohei/japanese-holidays#readme license: BSD3 license-file: LICENSE author: TANIGUCHI Kohei maintainer: a.d.xvii.kal.mai@gmail.com copyright: 2015 TANIGUCHI Kohei category: Time build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Holiday.Japan build-depends: base >= 4.7 && < 5 , time >= 1.6 && < 1.9 default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 hs-source-dirs: test main-is: doctest.hs build-depends: base , doctest >= 0.8 ghc-options: -threaded -rtsopts default-language: Haskell2010 test-suite hspec type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: Data.Holiday.JapanSpec build-depends: base , japanese-holidays , time >= 1.6 && < 1.9 , hspec , QuickCheck ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/githubuser/japanese-holidays