diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.7.3.0
+
+* Added the executables split off from stackage-cli.
+
 ## 0.7.0.0
 
 * First release of this incarnation of the stackage package. Previously, this
diff --git a/stackage.cabal b/stackage.cabal
--- a/stackage.cabal
+++ b/stackage.cabal
@@ -1,5 +1,5 @@
 name:                stackage
-version:             0.7.2.0
+version:             0.7.3.0
 synopsis:            Dummy package forcing installation of other Stackage packages
 homepage:            https://www.stackage.org/
 license:             MIT
@@ -19,6 +19,9 @@
                      , stackage-upload
                      , stackage-install
                      , stackage-build-plan
+                     , stackage-cabal
+                     , stackage-sandbox
+                     , stackage-setup
   default-language:    Haskell2010
 
 source-repository head
