diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-01 21:43:49 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-01 21:43:49 +0800 |
commit | 8744e028484db52ce50006b178d5b32a59f7c9f7 (patch) | |
tree | 3388e8a19276d9ca1d8cc57a6f8e560884724f32 /www/Makefile | |
parent | 59c28b637954fc9fd20d647cbd6398ea33949a82 (diff) | |
download | freebsd-ports-gnome-8744e028484db52ce50006b178d5b32a59f7c9f7.tar.gz freebsd-ports-gnome-8744e028484db52ce50006b178d5b32a59f7c9f7.tar.zst freebsd-ports-gnome-8744e028484db52ce50006b178d5b32a59f7c9f7.zip |
This is the Haskell S3 library. It provides an interface to Amazon's Simple
Storage Service (S3), allowing Haskell developers to reliably store and
retrieve arbitrary amounts of data from anywhere on the Internet.
WWW: http://gregheartsfield.com/hS3/
Obtained from: FreeBSD Haskell
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 7d3c13910069..eabf15713346 100644 --- a/www/Makefile +++ b/www/Makefile @@ -313,6 +313,7 @@ SUBDIR += hotcrp SUBDIR += hs-HTTP SUBDIR += hs-cgi + SUBDIR += hs-hS3 SUBDIR += hs-fastcgi SUBDIR += hs-http-server SUBDIR += hs-http-types |