packages feed

usb 1.3.0.1 → 1.3.0.2

raw patch · 3 files changed

+11/−3 lines, 3 files

Files

Changelog view
@@ -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)
System/USB/Base.hs view
@@ -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:
usb.cabal view
@@ -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