2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173) |
Log message: Bump all Haskell packages after switching the default compiler. |
2025-01-30 16:43:40 by Masatake Daimon | Files touched by this commit (3) | ![]() |
Log message: devel/hs-dec: update to dec-0.0.6 ## 0.0.6 - Support GHC-8.6.5...9.10.1 |
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
2024-05-01 09:12:06 by Masatake Daimon | Files touched by this commit (1) |
Log message: devel/hs-dec: 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-29 10:37:26 by Masatake Daimon | Files touched by this commit (2) |
Log message: devel/hs-dec: 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-29 05:43:43 by Masatake Daimon | Files touched by this commit (5) |
Log message: devel/hs-dec: import hs-dec-0.0.5 This package provides a Dec type. type Neg a = a -> Void data Dec a = Yes a | No (Neg a) |