ls-usb-0.1.1: ls-usb.cabal
name: ls-usb
version: 0.1.1
cabal-version: >= 1.6
build-type: Simple
stability: beta
author: Roel van Dijk <vandijk.roel@gmail.com>
maintainer: Roel van Dijk <vandijk.roel@gmail.com>
copyright: 2009–2012 Roel van Dijk <vandijk.roel@gmail.com>
license: BSD3
license-file: LICENSE
homepage: https://github.com/roelvandijk/ls-usb
bug-reports: https://github.com/roelvandijk/ls-usb/issues
category: System
synopsis: List USB devices
description:
A small utility for displaying information about USB devices
connected to your system.
source-repository head
type: git
location: git://github.com/roelvandijk/ls-usb.git
executable ls-usb
build-depends: ansi-wl-pprint >= 0.5.1 && < 0.7
, base >= 4.0 && < 4.7
, base-unicode-symbols >= 0.1.1 && < 0.3
, text >= 0.1 && < 0.12
, cmdtheline >= 0.2.1.1 && < 0.3
, usb >= 1.2 && < 1.3
, usb-id-database >= 0.4.0.2 && < 0.5
, vector >= 0.5 && < 0.11
ghc-options: -Wall
main-is: ls-usb.hs
other-modules: PrettyDevList