Version: 3001.2.2.2, Package name: hs-cgi-3001.2.2.2 |
Maintained by: Matthias Kilian |
Master sites: |
Description This is a Haskell library for writing CGI programs. |
Filesize: 16.865 KB |
Version History (View Complete History) |
|
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 03:32:10 by Matthias Kilian | Files touched by this commit (4) |
Log message: How on earth did I manage to break this in *this* way?. |
2015-09-19 02:21:38 by Matthias Kilian | Files touched by this commit (4) |
Log message: Pull hs-cgi out of the attic (to hs-cgi-3001.2.2.2). |
2015-09-11 13:37:11 by Matthias Kilian | Files touched by this commit (3) |
Log message: Pull hs-cgi out of the attic (but don't link it to the build yet). (end of haskell churn for today -- i want to wait for my bulk build to finish so i'm able to fix fallout from the ghc update as quick as possible) |
2014-12-02 14:19:08 by Matthias Kilian | Files touched by this commit (4) |
Log message: Retire hs-cgi. It is no longer a requirement for haskell-platform, it doesn't build with ghc-7.8, and nobody is using it. |
2011-04-23 14:24:14 by Matthias Kilian | Files touched by this commit (11) |
Log message: New distinfo after DIST_SUBDIR change in ghc.port.mk. |
2011-04-23 08:32:51 by Matthias Kilian | Files touched by this commit (43) |
Log message: Depend on and use mtl-2 from devel/hs-mtl. |
2011-04-11 08:55:17 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to 3001.1.7.4. |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
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-09-12 06:01:08 by Matthias Kilian | Files touched by this commit (2) |
Log message: Update to cgi-3001.1.7.3. Fix HOMEPAGE (which was completely wrong, pointing to the parsec homepage). |
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@ |