           SPELL=haskell-hspec-discover
         VERSION=2.5.9
          SOURCE="hspec-discover-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/hspec-discover-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:0aea7d6246cc5234e59dd916a413631b92f76782e79d228b505001f96cd0a303f0c5e4d604de4cb285e9bb037975ca874ff90fbd96d0e0a3396e4e1b8f947bb6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hspec-discover-${VERSION}"
        WEB_SITE="http://hspec.github.io/"
      LICENSE[0]=MIT
         ENTERED=20180128
           SHORT="automatically discover and run Hspec tests"
cat << EOF
Hspec is a testing framework for Haskell. It is inspired by the Ruby library
RSpec. Some of Hspec's distinctive features are:

  * a friendly DSL for defining tests * integration with QuickCheck,
  SmallCheck, and HUnit * parallel test execution * automatic discovery of
  test files
EOF
