NOTICE: This package has been removed from pkgsrc

./wip/hs-case-insensitive, Case insensitive string comparison

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.0.0, Package name: hs-case-insensitive-1.2.0.0, Maintainer: pho

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.


Required to run:
[wip/ghc] [devel/hs-text] [devel/hs-hashable]

Master sites:

SHA1: 39607bacad6ff6d5af0f6ebe8bc98aced7c5ae5d
RMD160: c063d05ce7d1cc6b623b67b717f1e7d22352d02e
Filesize: 5.073 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-05 23:39:09 by Ryosuke Moro | Files touched by this commit (12) | Package removed
Log message:
Remove hs-case-insensitive, imported to pkgsrc/textproc.
   2014-09-04 23:32:56 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 1.2.0.0

Changes from https://github.com/basvandijk/case-insensitive
1.2.0.0
 - Derived a Data instance for CI
   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58)
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-01-14 22:17:52 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 1.1.0.3

changes:
1.1.0.3
 - Support text-1.1
1.1.0.2
 - Support text-1.0
   2013-12-05 10:04:28 by PHO / phonohawk | Files touched by this commit (4)
Log message:
Relax build-depends to compile with text-1.0.*