packages feed

bank-holiday-germany 1.0.0.0 → 1.0.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

bank-holiday-germany.cabal view
@@ -1,7 +1,7 @@ cabal-version:       3.6  name:                bank-holiday-germany-version:             1.0.0.0+version:             1.0.0.1 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@@ -19,7 +19,7 @@   hs-source-dirs:      src   exposed-modules:     Data.Time.Calendar.BankHoliday.Germany   build-depends:       base >= 4.7 && < 5-                     , time >= 1.12.2 && < 1.13+                     , time >= 1.12.2 && < 1.14   default-language:    GHC2021   ghc-options:         -Wall                        -Wcompat