packages feed

usb-safe 0.11 → 0.11.0.1

raw patch · 2 files changed

+4/−10 lines, 2 filesdep ~iteratee

Dependency ranges changed: iteratee

Files

System/USB/Safe.hs view
@@ -68,14 +68,8 @@        {-|       Note that this module re-exports the @Control.Monad.Trans.Region@ module-      from the @regions@ package which allows you to:--      * Run regions using 'runRegionT'.--      * Concurrently run /top-level/ regions inside another region using-        'forkIOTopRegion'.--       * Duplicate a 'RegionalDeviceHandle' to a parent region using 'dup'.+      from the @regions@ package which allows you to run regions using 'runRegionT'+      and duplicate a 'RegionalDeviceHandle' to a parent region using 'dup'.       -}       module Control.Monad.Trans.Region 
usb-safe.cabal view
@@ -1,5 +1,5 @@ name:          usb-safe-version:       0.11+version:       0.11.0.1 cabal-version: >=1.6 build-type:    Custom license:       BSD3@@ -73,7 +73,7 @@                , base-unicode-symbols      >= 0.1.1 && < 0.3                , usb                       >= 0.5   && < 0.7                , usb-enumerator            >= 0.2   && < 0.3-               , iteratee                  >= 0.3.5 && < 0.6+               , iteratee                  >= 0.3.5 && < 0.7                , bytestring                >= 0.9   && < 0.10                , regions                   >= 0.8   && < 0.9                , transformers              >= 0.2   && < 0.3