cabal-version: 3.6
name: bank-holiday-germany
version: 2.0.1.0
synopsis: German bank holidays and public holidays
description: Calculation of bank holidays and public holidays in Germany.
homepage: https://github.com/schoettl/bank-holiday-germany#readme
license: MIT
license-file: LICENSE
author: Jakob Schöttl
maintainer: jakob.schoettl@intensovet.de
copyright: 2024 Jakob Schöttl
category: Time
build-type: Simple
extra-source-files: README.md
CHANGELOG.md
library
hs-source-dirs: src
exposed-modules: Data.Holiday.Germany
build-depends: base >= 4.7 && < 5
, time >= 1.12.2 && < 1.15
default-language: GHC2021
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wmissing-home-modules
-Wpartial-fields
-Wredundant-constraints
test-suite tests
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules: Data.Holiday.Germany
hs-source-dirs: test
, src
build-depends: base
, bank-holiday-germany
, time >= 1.12.2 && < 1.15
, doctest >= 0.22.2 && < 1
, hedgehog >= 1.4 && < 1.6
, hspec >= 2.11.7 && < 2.12
, hspec-hedgehog >= 0.1.0
default-language: GHC2021
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wmissing-home-modules
-Wpartial-fields
-Wredundant-constraints
source-repository head
type: git
location: https://github.com/schoettl/bank-holiday-germany