Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20450

Added Files:
        ghc-split.info 
Log Message:
New package ghc-split

--- NEW FILE: ghc-split.info ---
Package: ghc-split
Version: 0.2.2
Revision: 1
Source: http://hackage.haskell.org/packages/archive/split/%v/split-%v.tar.gz
Source-MD5: 8178c7e70b07fe4415d7dbd12617e8b5
SourceDirectory: split-%v

Depends: ghc (<< 7.6.4-1)

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: CHANGES LICENSE README register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Combinator library for splitting lists
DescDetail: <<
A collection of various methods for splitting lists into parts, akin
to the "split" function found in several mainstream languages. Here is
its tale:

Once upon a time the standard Data.List module held no function for
splitting a list into parts according to a delimiter. Many a brave
lambda-knight strove to add such a function, but their striving was in
vain, for Lo, the Supreme Council fell to bickering amongst themselves
what was to be the essential nature of the One True Function which
could cleave a list in twain (or thrain, or any required number of
parts).

And thus came to pass the split package, comprising divers functions
for splitting a list asunder, each according to its nature. And the
Supreme Council had no longer any grounds for argument, for the
favored method of each was contained therein.

To get started, see the Data.List.Split module.
<<
Homepage: http://hackage.haskell.org/package/split
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to