om-time 0.3.0.2 → 0.3.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~aesondep ~basedep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, binary, time
API changes (from Hackage documentation)
Files
- om-time.cabal +5/−5
om-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-time-version: 0.3.0.2+version: 0.3.0.3 synopsis: Misc. time utilites description: A monad interface for obtain the current TimeSpec, along with a few other utilities.@@ -17,11 +17,11 @@ common dependencies build-depends:- , aeson >= 2.0.3.0 && < 2.1- , base >= 4.15.1.0 && < 4.16- , binary >= 0.8.8.0 && < 0.9+ , aeson >= 2.1.2.1 && < 2.2+ , base >= 4.17.0.0 && < 4.18+ , binary >= 0.8.9.1 && < 0.9 , clock >= 0.8.3 && < 0.9- , time >= 1.9.3 && < 1.10+ , time >= 1.12.2 && < 1.13 , transformers >= 0.5.6.2 && < 0.6 common warnings