NOTICE: This package has been removed from pkgsrc

./wip/hs-numeric-prelude, Experimental alternative hierarchy of numeric type classes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.2, Package name: hs-numeric-prelude-0.1.2, Maintainer: pho

Revisiting the Numeric Classes

The Prelude for Haskell 98 offers a well-considered set of numeric
classes which covers the standard numeric types (Integer, Int,
Rational, Float, Double, Complex) quite well. But they offer limited
extensibility and have a few other flaws.


Required to run:
[wip/ghc] [wip/hs-QuickCheck1] [wip/hs-utility-ht] [wip/hs-storable-record] [textproc/hs-parsec]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: cb2206a8f5d10be8b96b98efd52519d21b1b4b1d
RMD160: 5621160f272f33efdd6da5b88aeaace8245b3db7
Filesize: 147.194 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-19 23:28:46 by Ryosuke Moro | Files touched by this commit (81)
Log message:
Remove hs-parsec, imported to pkgsrc/textproc.
Remove hs-data-default-instances-base, hs-data-default-instances-containers,
hs-data-default-instances-dlist, hs-data-default-instances-old-locale,
imported to pkgsrc/devel.
   2009-09-23 13:52:42 by PHO / phonohawk | Files touched by this commit (6) | Imported package
Log message:
Import hs-numeric-prelude-0.1.2 as wip/hs-numeric-prelude.

Revisiting the Numeric Classes

The Prelude for Haskell 98 offers a well-considered set of numeric
classes which covers the standard numeric types (Integer, Int,
Rational, Float, Double, Complex) quite well. But they offer limited
extensibility and have a few other flaws.