           SPELL=haskell-cabal-install
         VERSION=3.18.1.0
          SOURCE="cabal-install-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/cabal-install-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:1be98954a196048482cc713ce5fcdde52fc13265308f2ad82d480c2315d9badc92cce626aa2a713817ed0adf2991c02bf36247a7dbe3f7967cf2c289cf77abac
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cabal-install-${VERSION}"
        WEB_SITE="https://www.haskell.org/cabal/"
      LICENSE[0]=BSD
         ENTERED=20180117
           SHORT="a command-line program that simplifies managing haskell software"
cat << EOF
Cabal is a system for building and packaging Haskell libraries and programs. It
defines a common interface for package authors and distributors to easily build
their applications in a portable way. Cabal is part of a larger infrastructure
for distributing, organizing, and cataloging Haskell libraries and programs.

Specifically, the Cabal describes what a Haskell package is, how these packages
interact with the language, and what Haskell implementations must to do to
support packages. The Cabal also specifies some infrastructure (code) that
makes it easy for tool authors to build and distribute conforming packages.
EOF
