diff --git a/twitter-feed.cabal b/twitter-feed.cabal
--- a/twitter-feed.cabal
+++ b/twitter-feed.cabal
@@ -1,5 +1,5 @@
 name:                twitter-feed
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:            Client for fetching Twitter timeline via Oauth
 description:         Fetches a user timeline from Twitter, and optionally linkifies the results using the Twitter entity API.
 homepage:            https://github.com/stackbuilders/twitter-feed
@@ -39,7 +39,7 @@
     base,
     twitter-feed,
     containers           >= 0.5 && < 0.6,
-    HUnit                >= 1.2 && < 1.3,
+    HUnit                >= 1.2 && < 1.4,
     test-framework       >= 0.8 && < 0.9,
     test-framework-hunit >= 0.3 && < 0.4
 
