packages feed

katip-rollbar 0.1.0.0 → 0.2.0.0

raw patch · 2 files changed

+2/−9 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

- Lib: someFunc :: IO ()

Files

katip-rollbar.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5e49ac727bac12f49749f6c15a24932d8a6f1004c5195935c7b28cd1f5234089+-- hash: db432a9dd33cf06f56b98b41c89dc117a89b969e581b082f0619dd16b716a941  name:           katip-rollbar-version:        0.1.0.0+version:        0.2.0.0 synopsis:       Katip scribe that logs to Rollbar category:       Logging homepage:       https://github.com/joneshf/katip-rollbar#readme@@ -41,7 +41,6 @@     , time >=1.8 && <1.9   exposed-modules:       Katip.Scribes.Rollbar-      Lib   other-modules:       Paths_katip_rollbar   default-language: Haskell2010
− src/Lib.hs
@@ -1,6 +0,0 @@-module Lib-    ( someFunc-    ) where--someFunc :: IO ()-someFunc = putStrLn "someFunc"