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 12:31:55 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to pretty-show-1.10
* Add support for quasi-quotes, as the preferred way of dealing with
non-properly showable things.
|
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-22 01:22:29 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Add missing BUILD_DEPENDS on devel/happy
|
2020-01-17 18:24:36 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Import pretty-show-1.9.5
A library and an executable for working with derived Show
instances. By using the library, we can parse derived Show instances
into a generic data structure. The ppsh tool uses the library to
produce human-readable versions of Show instances, which can be quite
handy for debugging Haskell programs. We can also render complex
generic values into an interactive Html page, for easier examination.
|