bank-holiday-usa: A library for determining US bank holidays

[ library, mit, time ] [ Propose Tags ]

A library for determining US bank holidays


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.1.0, 0.1.1, 0.2.0
Dependencies base (>=4 && <5), time [details]
License MIT
Copyright 2015 brady.ouren <brady.ouren@gmail.com>
Author brady.ouren <brady.ouren@gmail.com>
Maintainer brady.ouren <brady.ouren@gmail.com>
Category Time
Home page https://github.com/tippenein/BankHoliday
Bug tracker https://github.com/tippenein/BankHoliday/issues
Source repo head: git clone git://github.com/tippenein/BankHoliday.git
Uploaded by tippenein at 2016-01-21T00:20:41Z
Distributions NixOS:0.2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2161 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-01-21 [all 1 reports]

Readme for bank-holiday-usa-0.1.1

[back to package description]

Holiday

Build Status

A haskell library for holidays

bank-holiday-usa on hackage


  • New Year's Day - January 1
  • Inauguration Day - January 20
  • Martin Luther King, Jr. Day - Third Monday in January
  • George Washington's Birthday - Third Monday in February
  • Memorial Day - Last Monday in May
  • Independence Day - July 4
  • Labor Day - First Monday in September
  • Columbus Day - Second Monday in October
  • Veterans Day - November 11
  • Thanksgiving Day - 4th Thursday in November
  • Christmas Day - December 25

For holidays falling on Saturday, Federal Reserve Banks and Branches will be open the preceding Friday. For holidays falling on Sunday, all Federal Reserve Banks and Branches will be closed the following Monday.


# Configure & build the package.
stack build

# Test package.
stack test

Inspired by this