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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.2.0nb3, Package name: hs-newtype-0.2.2.0nb3, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 4.739 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-24 14:04:04 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-newtype: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-24 17:00:22 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-newtype: Use HASKELL_UNRESTRICT_DEPENDENCIES
   2022-09-07 04:56:00 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-newtype: import hs-newtype-0.2.2.0

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