diff --git a/wordchoice.cabal b/wordchoice.cabal
--- a/wordchoice.cabal
+++ b/wordchoice.cabal
@@ -1,13 +1,13 @@
 name:                wordchoice
-version:             0.1.2.2
+version:             0.1.2.3
 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
 license:             BSD3
 license-file:        LICENSE
-author:              Author name here
-maintainer:          example@example.com
-copyright:           2017 Author name here
+author:              Vanessa McHale
+maintainer:          vanessa.mchale@reconfigure.io
+copyright:           2017 Vanessa McHale
 category:            Web
 build-type:          Simple
 extra-source-files:  README.md
@@ -41,6 +41,8 @@
                      , system-filepath
                      , Chart-diagrams
                      , lens
+  if impl(ghc == 7.10)
+    build-depends: transformers
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings
 
