diff --git a/ats-pkg.cabal b/ats-pkg.cabal
--- a/ats-pkg.cabal
+++ b/ats-pkg.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.18
 name: ats-pkg
-version: 2.11.0.9
+version: 2.11.0.10
 license: BSD3
 license-file: LICENSE
 copyright: Copyright: (c) 2018 Vanessa McHale
@@ -127,24 +127,24 @@
     ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
                  -with-rtsopts=-I0 -Wincomplete-uni-patterns
                  -Wincomplete-record-updates
+    build-depends:
+        base -any,
+        ats-pkg -any,
+        optparse-applicative -any,
+        shake-ats -any,
+        microlens -any,
+        temporary -any,
+        directory -any,
+        composition-prelude -any,
+        text -any,
+        parallel-io -any,
+        shake -any
     
     if flag(eventlog)
         ghc-options: -eventlog -with-rtsopts=-l
     
     if flag(profile)
         ghc-options: -with-rtsopts=-h
-        build-depends:
-            base -any,
-            ats-pkg -any,
-            optparse-applicative -any,
-            shake-ats -any,
-            microlens -any,
-            temporary -any,
-            directory -any,
-            composition-prelude -any,
-            text -any,
-            parallel-io -any,
-            shake -any
     
     if flag(development)
         ghc-options: -Werror
