diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 03:18:12 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 03:18:12 +0000 |
commit | 91ff17f09dc301f22f1eea5cfae7c85261207d3e (patch) | |
tree | 07959ff64f6d6ca9e8f14877517c29a4ff72b5e0 /www/Makefile | |
parent | Remove quotes from BROKEN as they are not required (diff) |
CSS parser and renderer.
WWW: http://www.yesodweb.com/
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=291658
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4cebdfbe399e..69da10f9ac32 100644 --- a/www/Makefile +++ b/www/Makefile @@ -280,6 +280,7 @@ SUBDIR += hotcrp SUBDIR += hs-HTTP SUBDIR += hs-cgi + SUBDIR += hs-css-text SUBDIR += hs-hS3 SUBDIR += hs-happstack SUBDIR += hs-happstack-data |