diff --git a/hspec-attoparsec.cabal b/hspec-attoparsec.cabal
--- a/hspec-attoparsec.cabal
+++ b/hspec-attoparsec.cabal
@@ -1,5 +1,5 @@
 name:                hspec-attoparsec
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Utility functions for testing your attoparsec parsers with hspec
 description:         This package provides some helper functions for testing attoparsec parsers with hspec.
                      .
@@ -10,7 +10,7 @@
 license-file:        LICENSE
 author:              Alp Mestanogullari
 maintainer:          alpmestan@gmail.com
-copyright:           2014 Alp Mestanogullari
+copyright:           2014-2015 Alp Mestanogullari
 category:            Testing, Parsing
 build-type:          Simple
 cabal-version:       >=1.10
diff --git a/src/Test/Hspec/Attoparsec.hs b/src/Test/Hspec/Attoparsec.hs
--- a/src/Test/Hspec/Attoparsec.hs
+++ b/src/Test/Hspec/Attoparsec.hs
@@ -1,4 +1,5 @@
-{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE OverloadedStrings,
+			 FlexibleContexts #-}
 -- |
 -- Module       : Test.Hspec.Attoparsec
 -- Copyright    : (c) 2014 Alp Mestanogullari
