diff --git a/lambdabot-reference-plugins.cabal b/lambdabot-reference-plugins.cabal
--- a/lambdabot-reference-plugins.cabal
+++ b/lambdabot-reference-plugins.cabal
@@ -1,5 +1,5 @@
 name:                   lambdabot-reference-plugins
-version:                5.0.3
+version:                5.1
 
 license:                GPL
 license-file:           LICENSE
@@ -34,7 +34,7 @@
 
 build-type:             Simple
 cabal-version:          >= 1.8
-tested-with:            GHC == 7.6.3, GHC == 7.8.3
+tested-with:            GHC == 7.8.4, GHC == 7.10.3
 
 source-repository head
   type:                 git
@@ -67,7 +67,7 @@
                         bytestring              >= 0.9,
                         containers              >= 0.4,
                         HTTP                    >= 4000,
-                        lambdabot-core          >= 5.0.3 && < 5.1,
+                        lambdabot-core          >= 5.1 && < 5.2,
                         mtl                     >= 2,
                         oeis                    >= 0.3.1,
                         process                 >= 1.1,
diff --git a/src/Lambdabot/Util/Browser.hs b/src/Lambdabot/Util/Browser.hs
--- a/src/Lambdabot/Util/Browser.hs
+++ b/src/Lambdabot/Util/Browser.hs
@@ -10,6 +10,7 @@
 import Codec.Binary.UTF8.String
 import Control.Applicative
 import Control.Monad.Trans
+import Lambdabot.Config
 import Lambdabot.Config.Reference
 import Lambdabot.Monad
 import Lambdabot.Util (limitStr)
