Version: 1.0.1.2, Package name: hs-html-1.0.1.2 |
Maintained by: Matthias Kilian |
Master sites: |
Description An Html combinator library. |
Filesize: 10.763 KB |
Version History (View Complete History) |
|
2019-09-30 07:02:02 by Matthias Kilian | Files touched by this commit (2) |
Log message: Adapt for ghc-8.6.4. Joint work with Greg Steuck. |
2019-09-10 07:51:31 by Matthias Kilian | Files touched by this commit (215) |
Log message: Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag. ghc and the hs-packages now simply include the necessary (haskell) package description files in lib/ghc/package.conf.d and update the package.cache by running ghc-pkg recache at the end. register and unregister scripts are no longer needed. |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-01-22 14:49:44 by Matthias Kilian | Files touched by this commit (2) |
Log message: Update MODGHC_PACKAGE_KEY and plist, bump. |
2016-01-29 13:28:09 by Matthias Kilian | Files touched by this commit (46) |
Log message: Let portroach ignore ports on which meta/haskell-platform depends. Except lang/ghc for now (in case someone doesn't like my diff on ports@). |
2016-01-20 09:26:20 by Matthias Kilian | Files touched by this commit (40) |
Log message: Bump after ghc changes. |
2015-12-20 04:35:47 by Matthias Kilian | Files touched by this commit (3) |
Log message: Adjust MODGHC_PACKAGE_KEY. |
2015-09-19 02:22:11 by Matthias Kilian | Files touched by this commit (2) |
Log message: Set MODGHC_PACKAGE_KEY and adjust plist. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2014-11-22 13:59:42 by Matthias Kilian | Files touched by this commit (24) |
Log message: Update plists (and bump). |
2011-04-23 14:24:27 by Matthias Kilian | Files touched by this commit (11) |
Log message: New distinfo after DIST_SUBDIR change in ghc.port.mk. |
2011-04-11 08:55:41 by Matthias Kilian | Files touched by this commit (6) |
Log message: Bump after ghc update. |
2010-11-03 16:18:39 by Matthias Kilian | Files touched by this commit (6) |
Log message: w bumpski |
2010-10-28 07:54:20 by Jasper Lievisse Adriaanse | Files touched by this commit (12) |
Log message: - regen plist after recent ghc.port.mk change - adjust @exec/@unexec accordingly "just go ahead" kili@ |
2010-07-17 07:56:14 by Matthias Kilian | Files touched by this commit (21) |
Log message: Switch to REVISION. |
2010-06-15 11:18:51 by Matthias Kilian | Files touched by this commit (33) |
Log message: Bump after ghc update. |
2010-06-06 04:06:45 by Matthias Kilian | Files touched by this commit (38) |
Log message: Bump after the stupid ABI changes in GHC. |
2010-05-19 09:58:23 by Matthias Kilian | Files touched by this commit (76) |
Log message: Silent register.sh/unregister.sh after the change to Cabal in ghc. Run unregister.sh with `--force'. |
2010-05-14 03:08:27 by Matthias Kilian | Files touched by this commit (70) |
Log message: Use @unexec. I must have been on drugs when using @unexec-delete for unregister.sh in all the new ghc libraries (which leads to bogus registered ghc packages after updates). You can use the command ghc-pkg check to check ghcs internal package list. If it reports missing files for some package (like hashed-storage-0.4.11), you can forcibly unregister it by running (as root) something like ghc-pkg unregister hashed-storage-0.4.11 ok dcoppa@ |