diff --git a/wordchoice.cabal b/wordchoice.cabal
--- a/wordchoice.cabal
+++ b/wordchoice.cabal
@@ -1,5 +1,5 @@
 name:                wordchoice
-version:             0.1.2.3
+version:             0.1.2.4
 synopsis:            Get word counts and distributions
 description:         A command line tool to compute the word distribution from various types of document, converting to text with pandoc.
 homepage:            https://github.com/githubuser/wordchoice#readme
@@ -41,8 +41,7 @@
                      , system-filepath
                      , Chart-diagrams
                      , lens
-  if impl(ghc == 7.10)
-    build-depends: transformers
+                     , transformers
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings
 
