name: japanese-calendar version: 0.1.0.2 synopsis: Data type of Japanese Calendar (Wareki). -- description: homepage: https://github.com/nakaji-dayo/japanese-calendar#readme license: BSD3 license-file: LICENSE author: Daishi Nakajima maintainer: nakaji.dayo@gmail.com copyright: 2018 Daishi Nakajima category: Time build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Time.Calendar.Japanese build-depends: base >= 4.7 && < 5 , time default-language: Haskell2010 source-repository head type: git location: https://github.com/nakaji-dayo/japanese-calendar test-suite japanese-calendar-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , japanese-calendar , hspec , QuickCheck , time ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010