packages feed

tracing-control 0.0.7.2 → 0.0.7.3

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

src/Control/Monad/Trace.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE FlexibleInstances #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE ImpredicativeTypes #-} {-# LANGUAGE InstanceSigs #-}
tracing-control.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name: tracing-control-version: 0.0.7.2+version: 0.0.7.3 synopsis: Distributed tracing description:   An OpenTracing-compliant, simple, and extensible distributed tracing library.@@ -51,7 +51,7 @@     , stm >= 2.5     , stm-lifted >= 2.5     , text >= 1.2-    , time >= 1.8 && < 1.10+    , time >= 1.8 && < 1.13     , transformers >= 0.5     , transformers-base >= 0.4   ghc-options: -Wall