om-time 0.3.1.0 → 0.3.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- om-time.cabal +4/−4
om-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-time-version: 0.3.1.0+version: 0.3.1.1 synopsis: Misc. time utilites description: A monad interface for obtain the current TimeSpec, along with a few other utilities.@@ -8,7 +8,7 @@ license-file: LICENSE author: Rick Owens maintainer: rick@owensmurray.com-copyright: 2022 Rick Owens+copyright: 2025 Rick Owens -- category: build-type: Simple extra-source-files:@@ -18,10 +18,10 @@ common dependencies build-depends: , aeson >= 2.1.2.1 && < 2.3- , base >= 4.15.1.0 && < 4.21+ , base >= 4.15.1.0 && < 4.22 , binary >= 0.8.9.1 && < 0.9 , clock >= 0.8.3 && < 0.9- , time >= 1.12.2 && < 1.13+ , time >= 1.12.2 && < 1.15 , transformers >= 0.5.6.2 && < 0.7 common warnings