2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475) |
Log message: *: Bump PKGREVISION for ghc-9.0.1 |
2021-04-23 09:13:57 by Masatake Daimon | Files touched by this commit (4) |
Log message: Update to StateVar-1.2.1 * Explicitly mark Data.StateVar as Safe (or Trustworthy for GHC before 7.10). |
2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190) |
Log message: hs-*: add PLIST files These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files. |
2020-01-11 11:41:29 by Masatake Daimon | Files touched by this commit (2) |
Log message: Remove dependency on devel/hs-stm It's now part of GHC. |
2020-01-01 03:22:40 by Masatake Daimon | Files touched by this commit (4) |
Log message: Import StateVar-1.2 from wip This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state. |