korea-holidays: Korea Holidays

[ library, mit, time ] [ Propose Tags ]

Modules

[Last Documentation]

  • Data
    • Holiday
      • Data.Holiday.Korea
      • Data.Holiday.Model

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), monad-extras, split, template-haskell, yaml [details]
License MIT
Copyright 2019 Kyung Mo Kweon
Author Kyung Mo Kweon
Maintainer kkweon@gmail.com
Category Time
Home page https://github.com/githubuser/korea-holidays#readme
Bug tracker https://github.com/githubuser/korea-holidays/issues
Source repo head: git clone https://github.com/githubuser/korea-holidays
Uploaded by kkweon at 2019-07-04T06:02:13Z
Distributions
Downloads 1862 total (16 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-07-04 [all 3 reports]

Readme for korea-holidays-0.1.0.0

[back to package description]

korea-holidays

Build Status

korea-holidays is a Haskell library to check if a given date is a Korean Holiday.

Usage

import qualified Data.Holiday.Korea as Korea

Korea.getHoliday 2000 1 1 `shouldBe` Just Korea.Holiday
  { Korea.date = Korea.MD (1, 1)
  , Korea.name = "SinJeong"
  }

Add to your dependency

In your package.yaml

library:
  dependencies:
  - korea-holidays