diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009 Roel van Dijk, Bas van Dijk
+Copyright (c) 2009 - 2010 Roel van Dijk
 
 All rights reserved.
 
@@ -14,10 +14,9 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * The name of Roel van Dijk and Bas van Dijk and the names of
-      contributors may NOT be used to endorse or promote products
-      derived from this software without specific prior written
-      permission.
+    * The name of Roel van Dijk and the names of contributors may NOT
+      be used to endorse or promote products derived from this
+      software without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/ls-usb.cabal b/ls-usb.cabal
--- a/ls-usb.cabal
+++ b/ls-usb.cabal
@@ -1,11 +1,11 @@
 name:          ls-usb
-version:       0.1.0.3
+version:       0.1.0.4
 cabal-version: >= 1.6
 build-type:    Simple
-stability:     experimental
-author:        Roel van Dijk, Bas van Dijk
+stability:     beta
+author:        Roel van Dijk <vandijk.roel@gmail.com>
 maintainer:    vandijk.roel@gmail.com
-copyright:     2009 Roel van Dijk, Bas van Dijk
+copyright:     2009 - 2010 Roel van Dijk <vandijk.roel@gmail.com>
 license:       BSD3
 license-file:  LICENSE
 category:      System
@@ -13,15 +13,19 @@
 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.6
                , base                 >= 4.0     && < 4.3
                , base-unicode-symbols == 0.1.*
-               , bytestring           >= 0.9.1.4 && < 0.10
+               , bytestring           >= 0.9.1   && < 0.10
                , cmdargs              == 0.1.*
                , usb                  == 0.3.*
-               , usb-safe             == 0.4.*
-               , usb-id-database      == 0.4.*
+               , usb-safe             >= 0.4     && < 0.6
+               , usb-id-database      >= 0.4.0.2 && < 0.5
   ghc-options: -Wall -fno-warn-orphans
   main-is: ls-usb.hs
   other-modules: PrettyDevList
