           SPELL=haskell-diff
         PACKAGE=Diff
         VERSION=1.0.2
          SOURCE="Diff-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/Diff-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:93b693e1117aa45d7c168d592b44feea49337f8f6df13e6f6910b6676b8aff1f7b3d67dab2e24254af238a61eb53603a8665c23f233d0dc4f59ca10d194c82f1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Diff-${VERSION}"
        WEB_SITE="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927"
      LICENSE[0]=BSD3
         ENTERED=20260818
           SHORT="Diff algorithm in pure Haskell"
cat << EOF
Implementation of the standard diff algorithm in Haskell.

Time complexity is O(ND) (input length * number of differences). Space
complexity is O(D^2).  Includes utilities for pretty printing.
EOF
