pkgsrc/math/hs-scientific/PLIST
szptvlfn 8d39c22415 Update to 0.3.3.0
changelog:
0.3.3.0
    * Add the isFloating or isInteger predicates.
      Courtesy of Zejun Wu (@watashi).
    * Add the toRealFloat' and toBoundedInteger functions.
      Courtesy of Fujimura Daisuke (@fujimura).

0.3.2.2
    * Enable package to link with integer-simple instead of
      integer-gmp using the -finteger-simple cabal flag.
      Courtesy of @k0ral.

0.3.2.1

    * Parameterize inclusion of the Data.ByteString.Builder.Scientific
      module using the bytestring-builder flag. Disabling this flag
      allows building on GHC-7.0.4 which has bytestring-0.9 installed
      by default.

0.3.2.0

    * Add the floatingOrInteger function
    * Fix build on GHC-7.0.4
    * More efficient and better behaving magnitude computation
    * Lower the number of cached magnitudes to 324 (same as GHC.Float)

0.3.1.0

    * Don't normalize on construction but do it when pretty-printing
      instead. Also provide a manual normalize function.
    * Improve efficiency of toRealFloat
    * Added note about caching magnitudes
    * Dropped dependency on arithmoi
    * Make benchmark easier to build
    * Add junit XML output support (for Jenkins)

0.3.0.2

    * Lower the minimal QuickCheck version.
    * Make sure sized exponents are generated in the QuickCheck tests.

0.3.0.1

    * Fix build for bytestring-0.10.0.*

0.3.0.0

    * Fix a DoS vulnerability that allowed an attacker to crash the
      process by sending a scientific with a huge exponent like
      1e1000000000.
    * Fix various RealFrac methods.
    * Cache some powers of 10 to speed up the magnitude computation.
    * Normalize scientific numbers on construction.
    * Move the Text Builder to its own module &
      provide a ByteString builder
    * Added more documentation
2014-08-16 21:54:50 +00:00

26 lines
1.9 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2014/08/16 21:54:50 szptvlfn Exp $
lib/scientific-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Builder/Scientific.hi
lib/scientific-${PKGVERSION}/${HASKELL_VERSION}/Data/Scientific.hi
lib/scientific-${PKGVERSION}/${HASKELL_VERSION}/Data/Text/Lazy/Builder/Scientific.hi
lib/scientific-${PKGVERSION}/${HASKELL_VERSION}/HSscientific-${PKGVERSION}.o
lib/scientific-${PKGVERSION}/${HASKELL_VERSION}/Math/NumberTheory/Logarithms.hi
lib/scientific-${PKGVERSION}/${HASKELL_VERSION}/libHSscientific-${PKGVERSION}.a
lib/scientific-${PKGVERSION}/${HASKELL_VERSION}/package-description
share/doc/scientific-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/Data-ByteString-Builder-Scientific.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/Data-Scientific.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/Data-Text-Lazy-Builder-Scientific.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/doc-index.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/frames.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/haddock-util.js
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/hslogo-16.png
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/index-frames.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/mini_Data-ByteString-Builder-Scientific.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/mini_Data-Scientific.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/mini_Data-Text-Lazy-Builder-Scientific.html
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/minus.gif
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/ocean.css
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/plus.gif
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/scientific.haddock
${PLIST.doc}share/doc/scientific-${PKGVERSION}/html/synopsis.png