diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change log
 
+## 1.1.2
+
+* Update haddock example to use `logInfoTH` instead of deprecated `logInformationalTH` splice
+
 ## 1.1.1
 
 * Update README to use `logInfoTH` instead of deprecated `logInformationalTH` splice
diff --git a/library/Control/Monad/Log/Extra/File.hs b/library/Control/Monad/Log/Extra/File.hs
--- a/library/Control/Monad/Log/Extra/File.hs
+++ b/library/Control/Monad/Log/Extra/File.hs
@@ -197,7 +197,7 @@
   $('logErrorTH') "Errors abound!"
   $('logWarningTH') "Cargo number 2331 has commandeered the vessel"
   $('logNoticeTH') "Heads up, but it's no biggie."
-  $('logInformationalTH') "Does anyone read these?"
+  $('logInfoTH') "Does anyone read these?"
   $('logDebugTH') "Sleuthing with log messages..."
 @
 
diff --git a/logging-effect-extra-file.cabal b/logging-effect-extra-file.cabal
--- a/logging-effect-extra-file.cabal
+++ b/logging-effect-extra-file.cabal
@@ -1,9 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.17.1.
+-- This file has been generated from package.yaml by hpack version 0.20.0.
 --
 -- see: https://github.com/sol/hpack
+--
+-- hash: e583b40f8a405781d71128d6e10c234395eed3e73032359cda479e0055dc6fd7
 
 name:           logging-effect-extra-file
-version:        1.1.1
+version:        1.1.2
 synopsis:       TH splices to augment log messages with file info
 description:    TH splices to augment log messages with file info.
 category:       Other
@@ -31,11 +33,13 @@
   ghc-options: -Wall
   build-depends:
       base >=4.8 && <4.11
-    , logging-effect >= 1.1.0 && <1.3
-    , wl-pprint-text >=1.1.0.4 && <1.2
+    , logging-effect >=1.1.0 && <1.3
     , template-haskell
+    , wl-pprint-text >=1.1.0.4 && <1.2
   exposed-modules:
       Control.Monad.Log.Extra.File
+  other-modules:
+      Paths_logging_effect_extra_file
   default-language: Haskell2010
 
 executable log-file
@@ -45,9 +49,11 @@
   ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
   build-depends:
       base >=4.8 && <4.11
-    , logging-effect >= 1.1.0 && <1.3
-    , wl-pprint-text >=1.1.0.4 && <1.2
+    , logging-effect >=1.1.0 && <1.3
     , logging-effect-extra-file
+    , wl-pprint-text >=1.1.0.4 && <1.2
+  other-modules:
+      Paths_logging_effect_extra_file
   default-language: Haskell2010
 
 executable log-file-and-severity
@@ -57,7 +63,9 @@
   ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
   build-depends:
       base >=4.8 && <4.11
-    , logging-effect >= 1.1.0 && <1.3
-    , wl-pprint-text >=1.1.0.4 && <1.2
+    , logging-effect >=1.1.0 && <1.3
     , logging-effect-extra-file
+    , wl-pprint-text >=1.1.0.4 && <1.2
+  other-modules:
+      Paths_logging_effect_extra_file
   default-language: Haskell2010
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -39,4 +39,4 @@
 maintainer: Jason Shipman
 name: logging-effect-extra-file
 synopsis: TH splices to augment log messages with file info
-version: '1.1.1'
+version: '1.1.2'
