diff --git a/README.lhs b/README.lhs
--- a/README.lhs
+++ b/README.lhs
@@ -6,7 +6,7 @@
 
 Example:
 
-~~~ {.haskell .literate}
+~~~ {.haskell}
 {-# LANGUAGE CPP #-}
 import           Prelude hiding (takeWhile)
 import           Data.Text      (Text)
diff --git a/attoparsec-parsec.cabal b/attoparsec-parsec.cabal
--- a/attoparsec-parsec.cabal
+++ b/attoparsec-parsec.cabal
@@ -1,5 +1,5 @@
 name:             attoparsec-parsec
-version:          0.0.1
+version:          0.0.2
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011, 2012 Simon Hengel
@@ -57,26 +57,30 @@
   main-is:
       Spec.hs
   build-depends:
-      base, attoparsec-parsec, text, hspec-shouldbe, hspec-discover, QuickCheck
+      base
+    , attoparsec-parsec
+    , text
+    , hspec >= 1.3
+    , QuickCheck
 
 test-suite readme-parsec
   type:
       exitcode-stdio-1.0
   ghc-options:
-      -Wall -Werror -pgmL pandoc-unlit
+      -Wall -Werror -pgmL markdown-unlit
   main-is:
       README.lhs
   build-depends:
-      base, attoparsec-parsec, text
+      base, attoparsec-parsec, text, markdown-unlit
 
 test-suite readme-attoparsec
   type:
       exitcode-stdio-1.0
   ghc-options:
-      -Wall -Werror -pgmL pandoc-unlit
+      -Wall -Werror -pgmL markdown-unlit
   cpp-options:
       -DUSE_ATTOPARSEC
   main-is:
       README.lhs
   build-depends:
-      base, attoparsec, text
+      base, attoparsec, text, markdown-unlit
