usa-holidays

[ bsd3, library, unclassified ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/kkweon/usa-holidays#readme


[Skip to Readme]

Modules

[Index] [Quick Jump]

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
Dependencies base (>=4.7 && <5), time [details]
License BSD-3-Clause
Copyright 2019 Kyung Mo Kweon
Author Kyung Mo Kweon
Maintainer kkweon@gmail.com
Home page https://github.com/kkweon/usa-holidays#readme
Bug tracker https://github.com/kkweon/usa-holidays/issues
Source repo head: git clone https://github.com/kkweon/usa-holidays
Uploaded by kkweon at 2019-07-15T03:25:26Z
Distributions NixOS:0.1.0.2
Downloads 1065 total (11 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-15 [all 1 reports]

Readme for usa-holidays-0.1.0.1

[back to package description]

usa-holidays

Build Status Hackage

USA Holidays library in Haskell.

Getting Started

let christmas = Time.fromGregorian 2019 12 25
USA.getHoliday christmas `shouldBe` Just (USA.Holiday christmas "Christmas")