diff --git a/Yesod/Static.hs b/Yesod/Static.hs
--- a/Yesod/Static.hs
+++ b/Yesod/Static.hs
@@ -66,6 +66,7 @@
 import Control.Monad
 import Data.FileEmbed (embedDir)
 
+import Control.Monad.Trans.Resource (runResourceT)
 import Yesod.Core
 import Yesod.Core.Types
 
diff --git a/yesod-static.cabal b/yesod-static.cabal
--- a/yesod-static.cabal
+++ b/yesod-static.cabal
@@ -1,5 +1,5 @@
 name:            yesod-static
-version:         1.2.2.3
+version:         1.2.2.4
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -41,6 +41,7 @@
                    , http-types            >= 0.7
                    , unix-compat           >= 0.2
                    , conduit               >= 0.5
+                   , conduit-extra
                    , cryptohash-conduit    >= 0.1
                    , cryptohash            >= 0.11
                    , system-filepath       >= 0.4.6    && < 0.5
@@ -101,12 +102,12 @@
                    , shakespeare-css
                    , mime-types
                    , hjsmin
-                   , process-conduit
                    , filepath
                    , resourcet
                    , unordered-containers
                    , async
                    , process
+                   , conduit-extra
 
     ghc-options:     -Wall -threaded
     extensions: TemplateHaskell
