Skip to content

Commit

Permalink
fromString isn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Aug 16, 2015
1 parent edfe55d commit 212afc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Text/Shakespeare/BaseSpec.hs
Expand Up @@ -6,7 +6,7 @@ import Text.Shakespeare
import Text.ParserCombinators.Parsec (parse, ParseError, (<|>))
import Text.Shakespeare.Base (parseVarString, parseUrlString, parseIntString)
import Language.Haskell.TH.Syntax (Exp (VarE))
import Data.Text.Lazy.Builder (fromString, toLazyText, fromLazyText)
import Data.Text.Lazy.Builder (toLazyText, fromLazyText)
import Data.Text.Lazy (pack)

-- run :: Text.Parsec.Prim.Parsec Text.Parsec.Pos.SourceName () c -> Text.Parsec.Pos.SourceName -> c
Expand Down

0 comments on commit 212afc6

Please sign in to comment.