diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
 language: haskell
 
 env:
-  - GHCVER=7.4.2
-  - GHCVER=7.6.3
   - GHCVER=7.8.3
   - GHCVER=head
 
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+0.1.0.1
+-------
+* Change `tested-with` to admit the support window is only 7.8+ at this point due to the use of `Data.Coerce`
+
 0.1
 ---
 * Initial release
diff --git a/fixed.cabal b/fixed.cabal
--- a/fixed.cabal
+++ b/fixed.cabal
@@ -1,6 +1,6 @@
 name:          fixed
 category:      Numeric
-version:       0.1
+version:       0.1.0.1
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -11,7 +11,7 @@
 bug-reports:   http://github.com/ekmett/fixed/issues
 copyright:     Copyright (C) 2014 Edward A. Kmett
 build-type:    Simple
-tested-with:   GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.3
+tested-with:   GHC == 7.8.3
 synopsis:      Signed 15.16 precision fixed point arithmetic
 description:   Signed 15.16 precision fixed point arithmetic
 
