diff --git a/changelog.md b/changelog.md
index 3a04bfc4b9be0355c313e30fdbd0d6e36473172b..a2ce61f0b9bcd13041d3ea5c0967495839d299c4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,8 @@
 
 ## 2.7.1.0  *Dec 2014*
 
+  * Bundled with GHC 7.10.1
+
   * Add support for `base-4.8.0.0`
 
   * Tighten `SafeHaskell` bounds for GHC 7.10+
diff --git a/unix.cabal b/unix.cabal
index cc9c646e49f484315fe83c9402fd7d77fb78a5e1..cde94dbb440364ca7cee21d76679c01cb832019a 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -10,7 +10,7 @@ synopsis:       POSIX functionality
 category:       System
 build-type:     Configure
 cabal-version:  >= 1.10
-tested-with:    GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1
+tested-with:    GHC>=7.4.1
 description:
     This package gives you access to the set of operating system
     services standardised by POSIX 1003.1b (or the IEEE Portable
@@ -48,9 +48,10 @@ library
         CPP
         DeriveDataTypeable
         InterruptibleFFI
-        NoMonomorphismRestriction
+        NondecreasingIndentation
         OverloadedStrings
         RankNTypes
+        RecordWildCards
 
     if impl(ghc)
         other-extensions: