           SPELL=haskell-stringsearch
         VERSION=0.3.6.6
          SOURCE="stringsearch-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/stringsearch-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:a642934981318b399a7fcfbf0134d5d02d8d072591bcfed7abc57bf6474b86d6c7bc6cf11f44ace6db579a0297877850fd9049be69b61f4f9964cd72455b14e0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/stringsearch-${VERSION}"
        WEB_SITE="https://bitbucket.org/dafis/stringsearch"
      LICENSE[0]=BSD
         ENTERED=20150802
           SHORT="fast searching, splitting and replacing of ByteStrings"
cat << EOF
This package provides several functions to quickly search for substrings
in strict or lazy ByteStrings. It also provides functions for breaking or
splitting on substrings and replacing all occurrences of a substring (the
first in case of overlaps) with another.
EOF
