           SPELL=haskell-case-insensitive
         VERSION=1.2.0.0
          SOURCE="case-insensitive-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/package/case-insensitive-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:bfdcf01256fb7150bcde060d4fba4b6e9e3f750aaa6948ce2bd39f38319e844a14c338def5af896696d41fc613442116ee7b17a1e9f018666eda6c9b3fec3432
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/case-insensitive-${VERSION}"
        WEB_SITE="https://github.com/basvandijk/case-insensitive"
      LICENSE[0]=BSD
         ENTERED=20140227
           SHORT="case insensitive string comparison for haskell"
cat << EOF
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.
EOF
