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

Added Files:
        ghc-case-insensitive.info 
Log Message:
ghc-case-insensitive 1.0.0.2

--- NEW FILE: ghc-case-insensitive.info ---
Package: ghc-case-insensitive
Version: 1.0.0.2
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/case-insensitive/%v/case-insensitive-%v.tar.gz
Source-MD5: 9aea6f02cd2d3acdbaf184de9de17528
SourceDirectory: case-insensitive-%v

Depends: ghc (<< 7.6.4-1), ghc-hashable, ghc-text

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: README.markdown LICENSE register.sh unregister.sh

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

Description: Case insensitive string comparison
DescDetail: <<
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
<<
Homepage: http://hackage.haskell.org/package/case-insensitive
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