diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package
 
+## 0.5.2 *April 21st 2015*
+* Use latest ghc-typelits-natnormalise
+
 ## 0.5.1 *April 20th 2015*
 * New features
   * GHC 7.10 support
diff --git a/clash-ghc.cabal b/clash-ghc.cabal
--- a/clash-ghc.cabal
+++ b/clash-ghc.cabal
@@ -1,5 +1,5 @@
 Name:                 clash-ghc
-Version:              0.5.1
+Version:              0.5.2
 Synopsis:             CAES Language for Synchronous Hardware
 Description:
   CλaSH (pronounced ‘clash’) is a functional hardware description language that
@@ -74,7 +74,7 @@
                       clash-vhdl                >= 0.5,
                       clash-systemverilog       >= 0.5,
                       clash-prelude             >= 0.7.2,
-                      ghc-typelits-natnormalise >= 0.1.1
+                      ghc-typelits-natnormalise >= 0.1.2
 
   if os(windows)
     Build-Depends:    Win32
