diff --git a/heyefi.cabal b/heyefi.cabal
--- a/heyefi.cabal
+++ b/heyefi.cabal
@@ -1,5 +1,5 @@
 name:                heyefi
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            A server for Eye-Fi SD cards.
 description:         This server listens for Eye-Fi cards that want to upload files to a computer and stores them in an upload directory. It is meant to be run as a system daemon.
 homepage:            https://github.com/ryantm/heyefi
@@ -42,21 +42,17 @@
                      , iso8601-time
                      , warp
                      , wai
-                     , HTTP
                      , http-types
                      , HandsomeSoup
                      , hxt
                      , case-insensitive
-                     , old-locale
                      , multipart
                      , tar
                      , configurator
                      , unordered-containers
                      , text
-                     , errors
                      , temporary
                      , directory
-                     , filemanip
                      , filepath
                      , mtl
                      , transformers
@@ -82,12 +78,10 @@
                   , iso8601-time
                   , warp
                   , wai
-                  , HTTP
                   , http-types
                   , HandsomeSoup
                   , hxt
                   , case-insensitive
-                  , old-locale
                   , multipart
                   , tar
                   , configurator
@@ -96,10 +90,8 @@
                   , silently
                   , filepath
                   , directory
-                  , errors
                   , temporary
                   , directory
-                  , filemanip
                   , mtl
                   , transformers
                   , exceptions
