diff --git a/clckwrks-cli.cabal b/clckwrks-cli.cabal
--- a/clckwrks-cli.cabal
+++ b/clckwrks-cli.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks-cli
-Version:             0.2.0
+Version:             0.2.1
 Synopsis:            a command-line interface for adminstrating some aspects of clckwrks
 Description:         This tool permits browsing of users, changing their roles, and other features.
 Homepage:            http://www.clckwrks.com/
@@ -12,6 +12,11 @@
 Build-type:          Custom
 Cabal-version:       >=1.6
 
+source-repository head
+    type:     darcs
+    subdir:   clckwrks-cli
+    location: http://hub.darcs.net/stepcut/clckwrks
+
 Executable clckwrks-cli
   Main-is:
      Main.hs
@@ -19,7 +24,7 @@
   Build-depends:
      acid-state >= 0.7 && < 0.9,
      base        < 5,
-     clckwrks   >= 0.12 && < 0.14,
+     clckwrks   >= 0.12 && < 0.15,
      haskeline  == 0.7.*,
      mtl        >= 2.0 && < 2.2,
      network    >= 2.3 && < 2.5,
