diff --git a/pandoc-stylefrommeta.cabal b/pandoc-stylefrommeta.cabal
--- a/pandoc-stylefrommeta.cabal
+++ b/pandoc-stylefrommeta.cabal
@@ -1,5 +1,5 @@
 name:                    pandoc-stylefrommeta
-version:                 0.2.1.0
+version:                 0.2.1.1
 synopsis:                Pandoc filter to customize links, images and paragraphs
 description:             Pandoc filter to customize links, images and paragraphs
         (with restrictions). Styles are read from the metadata of the document:
@@ -22,7 +22,7 @@
 
 executable styleFromMeta
   default-language:      Haskell2010
-  build-depends:         base >= 4.7 && < 5
+  build-depends:         base >= 4.8 && < 5
                        , pandoc >= 1.12
                        , pandoc-types >= 1.12
                        , containers >= 0.2
