2024-04-28 18:43:13 by Masatake Daimon | Files touched by this commit (1) |
Log message: devel/hs-newtype-generics: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. |
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:12:17 by Masatake Daimon | Files touched by this commit (1) |
Log message: devel/hs-newtype-generics: 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-26 11:50:14 by Masatake Daimon | Files touched by this commit (5) |
Log message: devel/hs-newtype-generics: import hs-newtype-generics-0.6.2 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. Generics support was added in version 0.4, making this package a full replacement for the original newtype package, and a better alternative to newtype-th. |