           SPELL=haskell-tls
         VERSION=1.4.1
          SOURCE="tls-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/tls-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:a72435af9d3188fb19d6367089bc598ec17e845eccfbeb3457da89c3a3eb3f47b6041b4d2be6bff63e0c40e110b1eb8b176380e5acb82641869df4dfb871d9fd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tls-${VERSION}"
        WEB_SITE="http://github.com/vincenthz/hs-tls"
      LICENSE[0]=BSD
         ENTERED=20150802
           SHORT="native Haskell TLS and SSL protocol implementation for server and client"
cat << EOF
Native Haskell TLS and SSL protocol implementation for server and client.

This provides a high-level implementation of a sensitive security protocol,
eliminating a common set of security issues through the use of the advanced
type system, high level constructions and common Haskell features.

Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, and
support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key
exchanges, and many extensions.
EOF
