summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-regex-applicative/README
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2018-10-26 11:00:05 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:47:41 +0700
commit4f0e2ed6aa8ea4bbfde8063c899b5f86b6402c32 (patch)
tree4d49d6b3d3f3e085debdd67c3f59ca2d9fcbf6eb /haskell/haskell-regex-applicative/README
parent68dbd70759c4e9433c21cef1e1926d097ad07698 (diff)
downloadslackbuilds-4f0e2ed6aa8ea4bbfde8063c899b5f86b6402c32.tar.gz
slackbuilds-4f0e2ed6aa8ea4bbfde8063c899b5f86b6402c32.tar.xz
haskell/haskell-regex-applicative: Updated for version 0.3.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-regex-applicative/README')
-rw-r--r--haskell/haskell-regex-applicative/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-regex-applicative/README b/haskell/haskell-regex-applicative/README
index befe3892f5..f01416d7fc 100644
--- a/haskell/haskell-regex-applicative/README
+++ b/haskell/haskell-regex-applicative/README
@@ -1,4 +1,4 @@
-regex-applicative is a Haskell library for parsing using regular
+regex-applicative is a Haskell library for parsing using regular
expressions. Parsers can be built using Applicative interface.
Perl programmers often use regular expressions for parsing, even if it is not