diff --git a/logging-facade.cabal b/logging-facade.cabal
--- a/logging-facade.cabal
+++ b/logging-facade.cabal
@@ -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
diff --git a/src/System/Logging/Facade.hs b/src/System/Logging/Facade.hs
--- a/src/System/Logging/Facade.hs
+++ b/src/System/Logging/Facade.hs
@@ -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
