           SPELL=haskell-code-page
         VERSION=0.1.3
          SOURCE="code-page-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/code-page-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:1a8f650051d749840562d4ac8789f9834afa73e64582f2781d542d281d894c420cdb7a5b8a2bf30c983bec99a27bec8b63a32b1cabd3ab26a964e0a9b9b647bc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/code-page-${VERSION}"
        WEB_SITE="https://github.com/RyanGlScott/code-page"
      LICENSE[0]=BSD
         ENTERED=20180121
           SHORT="code-page support for haskell"
cat << EOF
This library provides two modules:

* System.IO.CodePage: a cross-platform module that exports functions which
  adjust code pages on Windows, and do nothing on other operating systems.

* System.Win32.CodePage: On Windows, this exports functions for getting,
  setting, and analyzing code pages. On other operating systems, this module
  exports nothing.
EOF
