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.3.0.3
+Version:             0.3.0.4
 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/
@@ -24,7 +24,7 @@
   Build-depends:
      acid-state >= 0.12 && < 0.17,
      base        < 5,
-     clckwrks   >= 0.23 && < 0.27,
+     clckwrks   >= 0.23 && < 0.28,
      containers >= 0.5 && < 0.7,
      haskeline  >= 0.7 && < 0.9,
      filepath >= 1.4 && < 1.5,
@@ -41,7 +41,7 @@
   Build-depends:
      acid-state >= 0.12 && < 0.17,
      base        < 5,
-     clckwrks   >= 0.23 && < 0.27,
+     clckwrks   >= 0.23 && < 0.28,
      clckwrks-cli,
      containers >= 0.5 && < 0.7,
      haskeline  >= 0.7 && < 0.9,
