diff --git a/apelsin.cabal b/apelsin.cabal
--- a/apelsin.cabal
+++ b/apelsin.cabal
@@ -1,5 +1,5 @@
 Name:                   apelsin
-Version:                1.2.1
+Version:                1.2.2
 Author:                 Christoffer Öjeling
 Maintainer:             christoffer@ojeling.net
 License:                GPL-3
@@ -25,7 +25,7 @@
                         icons/hicolor/24x24/apps/apelsin.png
                         icons/hicolor/64x64/apps/apelsin.png
 
-Tested-With:            GHC==7.6.1
+Tested-With:            GHC==7.6.2
 
 
 Flag relativePath
@@ -41,7 +41,7 @@
 
   Build-Depends:        base>=4.3&&<5, array, mtl, containers, transformers,
                         bytestring, directory, filepath, HTTP, network,
-                        tremulous-query>=1.0.6, gtk, glib, process, deepseq,
+                        tremulous-query>=1.0.7, gtk, glib, process, deepseq,
                         cpphs, xdg-basedir
 
   Hs-Source-Dirs:       src
diff --git a/src/Config.hs b/src/Config.hs
--- a/src/Config.hs
+++ b/src/Config.hs
@@ -8,7 +8,6 @@
     , configToFile
     , makeColorsFromList
 ) where
-import Prelude hiding (catch)
 import Graphics.UI.Gtk (SortType(..), Window)
 import Data.Array
 import Data.Char
diff --git a/src/ServerInfo.hs b/src/ServerInfo.hs
--- a/src/ServerInfo.hs
+++ b/src/ServerInfo.hs
@@ -1,7 +1,6 @@
 module ServerInfo (newServerInfo) where
 import Graphics.UI.Gtk
 
-import Prelude hiding (catch)
 import Control.Applicative
 import Control.Monad hiding (join)
 import Control.Exception
