           SPELL=haskell-tar
         VERSION=0.7.1.0
          SOURCE="tar-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:4a69a4fb93dfe98e4ec202927eebff42cc1f2c2dc07d166434382fcf41b0aef21f44424fb9266737f2df4ca161c936ff81152197cb65d3d4d08c6fb05cee631f
         SOURCE2="tar-${VERSION}-rev1.cabal"
  SOURCE2_URL[0]=https://hackage.haskell.org/package/tar-${VERSION}/revision/1.cabal
    SOURCE2_HASH=sha512:668b4b74894a1532cdaf80b36d5c27c2abfc5a5ab514e6a32041bfde604fb9c03f1bf50cdb6f0e9a3dd0cde2bffc5e118eccc136a620dc1914e0a0fcd2d39aac
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tar-${VERSION}"
        WEB_SITE="https://hackage.haskell.org/package/tar"
      LICENSE[0]=BSD3
         ENTERED=20130303
           SHORT="reading, writing and manipulating tar archive files"
cat << EOF
This library is for working with "@.tar@" archive files. It can read and
write a range of common variations of archive format including V7, USTAR,
POSIX and GNU formats. It provides support for packing and unpacking portable
archives. This makes it suitable for distribution but not backup because
details like file ownership and exact permissions are not preserved.
EOF
