diff --git a/wavefront.cabal b/wavefront.cabal
--- a/wavefront.cabal
+++ b/wavefront.cabal
@@ -1,5 +1,5 @@
 name:                wavefront
-version:             0.7.1.3
+version:             0.7.1.4
 synopsis:            Wavefront OBJ loader
 description:         A Wavefront OBJ loader. Currently supports polygonal information. More could
                      be added if needed (like curves and surface) if people contribute. Feel free
@@ -40,7 +40,7 @@
 
   default-extensions:  OverloadedStrings
 
-  build-depends:       base         >= 4.8  && < 4.13
+  build-depends:       base         >= 4.8  && < 4.14
                      , attoparsec   >= 0.13 && < 0.14
                      , dlist        >= 0.7  && < 0.9
                      , filepath     >= 1.4  && < 1.5
