packages feed

ls-usb-0.1.0.8: ls-usb.cabal

name:          ls-usb
version:       0.1.0.8
cabal-version: >= 1.6
build-type:    Simple
stability:     beta
author:        Roel van Dijk <vandijk.roel@gmail.com>
maintainer:    vandijk.roel@gmail.com
copyright:     2009–2010 Roel van Dijk <vandijk.roel@gmail.com>
license:       BSD3
license-file:  LICENSE
category:      System
synopsis:      List USB devices
description:
  A small utility that lists USB devices connected to your system.

source-repository head
  type:     darcs
  location: http://code.haskell.org/~roelvandijk/code/ls-usb

executable ls-usb
  build-depends: ansi-wl-pprint       >= 0.5.1   && < 0.7
               , base                 >= 4.0     && < 4.4
               , base-unicode-symbols >= 0.1.1   && < 0.3
               , bytestring           >= 0.9.1   && < 0.10
               , cmdargs              >= 0.3     && < 0.7
               , usb                  >= 0.6     && < 0.8
               , usb-id-database      >= 0.4.0.2 && < 0.5
               , usb-safe             >= 0.10    && < 0.12
  ghc-options: -Wall -fno-warn-orphans
  main-is: ls-usb.hs
  other-modules: PrettyDevList