packages feed

usb-0.1: System/USB/Exceptions.hs

module System.USB.Exceptions
    (  USBException(..)
    ) where

import System.USB.Internal
    ( USBException(..)
    )