packages feed

bank-holiday-germany-1.2.0.0: bank-holiday-germany.cabal

cabal-version:       3.6

name:                bank-holiday-germany
version:             1.2.0.0
synopsis:            German bank holidays and public holidays
description:         Calculation of bank holidays and most 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.Time.Calendar.BankHoliday.Germany
                     , Data.Time.Calendar.BankHoliday.Germany.ExtraHolidays
  build-depends:       base >= 4.7 && < 5
                     , time >= 1.12.2 && < 1.14
  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.Time.Calendar.BankHoliday.Germany
                     , Data.Time.Calendar.BankHoliday.Germany.ExtraHolidays
  hs-source-dirs:      test
                     , src
  build-depends:       base
                     , bank-holiday-germany
                     , time >= 1.12.2 && < 1.13
                     , doctest >= 0.22.2 && < 0.23
                     , hedgehog >= 1.4 && < 1.5
                     , hspec >= 2.11.7 && < 2.12
                     , hspec-hedgehog >= 0.1.0 && < 0.2
  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