Provides ability to traverse a folder structure efficiently, as well as

convenience wrappers for reading from and writing to files.

WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-24 09:56:58 +00:00
parent 6d13ecc374
commit f0a2b263d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299843
4 changed files with 28 additions and 0 deletions

View File

@ -639,6 +639,7 @@
SUBDIR += hs-file-embed
SUBDIR += hs-filemanip
SUBDIR += hs-filestore
SUBDIR += hs-filesystem-conduit
SUBDIR += hs-gconf
SUBDIR += hs-ghc-events
SUBDIR += hs-ghc-mtl

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: hs-filesystem-conduit
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= filesystem-conduit
PORTVERSION= 0.4.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Use system-filepath data types with conduits
LICENSE= BSD
USE_CABAL= conduit>=0.4 system-fileio>=0.3.3 system-filepath>=0.4.3 \
text>=0.11 transformers>=0.2.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/filesystem-conduit-0.4.0.tar.gz) = ceec0adf0bc5b77b2a0b91c1e1b720ce1d7124ee41d891b9ecc5a7f694ca4582
SIZE (cabal/filesystem-conduit-0.4.0.tar.gz) = 3125

View File

@ -0,0 +1,4 @@
Provides ability to traverse a folder structure efficiently, as well as
convenience wrappers for reading from and writing to files.
WWW: http://github.com/snoyberg/conduit