diff --git a/Text/Shakespeare/Base.hs b/Text/Shakespeare/Base.hs
--- a/Text/Shakespeare/Base.hs
+++ b/Text/Shakespeare/Base.hs
@@ -80,7 +80,7 @@
     return res
   where
     delim = (many1 (char ' ') >> return())
-            <|> lookAhead (char '(' >> return ())
+            <|> lookAhead (oneOf "(\"" >> return ())
     derefOp = try $ do
         _ <- char '('
         x <- many1 $ noneOf " \t\n\r()"
diff --git a/shakespeare.cabal b/shakespeare.cabal
--- a/shakespeare.cabal
+++ b/shakespeare.cabal
@@ -1,5 +1,5 @@
 name:            shakespeare
-version:         0.10.0
+version:         0.10.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
