cvs commit: ports/lang/ghc bsd.hackage.mk ports/textproc Makefile ports/textproc/hs-case-insensitive Makefile distinfo pkg-descr

Ashish SHUKLA ashish at FreeBSD.org
Sun Jul 10 21:26:42 UTC 2011


ashish      2011-07-10 21:26:42 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
    textproc             Makefile 
  Added files:
    textproc/hs-case-insensitive Makefile distinfo pkg-descr 
  Log:
  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.
  
  WWW: http://hackage.haskell.org/package/case-insensitive
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.33      +2 -1      ports/lang/ghc/bsd.hackage.mk
  1.1567    +1 -0      ports/textproc/Makefile
  1.1       +21 -0     ports/textproc/hs-case-insensitive/Makefile (new)
  1.1       +2 -0      ports/textproc/hs-case-insensitive/distinfo (new)
  1.1       +6 -0      ports/textproc/hs-case-insensitive/pkg-descr (new)


More information about the cvs-all mailing list