usb 0.6.0.5 → 0.6.0.6
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Utils.hs view
@@ -14,6 +14,7 @@ #if __GLASGOW_HASKELL__ < 700 import Prelude ( fromInteger )+import Control.Monad ( (>>) ) #endif import Control.Monad ( Monad, (>>=), mapM )
usb.cabal view
@@ -1,5 +1,5 @@ name: usb-version: 0.6.0.5+version: 0.6.0.6 cabal-version: >=1.6 build-type: Custom license: BSD3