diff --git a/file-location.cabal b/file-location.cabal
--- a/file-location.cabal
+++ b/file-location.cabal
@@ -1,5 +1,5 @@
 Name:                file-location
-Version:             0.4.5
+Version:             0.4.5.1
 Synopsis:            common functions that show file location information
 Homepage:            https://github.com/gregwebs/FileLocation.hs
 License:             BSD3
@@ -67,6 +67,7 @@
   
   -- Packages needed in order to build this package.
   Build-depends:  base >= 4 && < 5
+                , lifted-base
                 , template-haskell
                 , transformers     >= 0.2 && < 0.4
                 , containers
