saturn 1.1.0.0 → 1.1.0.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~heckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: heck
API changes (from Hackage documentation)
Files
- saturn.cabal +7/−7
saturn.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: saturn-version: 1.1.0.0+version: 1.1.0.1 synopsis: Handle POSIX cron schedules. description: Saturn handles POSIX cron schedules. build-type: Simple@@ -22,7 +22,7 @@ manual: True common library- build-depends: base ^>=4.19 || ^>=4.20 || ^>=4.21+ build-depends: base ^>={4.19, 4.20, 4.21} default-language: Haskell2010 ghc-options: -Weverything@@ -43,13 +43,13 @@ library import: library build-depends:- QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16,- containers ^>=0.6.7 || ^>=0.7,- heck ^>=0.2025.5.22,+ QuickCheck ^>={2.14.3, 2.15, 2.16},+ containers ^>={0.6.7, 0.7},+ heck ^>={0.2025.5.22, 1}, hspec ^>=2.11.8, parsec ^>=3.1.16.1,- text ^>=2.0.2 || ^>=2.1,- time ^>=1.12.2 || ^>=1.14,+ text ^>={2.0.2, 2.1},+ time ^>={1.12.2, 1.14}, -- cabal-gild: discover source/library exposed-modules: