Skip to content

Commit

Permalink
Merge pull request #155 from Wizek/patch-1
Browse files Browse the repository at this point in the history
Remove outdated information regarding PCRE.Text
  • Loading branch information
cdornan committed Dec 14, 2018
2 parents b3e4a85 + 275577d commit 8ec365a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/re-tutorial.lhs
Expand Up @@ -44,10 +44,6 @@ to answer two questions:
is for you, otherwise it is the PCRE back end, which is housed in
a seperate `regex-with-pcre` package.
2. Which Haskell type is being used for the text I need to match? This
can influence as, at the time of writing, the `PCRE` `regex` back end
[does not support the`Text` types](https://github.com/iconnect/regex/issues/58).
The import statement will in general look like this
```
import Text.RE.<back-end>.<text-type>
Expand Down

0 comments on commit 8ec365a

Please sign in to comment.