2014-05-31 23:36:31 by Ryosuke Moro | Files touched by this commit (18) | |
Log message: Remove hs-base64-bytestring, pkgsrc/converters. Remove hs-scientific, imported to pkgsrc/math. |
2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58) |
Log message: Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel. |
2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119) |
Log message: Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string, imported to pkgsrc/devel. |
2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74) |
Log message: Update MAINTAINER address |
2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message: - ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes |
2014-03-14 13:52:20 by Ryosuke Moro | Files touched by this commit (2) |
Log message: Update to 0.2.0.2 changes: - Widen the dreaded pointlessly tight upper bounds |
2014-01-16 00:22:25 by Ryosuke Moro | Files touched by this commit (5) |
Log message: Import scientific-0.2.0.1 as wip/hs-scientific. 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. |