2021-04-23 08:18:23 by Masatake Daimon | Files touched by this commit (2) |
Log message:
Update PLIST
|
2020-08-24 14:15:50 by Masatake Daimon | Files touched by this commit (2) |
Log message:
Fix build with the upcoming GHC 8.8.4
|
2020-06-22 00:21:03 by Roland Illig | Files touched by this commit (4) |
Log message:
mk/haskell.mk: fix PLIST generation for Haskell packages
The package textproc/hs-cgrep does not install a Haskell library. This
was unexpected to mk/haskell.mk, which generated an obviously wrong PLIST
file for that package, and for 3 other packages.
Noticed by wiz.
|
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.
|
2019-12-31 15:24:58 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Import fail-4.9.0.0
This package contains the Control.Monad.Fail module providing the
MonadFail class that became available in base-4.9.0.0 for older base
package versions.
This package turns into an empty package when used with GHC versions
which already provide the Control.Monad.Fail module to make way for
GHC's own Control.Monad.Fail module.
|