diff --git a/Data/Attoparsec/Text.hs b/Data/Attoparsec/Text.hs
--- a/Data/Attoparsec/Text.hs
+++ b/Data/Attoparsec/Text.hs
@@ -58,6 +58,7 @@
     -- * Efficient string handling
     , I.string
     , I.skipWhile
+    , I.scan
     , I.take
     , I.takeWhile
     , I.takeWhile1
diff --git a/attoparsec.cabal b/attoparsec.cabal
--- a/attoparsec.cabal
+++ b/attoparsec.cabal
@@ -1,5 +1,5 @@
 name:            attoparsec
-version:         0.10.0.1
+version:         0.10.0.2
 license:         BSD3
 license-file:    LICENSE
 category:        Text, Parsing
