diff --git a/AlgorithmW.cabal b/AlgorithmW.cabal
--- a/AlgorithmW.cabal
+++ b/AlgorithmW.cabal
@@ -1,5 +1,5 @@
 name:                AlgorithmW
-version:             0.1.0.3
+version:             0.1.1.0
 synopsis:            Example implementation of Algorithm W for Hindley-Milner 
 		     type inference.
 description:         Complete implementation of the classic
@@ -23,5 +23,5 @@
 
 executable AlgorithmW
   main-is:             AlgorithmW.lhs
-  build-depends:       base >=4.5 && <4.8, containers >=0.4 && <0.6, mtl >=2.1 && <2.3, pretty >=1.1 && <1.2
+  build-depends:       base >=4.5 && <4.9, containers >=0.4 && <0.6, mtl >=2.1 && <2.3, pretty >=1.1 && <1.2
   default-language:    Haskell2010
diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
+# 0.1.1.0
+- Fix to make it compile with GHC 7.10.1. Thanks to Franklin Chen.
+
 # 0.1.0.3
 * Fix git repo link in .cabal file.
 
