           SPELL=haskell-scientific
         VERSION=0.3.8.1
          SOURCE="scientific-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/scientific-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:04dc817e0844aca809257fccf9013aa40d1695e3068a98c3b5576a913d6bcf2d86ad9999429d52b30786d9aa2c467cf18e360a990bfd9093bdc63f08e9c3c526
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/scientific-${VERSION}"
        WEB_SITE="http://hackage.haskell.org/package/scientific"
      LICENSE[0]=BSD
         ENTERED=20140221
           SHORT="arbitrary-precision floating-point numbers represented using scientific notation"
cat << EOF
A Scientific number is an arbitrary-precision floating-point number represented
using scientific notation.

A scientific number with coefficient c and base10Exponent e corresponds to the
Fractional number: fromInteger c * 10 ^^ e

Its primary use-case is to serve as the target of parsing floating point
numbers. Since the textual representation of floating point numbers use
scientific notation they can be efficiently parsed to a Scientific number. 
EOF
