diff --git a/src/Data/Int/Int24.hs b/src/Data/Int/Int24.hs
--- a/src/Data/Int/Int24.hs
+++ b/src/Data/Int/Int24.hs
@@ -42,8 +42,6 @@
 #define TOINT toInt#
 #endif
 
-ghcver = __GLASGOW_HASKELL__
-
 ------------------------------------------------------------------------
 -- type Int24
 ------------------------------------------------------------------------
diff --git a/word24.cabal b/word24.cabal
--- a/word24.cabal
+++ b/word24.cabal
@@ -1,5 +1,5 @@
 name:		word24
-version:        1.0.2
+version:        1.0.3
 synopsis:       24-bit word and int types for GHC
 description:	24-bit Word and Int data types.
 category:       Data
@@ -8,7 +8,7 @@
 license:	BSD3
 license-file:	LICENSE
 homepage:       http://www.tiresiaspress.us/haskell/word24
-tested-with:    GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1
+tested-with:    GHC == 7.0.4, GHC == 7.2.1, GHC == 7.4.2
 stability:	stable
 
 cabal-version:  >= 1.6
