           SPELL=haskell-semialign
         VERSION=1.4
          SOURCE="semialign-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/semialign-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:cb19e324268d163da5a5bd17e9dfae89265919d30944a0df1e28855412104f256cddeacbb2e76818d06da60e07a08bc5635aae4171e7386aad3d8d099db6966d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/semialign-${VERSION}"
        WEB_SITE="https://github.com/haskellari/these"
      LICENSE[0]=BSD3
         ENTERED=20260818
           SHORT="Align and Zip type-classes from the common Semialign ancestor."
cat << EOF
The major use of @These@ of this is provided by the @align@ member of
@Semialign@ class, representing a generalized notion of "zipping with padding"
that combines structures without truncating to the size of the smaller input.

It turns out that @zip@ operation fits well the @Semialign@ class, forming
lattice-like structure.
EOF
