diff --git a/calamity-commands.cabal b/calamity-commands.cabal
--- a/calamity-commands.cabal
+++ b/calamity-commands.cabal
@@ -4,13 +4,13 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: b48980f203dd33dee1ccd3179f7b322756712c67a8734329a20a52230a7ec005
+-- hash: d17b097b7481b77c55ba13052f69950fec4cd0809ca7f49be4f52b1a6fc2ad28
 
 name:           calamity-commands
-version:        0.1.0.0
+version:        0.1.1.0
 synopsis:       A library for declaring, parsing, and invoking text-input based commands
 description:    Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>
-category:       Network, Web
+category:       Utils
 homepage:       https://github.com/simmsb/calamity
 bug-reports:    https://github.com/simmsb/calamity/issues
 author:         Ben Simms
@@ -56,12 +56,12 @@
   default-extensions: StrictData AllowAmbiguousTypes BlockArguments NoMonomorphismRestriction BangPatterns BinaryLiterals UndecidableInstances ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs DerivingVia DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving DeriveAnyClass InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLabels PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields TypeOperators TypeApplications RoleAnnotations
   ghc-options: -fplugin=Polysemy.Plugin -funbox-strict-fields -Wall -fno-warn-name-shadowing
   build-depends:
-      base >=4.12 && <5
+      base >=4.13 && <5
     , generic-lens >=2.0 && <3
-    , lens >=4.18 && <5
+    , lens >=4.18 && <6
     , megaparsec >=8 && <10
-    , polysemy >=1.3 && <2
-    , polysemy-plugin >=0.2 && <0.4
+    , polysemy >=1.5 && <2
+    , polysemy-plugin >=0.3 && <0.4
     , text >=1.2 && <2
     , text-show >=3.8 && <4
     , unordered-containers >=0.2 && <0.3
