diff --git a/BoundedChan.cabal b/BoundedChan.cabal
--- a/BoundedChan.cabal
+++ b/BoundedChan.cabal
@@ -1,6 +1,6 @@
 name:          BoundedChan
 category:      Concurrency
-version:       1.0.0.2
+version:       1.0.0.3
 license:       BSD3
 license-file:  LICENSE
 author:        Adam Wick <awick@galois.com>
@@ -15,7 +15,8 @@
                certain number of elements.
 
 library
-  build-depends: base >= 3, array
+  build-depends: base >= 3 && < 5, 
+                 array >= 0.2 && < 0.8
   exposed-modules: Control.Concurrent.BoundedChan
   ghc-options: -O2 -Wall -funbox-strict-fields
   if impl(ghc >= 6.8)
@@ -23,4 +24,4 @@
 
 source-repository head
   type:     git
-  location: git://code.haskell.org/BoundedChan.git
+  location: git://github.com/GaloisInc/BoundedChan.git
