diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
commit | c7a47a981222b062ac48e4edc5cae32fbed2b9c7 (patch) | |
tree | a1af1f5739f0a44d179f6f44b2ea70e07401da25 /textproc/Makefile | |
parent | 63b87600f00dd6e3a998a1862f7c209aa5e62523 (diff) | |
download | freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.gz freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.zst freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.zip |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e990f9b3b86c..76bc97d4a3a1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -227,13 +227,25 @@ SUBDIR += hs-feed SUBDIR += hs-highlighting-kate SUBDIR += hs-hs-bibutils + SUBDIR += hs-html SUBDIR += hs-hxt + SUBDIR += hs-hxt-charproperties + SUBDIR += hs-hxt-regex-xmlschema + SUBDIR += hs-hxt-unicode SUBDIR += hs-libxml + SUBDIR += hs-lhs2tex SUBDIR += hs-pandoc + SUBDIR += hs-pandoc-types + SUBDIR += hs-parsec SUBDIR += hs-polyparse + SUBDIR += hs-regex-base + SUBDIR += hs-regex-compat + SUBDIR += hs-regex-pcre-builtin + SUBDIR += hs-regex-posix SUBDIR += hs-stringsearch SUBDIR += hs-tagsoup SUBDIR += hs-texmath + SUBDIR += hs-xhtml SUBDIR += hs-xml SUBDIR += hsb-aspell SUBDIR += htdig |