Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2011 21:26:42 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/ghc bsd.hackage.mk ports/textproc Makefile ports/textproc/hs-case-insensitive Makefile distinfo pkg-descr
Message-ID:  <201107102126.p6ALQgoY014807@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107102126.p6ALQgoY014807>