om-time 0.3.1.1 → 0.3.1.2
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- OM.Time: instance GHC.Classes.Eq OM.Time.Time
- OM.Time: instance GHC.Classes.Ord OM.Time.Time
- OM.Time: instance OM.Time.MonadTimeSpec GHC.Types.IO
+ OM.Time: instance GHC.Internal.Classes.Eq OM.Time.Time
+ OM.Time: instance GHC.Internal.Classes.Ord OM.Time.Time
+ OM.Time: instance OM.Time.MonadTimeSpec GHC.Internal.Types.IO
Files
- changelog.md +5/−0
- om-time.cabal +3/−2
+ changelog.md view
@@ -0,0 +1,5 @@+# Changelog++## 0.3.1.2++- Support GHC 9.14.
om-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-time-version: 0.3.1.1+version: 0.3.1.2 synopsis: Misc. time utilites description: A monad interface for obtain the current TimeSpec, along with a few other utilities.@@ -14,11 +14,12 @@ extra-source-files: LICENSE README.md+ changelog.md common dependencies build-depends: , aeson >= 2.1.2.1 && < 2.3- , base >= 4.15.1.0 && < 4.22+ , base >= 4.15.1.0 && < 4.23 , binary >= 0.8.9.1 && < 0.9 , clock >= 0.8.3 && < 0.9 , time >= 1.12.2 && < 1.15