packages feed

bank-holidays-england 0.2.0.6 → 0.2.0.7

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-holidays-england.cabal view
@@ -1,5 +1,5 @@ name:                bank-holidays-england-version:             0.2.0.6+version:             0.2.0.7 synopsis:            Calculation of bank holidays in England and Wales description:   Calculation of bank holidays in England and Wales, using the rules that have@@ -19,7 +19,7 @@ library   exposed-modules:     Data.Time.Calendar.BankHoliday.EnglandAndWales   build-depends:       base >= 4.8 && < 5-                     , time >= 1.5.0 && < 1.10+                     , time >= 1.5.0 && < 1.13                      , containers >= 0.5.0 && < 0.7   hs-source-dirs:      src   ghc-options: -Wall