logging-facade 0.1.0 → 0.1.1
raw patch · 2 files changed
+3/−1 lines, 2 filesdep ~basenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- logging-facade.cabal +1/−1
- src/System/Logging/Facade.hs +2/−0
logging-facade.cabal view
@@ -1,5 +1,5 @@ name: logging-facade-version: 0.1.0+version: 0.1.1 synopsis: Simple logging abstraction that allows multiple back-ends description: Simple logging abstraction that allows multiple back-ends license: MIT
src/System/Logging/Facade.hs view
@@ -27,7 +27,9 @@ import System.Logging.Facade.Class #ifdef HAS_SOURCE_LOCATIONS+#if ! MIN_VERSION_base(4,9,0) import GHC.SrcLoc+#endif import GHC.Stack #define with_loc (?loc :: CallStack) => #else