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.14
+Version:             0.2.15
 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/
@@ -21,7 +21,7 @@
      Main.hs
 
   Build-depends:
-     acid-state >= 0.12 && < 0.13,
+     acid-state >= 0.12 && < 0.14,
      base        < 5,
      clckwrks   >= 0.23 && < 0.24,
      haskeline  == 0.7.*,
