diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,8 @@
+0.3.2.1
+=======
+
+  * GHC 7.2 support (https://github.com/biegunka/terminal-size/pull/9)
+
 0.3.2
 =====
 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2014, Matvey Aksenov
+Copyright (c) 2013-2015, Matvey Aksenov
 
 All rights reserved.
 
diff --git a/terminal-size.cabal b/terminal-size.cabal
--- a/terminal-size.cabal
+++ b/terminal-size.cabal
@@ -1,5 +1,5 @@
 name:                terminal-size
-version:             0.3.2
+version:             0.3.2.1
 synopsis:            Get terminal window height and width
 description:
   Get terminal window height and width without ncurses dependency.
@@ -21,7 +21,7 @@
 source-repository this
   type:     git
   location: https://github.com/biegunka/terminal-size
-  tag:      0.3.2
+  tag:      0.3.2.1
 
 library
   default-language:
@@ -29,7 +29,7 @@
 
   build-depends:
     base >= 4 && < 5
-  if impl(ghc >= 7.4 && < 7.6)
+  if impl(ghc >= 7.2 && < 7.6)
      build-depends:
        ghc-prim
   if os(windows)
