Version: 1.0.2.0, Package name: hs-haskell-src-1.0.2.0 |
Maintained by: Matthias Kilian |
Master sites: |
Description Facilities for manipulating Haskell source code: an abstract syntax, lexer, parser and pretty-printer. |
Filesize: 52.379 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:31:52 by Matthias Kilian | Files touched by this commit (1) |
Log message: Adjust MODGHC_PACKAGE_KEY. |
2015-09-19 02:18:33 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to hs-haskell-src-1.0.2.0. |
2014-11-22 13:55:27 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to haskell-src-1.0.1.6. |
2011-04-23 14:24:04 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:49:46 by Matthias Kilian | Files touched by this commit (2) |
Log message: Add hs-syb dependency and bump. |
2010-11-21 15:25:03 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update hs-haskell-src to 1.0.1.4 ok kili@ (MAINTAINER) |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-11-03 16:17:15 by Matthias Kilian | Files touched by this commit (3) |
Log message: bumpski |
2010-10-28 07:53:26 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
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@ |