diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,11 @@
-1.3.0.1
+1.3.0.2
 
-	* Support GHC-7.10
+	* Support GHC-7.10.2.
+
+
+1.3.0.1 (Fri Apr 17 19:39:51 UTC 2015)
+
+	* Support GHC-7.10.
 
 
 1.3.0.0 (Sun Dec 14 23:11:35 UTC 2014)
diff --git a/System/USB/Base.hs b/System/USB/Base.hs
--- a/System/USB/Base.hs
+++ b/System/USB/Base.hs
@@ -146,6 +146,9 @@
 #if MIN_VERSION_base(4,7,0)
   , getSystemTimerManager
 #endif
+#if MIN_VERSION_base(4,8,1)
+  , Lifetime(MultiShot)
+#endif
   )
 
 -- from containers:
diff --git a/usb.cabal b/usb.cabal
--- a/usb.cabal
+++ b/usb.cabal
@@ -1,5 +1,5 @@
 name:          usb
-version:       1.3.0.1
+version:       1.3.0.2
 cabal-version: >=1.6
 build-type:    Custom
 license:       BSD3
