diff --git a/ats-pkg.cabal b/ats-pkg.cabal
--- a/ats-pkg.cabal
+++ b/ats-pkg.cabal
@@ -1,6 +1,6 @@
 name:                ats-pkg
-version:             2.2.0.15
-synopsis:            Package manager for ATS
+version:             2.2.0.16
+synopsis:            A build tool for ATS
 description:         A collection of scripts to simplify building ATS projects.
 homepage:            https://github.com/vmchale/atspkg#readme
 license:             BSD3
@@ -41,7 +41,6 @@
                      , Language.ATS.Package.Tools
   build-depends:       base >= 4.7 && < 5
                      , http-client
-                     , filemanip
                      , bytestring
                      , shake
                      , tar
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,6 +10,7 @@
   - cli-setup-0.2.0.1
   - hs2ats-0.2.1.3
   - dependency-0.1.0.0
+  - ats-setup-0.3.0.2
 flags:
   ats-pkg:
     development: false
