usb-safe-0.1: usb-safe.cabal
name: usb-safe
version: 0.1
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2009 Bas van Dijk
author: Bas van Dijk
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
stability: experimental
category: System
synopsis: Wrapper around the usb package adding extra type-safety
source-repository head
Type: darcs
Location: http://code.haskell.org/~basvandijk/code/usb-safe
Library
GHC-Options: -O2 -Wall
build-depends: base >= 4 && < 4.2
, usb == 0.3.*
, bytestring == 0.9.*
, unicode-symbols == 0.1.*
, transformers >= 0.1.4 && < 0.2
, MonadCatchIO-transformers == 0.0.2.*
, monads-fd == 0.0.*
exposed-modules: System.USB.Safe