diff --git a/xmonad-extras.cabal b/xmonad-extras.cabal
--- a/xmonad-extras.cabal
+++ b/xmonad-extras.cabal
@@ -1,5 +1,5 @@
 name:               xmonad-extras
-version:            0.10
+version:            0.10.1
 homepage:           http://projects.haskell.org/xmonad-extras
 synopsis:           Third party extensions for xmonad with wacky dependencies
 description:        Various modules for xmonad that cannot be added to xmonad-contrib
@@ -64,8 +64,11 @@
     -- At the moment of writing, hint does not yet support
     -- GHCs newer than 7.0.4; If that changes and no new release
     -- of xmonad-extras has been made, please contact the maintainer.
-    if flag(with_hint) && impl (ghc < 7.2)
-        build-depends: hint >= 0.3 && < 0.4, network
+    if flag(with_hint)
+        if impl(ghc < 7.2)
+                build-depends: hint >= 0.3 && < 0.4, network
+        else
+                build-depends: hint >= 0.3.3.3 && < 0.4, network
         exposed-modules: XMonad.Actions.Eval XMonad.Prompt.Eval
 --                         XMonad.Hooks.EvalServer
 
