diff --git a/shake-ext.cabal b/shake-ext.cabal
--- a/shake-ext.cabal
+++ b/shake-ext.cabal
@@ -1,5 +1,5 @@
 name:                shake-ext
-version:             0.5.0.3
+version:             0.5.0.4
 synopsis:            Helper functions for linting with shake 
 description:         This package provides several linters out of the box, as well as functionality for building ATS source files with [shake](http://shakebuild.com/).
 homepage:            https://hub.darcs.net/vmchale/shake-ext
diff --git a/src/Development/Shake/ATS.hs b/src/Development/Shake/ATS.hs
--- a/src/Development/Shake/ATS.hs
+++ b/src/Development/Shake/ATS.hs
@@ -51,8 +51,6 @@
 atsBin :: Version -> Bool -> [String] -> String -> String -> Rules ()
 atsBin v gc libs sourceFile out = do
 
-    atsDeps
-
     priority 0.75 $ out %> \_ -> do
         need [sourceFile]
         let home = "/usr/local/lib/ats2-postiats-" ++ show v
