diff --git a/Control/Concurrent/Chan/Split.hs b/Control/Concurrent/Chan/Split.hs
--- a/Control/Concurrent/Chan/Split.hs
+++ b/Control/Concurrent/Chan/Split.hs
@@ -7,6 +7,8 @@
     -- * Utility functions:
     , getChanContents
     , dupChan     
+    -- * Supporting module
+    , module Control.Concurrent.Chan.Class
 
     ) where
 
diff --git a/chan-split.cabal b/chan-split.cabal
--- a/chan-split.cabal
+++ b/chan-split.cabal
@@ -8,7 +8,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1.2
+Version:             0.1.3
 
 -- A short (one-line) description of the package.
 Synopsis:            Concurrent Chans as read/write pairs. Also provides generic
@@ -68,7 +68,11 @@
 -- Extra-source-files:  
 
 -- Constraint on the version of Cabal needed to build this package.
-Cabal-version:       >=1.2
+Cabal-version:       >=1.6
+
+source-repository head   
+    type:     git
+    location: https://github.com/jberryman/chan-split.git
 
 
 Library
