NOTICE: This package has been removed from pkgsrc

./wip/hs-newtype, Typeclass and set of functions for working with newtypes

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


Branch: CURRENT, Version: 0.2, Package name: hs-newtype-0.2, Maintainer: szptvlfn

Per Conor McBride, the Newtype typeclass represents the packing and
unpacking of a newtype, and allows you to operatate under that newtype with
functions such as ala.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 2c800ef28c45ab33f6289fa596e86a2acb6ebc46
RMD160: 93e5bc3220fc12687d11f38b07ceda5d7c386350
Filesize: 3.395 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-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-01-29 23:18:15 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Import newtype-0.2 as wip/hs-newtype.

Per Conor McBride, the Newtype typeclass represents the packing and
unpacking of a newtype, and allows you to operatate under that newtype with
functions such as ala.