packages feed

Cabal revisions of bank-holiday-germany-1.3.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       3.6--name:                bank-holiday-germany-version:             1.3.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.Time.Calendar.BankHoliday.Germany-                     , Data.Time.Calendar.BankHoliday.Germany.ExtraHolidays-  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.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.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+cabal-version:       3.6
+
+name:                bank-holiday-germany
+version:             1.3.1.0
+x-revision: 1
+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.Time.Calendar.BankHoliday.Germany
+                     , Data.Time.Calendar.BankHoliday.Germany.ExtraHolidays
+  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.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.15
+                     , doctest >= 0.22.2 && < 1
+                     , hedgehog >= 1.4 && < 2
+                     , 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