saturn 1.1.0.4 → 1.1.0.5
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~basedep ~containersdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers, text
API changes (from Hackage documentation)
Files
- LICENSE.txt +1/−1
- saturn.cabal +4/−4
LICENSE.txt view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Taylor Fausak+Copyright (c) 2026 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
saturn.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: saturn-version: 1.1.0.4+version: 1.1.0.5 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, 4.22}+ build-depends: base ^>={4.20, 4.21, 4.22} default-language: Haskell2010 ghc-options: -Weverything@@ -44,11 +44,11 @@ import: library build-depends: QuickCheck ^>={2.14.3, 2.15, 2.16, 2.17},- containers ^>={0.6.7, 0.7, 0.8},+ containers ^>={0.7, 0.8}, heck ^>={0.2025.5.22, 1}, hspec ^>=2.11.8, parsec ^>=3.1.16.1,- text ^>={2.0.2, 2.1},+ text ^>=2.1, time ^>={1.12.2, 1.14, 1.15}, -- cabal-gild: discover source/library