Version: 0.3.4.6, Package name: hs-scientific-0.3.4.6 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Data.Scientific provides a space efficient and arbitrary precision scientific number type. Scientific numbers are represented using scientific notation. It uses a coefficient c :: Integer and a base-10 exponent e :: Int (do note that since we're using an Int to represent the exponent these numbers aren't truly arbitrary precision). A scientific number corresponds to the Fractional number: fromInteger c * 10 ^^ e. The main application of Scientific is to be used as the target of parsing arbitrary precision numbers coming from an untrusted source. |
Filesize: 21.418 KB |
Version History (View Complete History) |
|
2021-03-03 23:05:55 by Greg Steuck | Files touched by this commit (5) |
Log message: Remove unused devel/hs-scientific |
2019-09-30 06:58:11 by Matthias Kilian | Files touched by this commit (85) |
Log message: Adapt for ghc-8.6.4. Joint work with Greg Steuck. |
2019-09-10 07:51:31 by Matthias Kilian | Files touched by this commit (215) |
Log message: Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag. ghc and the hs-packages now simply include the necessary (haskell) package description files in lib/ghc/package.conf.d and update the package.cache by running ghc-pkg recache at the end. register and unregister scripts are no longer needed. |
2019-07-17 08:49:22 by Daniel Jakots | Files touched by this commit (56) |
Log message: Remove unresponsive maintainers If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@ |
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-01-22 14:23:53 by Matthias Kilian | Files touched by this commit (10) |
Log message: Update MODGHC_PACKAGE_KEY, patch dependency metadata in the .cabal file, tweak dependencies and bump for ghc-8.2.2. |
2016-01-29 13:28:09 by Matthias Kilian | Files touched by this commit (46) |
Log message: Let portroach ignore ports on which meta/haskell-platform depends. Except lang/ghc for now (in case someone doesn't like my diff on ports@). |
2016-01-20 09:22:29 by Matthias Kilian | Files touched by this commit (65) |
Log message: Dump after ghc changes. |
2015-12-20 04:30:36 by Matthias Kilian | Files touched by this commit (13) |
Log message: Adjust MODGHC_PACKAGE_KEY. |
2015-09-19 02:04:42 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to hs-scientific-0.3.3.8. This is now a dependency of haskell-platform. |
2015-01-09 04:32:11 by David Coppa | Files touched by this commit (6) |
Log message: Updates: devel/hs-uuid-1.3.6 -> 1.3.8 devel/hs-scientific-0.3.3.1 -> 0.3.3.5 database/hs-postgresql-simple-0.4.6.0 -> 0.4.9.0 From maintainer David Schaefer |
2014-11-25 15:11:05 by Matthias Kilian | Files touched by this commit (56) |
Log message: Update dependencies and plists and bump. |