diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1.0.3
+
+- Bump package dependencies
+
 1.0.2
 
 - Add toText/fromText
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
deleted file mode 100644
--- a/CONTRIBUTORS
+++ /dev/null
@@ -1,13 +0,0 @@
-In order of appearance:
-
-Antoine Latter
-Jason Dusek
-Tim Newsham
-Mark Lentczner
-Neil Mitchell
-Bas van Dijk
-Sergei Trofimovich
-davean
-Francesco Mazzoli
-Michael Snoyman
-Bardur Arantsson
diff --git a/uuid-types.cabal b/uuid-types.cabal
--- a/uuid-types.cabal
+++ b/uuid-types.cabal
@@ -1,5 +1,5 @@
 Name: uuid-types
-Version: 1.0.2
+Version: 1.0.3
 Copyright: (c) 2008-2014 Antoine Latter
 Author: Antoine Latter
 Maintainer: aslatter@gmail.com
@@ -23,12 +23,11 @@
 
 Extra-Source-Files:
      CHANGES
-     CONTRIBUTORS
 
 
 Library
  Build-Depends: base >=3 && < 5,
-                binary >= 0.4 && < 0.8,
+                binary >= 0.4 && < 0.9,
                 bytestring >= 0.9 && < 0.11,
                 deepseq >= 1.3 && < 1.5,
                 hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
@@ -57,9 +56,9 @@
     Build-Depends:     base >= 3 && < 5,
                        uuid-types,
                        bytestring >= 0.9 && < 0.11,
-                       HUnit >=1.2 && < 1.3,
+                       HUnit >=1.2 && < 1.4,
                        QuickCheck >=2.4 && < 2.9,
-                       tasty == 0.10.*,
+                       tasty >= 0.10 && < 0.12,
                        tasty-hunit == 0.9.*,
                        tasty-quickcheck == 0.8.*
 
