           SPELL=haskell-c2hs
         VERSION=0.28.6
          SOURCE="c2hs-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/c2hs-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:848693ddf787244cc0f100f533030889a1efcef283f06ef609574d9cd0005679fab373172a949408ce6d4b9c97d15a56b0ec11fe39b466ad3f84aa527d2ab1c9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/c2hs-${VERSION}"
        WEB_SITE="https://github.com/haskell/c2hs"
      LICENSE[0]=GPL
         ENTERED=20150805
           SHORT="C->Haskell FFI tool that gives some cross-language type safety"
cat << EOF
C->Haskell assists in the development of Haskell bindings to C libraries. It
extracts interface information from C header files and generates Haskell
code with foreign imports and marshaling. Unlike writing foreign imports by
hand (or using hsc2hs), this ensures that C functions are imported with the
correct Haskell types.
EOF
