SPELL=haskell-tar VERSION=0.5.1.0 SOURCE="tar-${VERSION}.tar.gz" SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE} SOURCE_HASH=sha512:60992ef69be64430d7d322816940182ce91669cb31b6612789abf0fca42e8fa292b2f96f284b1857d82e58e159bc5bebdefef97f7c8e3edb85be4836f0b5eb1c SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tar-${VERSION}" WEB_SITE="http://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