Version: 1.4.1.0, Package name: hs-MissingH-1.4.1.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description MissingH is a library of all sorts of utility functions for Haskell programmers. |
Filesize: 108.833 KB |
Version History (View Complete History) |
|
2020-05-31 13:02:01 by Matthias Kilian | Files touched by this commit (4) |
Log message: Remove devel/hs-MissingH. It was only used by net/hpodder. |
2019-09-30 05:56:35 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to hs-MissingH-1.4.1.0. 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:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-24 10:26:59 by Stuart Henderson | Files touched by this commit (94) |
Log message: reset unresponsive maintainers, various porters have spent a bunch of time waiting for timeouts over the last year or more for many of these ports. ok danj@ jca@ kmos@ |
2018-01-22 14:40:32 by Matthias Kilian | Files touched by this commit (42) |
Log message: Update MODGHC_PACKAGE_KEY and plist, bump. |
2016-06-20 06:19:33 by David Coppa | Files touched by this commit (3) |
Log message: Update to MissingH-1.4.0.1 |
2016-06-01 03:19:45 by David Coppa | Files touched by this commit (6) |
Log message: Updates: devel/hs-hslogger 1.2.9 -> 1.2.10 devel/hs-MissingH 1.3.0.2 -> 1.4.0.0 |
2016-05-17 02:46:19 by David Coppa | Files touched by this commit (2) |
Log message: Update to MissingH-1.3.0.2 |
2016-01-20 09:20:44 by Matthias Kilian | Files touched by this commit (40) |
Log message: Bump after ghc changes. |
2015-12-20 04:24:12 by Matthias Kilian | Files touched by this commit (10) |
Log message: Adjust MODGHC_PACKAGE_KEY. |
2015-09-21 14:30:14 by Matthias Kilian | Files touched by this commit (1) |
Log message: Oops. Forgot yet another dependency. |
2015-09-21 12:27:43 by Matthias Kilian | Files touched by this commit (2) |
Log message: Set MODGHC_PACKAGE_KEY and adjust plist. Fix dependencies. |
2014-11-24 09:07:59 by Matthias Kilian | Files touched by this commit (37) |
Log message: Update plists and bump. |
2014-10-30 03:40:39 by David Coppa | Files touched by this commit (11) |
Log message: Some hs updates: hs-ConfigFile: 1.1.2 -> 1.1.4 hs-HaXml: 1.24.1 -> 1.25 hs-MissingH: 1.2.1.0 -> 1.3.0.1 hs-polyparse: 1.9 -> 1.10 |
2014-10-28 03:13:24 by David Coppa | Files touched by this commit (4) |
Log message: Update to hslogger-1.2.6 |
2011-04-23 14:22:46 by Matthias Kilian | Files touched by this commit (11) |
Log message: New distinfo after DIST_SUBDIR change in ghc.port.mk. |
2011-04-19 13:01:21 by Matthias Kilian | Files touched by this commit (1) |
Log message: This depends on devel/hs-mtl. Problem found by landry@. |
2011-04-11 08:45:16 by Matthias Kilian | Files touched by this commit (69) |
Log message: Bump after ghc update. |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-11-03 16:13:39 by Matthias Kilian | Files touched by this commit (57) |
Log message: bumpski |
2010-10-28 07:51:48 by Jasper Lievisse Adriaanse | Files touched by this commit (110) |
Log message: - regen plist after recent ghc.port.mk change - adjust @exec/@unexec accordingly "just go ahead" kili@ |
2010-09-24 04:09:42 by David Coppa | Files touched by this commit (7) |
Log message: Cleanups for haskell ports. "Looks fine" kili@ |
2010-07-17 07:43:37 by Matthias Kilian | Files touched by this commit (25) |
Log message: Add LIB_DEPENDS to RUN_DEPENDS. Switch to REVISION. Bump. |
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@ |