-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbank-holiday-usa.cabal
50 lines (47 loc) · 1.26 KB
/
bank-holiday-usa.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: bank-holiday-usa
version: 0.2.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE.md
homepage: https://github.com/tippenein/BankHoliday
bug-reports: https://github.com/tippenein/BankHoliday/issues
copyright: 2015 brady.ouren <[email protected]>
maintainer: brady.ouren <[email protected]>
synopsis: US bank holidays
description:
A library for determining US bank holidays
category: Time
author: brady.ouren <[email protected]>
tested-with: GHC ==7.8 GHC ==7.6
extra-source-files:
README.md
library
exposed-modules:
Data.Time.Calendar.BankHoliday
, Data.Time.Calendar.BankHoliday.UnitedStates
build-depends:
base ==4.*
, time
other-modules:
default-language: Haskell2010
ghc-options: -Wall -fno-warn-missing-signatures
test-suite tests
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.Time.Calendar.BankHoliday.UnitedStatesSpec
Data.Time.Calendar.BankHolidaySpec
build-depends:
base -any
, bank-holiday-usa -any
, time
, hspec ==2.*
, HUnit -any
, QuickCheck -any
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -Wall -threaded -rtsopts
source-repository head
type: git
location: git://github.com/tippenein/BankHoliday.git