diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### 0.7.0.2
+
+- Added support for GHC 8.
+
 #### 0.7.0.1
 
 - Added support for `dlist-0.8`.
diff --git a/wavefront.cabal b/wavefront.cabal
--- a/wavefront.cabal
+++ b/wavefront.cabal
@@ -1,5 +1,5 @@
 name:                wavefront
-version:             0.7.0.1
+version:             0.7.0.2
 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,13 +40,13 @@
 
   default-extensions:  OverloadedStrings
 
-  build-depends:       base         >= 4.8  && < 4.9
+  build-depends:       base         >= 4.8  && < 4.10
                      , attoparsec   >= 0.13 && < 0.14
                      , dlist        >= 0.7  && < 0.9
                      , filepath     >= 1.4  && < 1.5
                      , mtl          >= 2.2  && < 2.3
                      , text         >= 1.2  && < 1.3
-                     , transformers >= 0.4  && < 0.5
+                     , transformers >= 0.4  && < 0.6
                      , vector       >= 0.11 && < 0.12
 
   hs-source-dirs:      src
