diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-01-12 22:11:25 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-01-12 22:11:25 +0000 |
commit | f879f12e253f37e89d7b233f6b86547f2021db2e (patch) | |
tree | 02e1c0088e84a8e1671870e9f4f646f07710db55 /textproc/Makefile | |
parent | ea43a77058b80cf44e58513500d1970cd5efefd0 (diff) |
Basic implementation of the standard diff algorithm in Haskell.
WWW: http://hackage.haskell.org/package/Diff
PR: ports/142564
Submitted by: Jacula Modyun <jacula(at)gmail.com>
Notes
Notes:
svn path=/head/; revision=247758
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d848787c10f4..a25c0f01c0c4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -217,6 +217,7 @@ SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell + SUBDIR += hs-Diff SUBDIR += hs-bytestring-csv SUBDIR += hs-haxml SUBDIR += hs-highlighting-kate-ghc |