diff --git a/Text/I18n/Printf.hs b/Text/I18n/Printf.hs
--- a/Text/I18n/Printf.hs
+++ b/Text/I18n/Printf.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP #-}
+-- {-# LANGUAGE CPP #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Text.I18n.Printf
@@ -82,10 +82,10 @@
 instance PrintfArg Int64 where
     toUPrintf = uInteger
 
-#ifndef __NHC__
+-- #ifndef __NHC__
 instance PrintfArg Word where
     toUPrintf = uInteger
-#endif
+-- #endif
 
 instance PrintfArg Word8 where
     toUPrintf = uInteger
diff --git a/i18n.cabal b/i18n.cabal
--- a/i18n.cabal
+++ b/i18n.cabal
@@ -1,5 +1,5 @@
 Name:                i18n
-Version:             0.1
+Version:             0.1.1
 Cabal-Version:       >= 1.2
 Synopsis:            Internationalization for Haskell
 Category:            Text
