diff --git a/apiary-logger.cabal b/apiary-logger.cabal
--- a/apiary-logger.cabal
+++ b/apiary-logger.cabal
@@ -1,5 +1,5 @@
 name:                apiary-logger
-version:             0.11.0
+version:             0.11.1
 synopsis:            fast-logger support for apiary web framework.
 description:
   example: <https://github.com/philopon/apiary/blob/master/examples/persistent.hs>
@@ -20,7 +20,7 @@
   exposed-modules:     Web.Apiary.Logger
   other-modules:       Web.Apiary.Logger.Internal
   build-depends:       base               >=4.6   && <4.8
-                     , apiary             >=0.8   && <0.12
+                     , apiary             >=0.8   && <0.13
                      , fast-logger        >=2.1   && <2.2
                      , monad-logger       >=0.3   && <0.4
                      , reflection         >=1.4   && <1.5
diff --git a/src/Web/Apiary/Logger/Internal.hs b/src/Web/Apiary/Logger/Internal.hs
--- a/src/Web/Apiary/Logger/Internal.hs
+++ b/src/Web/Apiary/Logger/Internal.hs
@@ -10,7 +10,7 @@
 
 module Web.Apiary.Logger.Internal where
 
-import Web.Apiary hiding (Default(..))
+import Web.Apiary hiding (Default(..), File)
 import System.Log.FastLogger
 import Control.Exception
 import Data.Default.Class
