Popularity
0.5
Declining
Activity
0.0
Stable
0
0
0
Monthly Downloads: 1
Programming language: Haskell
License: MIT License
Tags:
Time
korea-holidays alternatives and similar packages
Based on the "Time" category.
Alternatively, view korea-holidays alternatives based on common mentions on social networks and blogs.
-
fixed-timestep
Pure Haskell library to run an action repeatedly, a specific amount of times per second.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of korea-holidays or a related project?
README
korea-holidays
korea-holidays is a Haskell library to check if a given date is a Korean Holiday.
Usage
Korea.getHoliday 2000 1 1 `shouldBe`
Just
Holiday
{date = KM.MD (1, 1), name = "New Year's Day", lunar = Nothing}
Korea.getHoliday 2019 3 1 `shouldBe`
Just
Holiday
{date = KM.MD (3, 1), name = "March 1 Movement Day", lunar = Nothing}
Add to your dependency
In your package.yaml
dependencies:
- korea-holidays