lightstep-haskell 0.6.0 → 0.6.1
raw patch · 2 files changed
+1/−2 lines, 2 files
Files
- lightstep-haskell.cabal +1/−1
- src/LightStep/LowLevel.hs +0/−1
lightstep-haskell.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: lightstep-haskell-version: 0.6.0+version: 0.6.1 synopsis: LightStep OpenTracing client library description: LightStep OpenTracing client library. Uses GRPC transport via proto-lens. category: Tools
src/LightStep/LowLevel.hs view
@@ -37,7 +37,6 @@ reportSpans :: LightStepClient -> [Span] -> IO () reportSpans client@LightStepClient {..} sps = do- print sps let tryOnce = do grpc <- readMVar lscGrpcVar let req =