New patches: [New ebuild app-vim/haskellindent Alex Tarkovsky **20070726180119] { adddir ./app-vim/haskellindent adddir ./app-vim/haskellindent/files addfile ./app-vim/haskellindent/Manifest hunk ./app-vim/haskellindent/Manifest 1 +DIST download_script.php?src_id=7407 1954 RMD160 26801096857fe210212b8edc76564755afa1817f SHA1 265cc4224cc91516442fa7d0c9eee1ea4e1cd36a SHA256 5bcb89c4292c73d1238b7f659754bbd1bd943f8693393685b4acc2e8a72444d2 +EBUILD haskellindent-0.1.ebuild 1004 RMD160 4984312577f5c949ded15b06e6214b5d9093a48a SHA1 650bc956a41d6ecd1c60220fc3a06ef568f32aca SHA256 acc3a87c7f84eed08dcdb69fa2e1a88a00f48d2e8b61636e1584aaa225c3fd1c +MD5 0122706f2c1830f46e34d4de7955ed0f haskellindent-0.1.ebuild 1004 +RMD160 4984312577f5c949ded15b06e6214b5d9093a48a haskellindent-0.1.ebuild 1004 +SHA256 acc3a87c7f84eed08dcdb69fa2e1a88a00f48d2e8b61636e1584aaa225c3fd1c haskellindent-0.1.ebuild 1004 +MD5 f7453d60150a209ce542addce60beeb9 files/digest-haskellindent-0.1 268 +RMD160 279cd03f9ff5713a29a7e678de6ea415c67ea36f files/digest-haskellindent-0.1 268 +SHA256 4f1472511d8c8aa16af65fb0eb3df55da4c39d40ae7b93e41deff0d8b82a4339 files/digest-haskellindent-0.1 268 addfile ./app-vim/haskellindent/files/digest-haskellindent-0.1 hunk ./app-vim/haskellindent/files/digest-haskellindent-0.1 1 +MD5 e54f1118ef227c79b3a65ef26ce0e6fd download_script.php?src_id=7407 1954 +RMD160 26801096857fe210212b8edc76564755afa1817f download_script.php?src_id=7407 1954 +SHA256 5bcb89c4292c73d1238b7f659754bbd1bd943f8693393685b4acc2e8a72444d2 download_script.php?src_id=7407 1954 addfile ./app-vim/haskellindent/haskellindent-0.1.ebuild hunk ./app-vim/haskellindent/haskellindent-0.1.ebuild 1 +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +VIM_PLUGIN_VIM_VERSION="7.0" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Haskell indent mode" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1968" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7407" + +LICENSE="public-domain" +SLOT=0 +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +VIM_PLUGIN_HELPTEXT="To load this plugin use the command: +\ :runtime indent/haskell.vim + +You can modify the Vim variables 'haskell_indent_case' to change the +indentation for Haskell's 'case' keyword (default is 5 spaces) and +'haskell_indent_if' for the 'if' keyword (default is 3 spaces). + +Example vimrc: +\ runtime indent/haskell.vim +\ let haskell_indent_case=4 +\ let haskell_indent_if=2" + +src_install() { + insinto /usr/share/vim/vimfiles/indent + # wget doesn't map the URI to filename correctly. + newins "${DISTDIR}/download_script.php?src_id=7407" haskell.vim +} } Context: [Correct license of hslogger, LGPL-2.1 rather than just LGPL Duncan Coutts **20070726162718] [HTML update Lennart Kolmodin **20070725164732] [Sync portage->overlay Lennart Kolmodin **20070725164436] [Updates to ghc-6.6 launch plan Duncan Coutts **20070725160719] [For mozembed provider allow user to choose between xulrunner, firefox, seamonkey, or none at all Alex Tarkovsky **20070725155211] [Update to 6.6 launch plan Lennart Kolmodin **20070723161650] [Lower -O2 to -O Lennart Kolmodin **20070723154253] [Fix building haddock docs for hscolour and version number Duncan Coutts **20070723153556 and fix license name GPL -> GPL-2 ] [Add hscolour Lennart Kolmodin **20070723150536] [Attempt to remove old package.confs Lennart Kolmodin **20070720095938] [get_libdir requires multilib Lennart Kolmodin **20070719110433] [New package app-vim/haskellmode Alex Tarkovsky **20070718213829] [added doc support for shim-darcs Ivan.Miljenovic@gmail.com**20070718142637] [Version bump darcs, and attempt to fix assembling error Lennart Kolmodin **20070717121003 Is in needed to send the CPPFLAGS to the assembler? Only CFLAGS required? ] [Don't simply remove the package.conf file upon uninstall, it breaks recompilation Lennart Kolmodin **20070716201128] [Install .haddock files in ghc-6.6.1 Lennart Kolmodin **20070714184911] [Remove manifest of missing (and unused) patch, and fix url to darcs 1.0.9_rc2 Lennart Kolmodin **20070714125805] [provide virtual/ghc again and revert datadir override change Duncan Coutts **20070713122931] [Yet more ghc ebuild changes Duncan Coutts **20070713110522 Block against ghc-bin remove package.conf(.old) on uninstall fix relocation of scripts pass --datadir to econf, we still need that for the haddock entries. Sigh. remove pointless changes to ghcprof In ghc-6.6.1, allow bootstrapping with or without docs. Update a TODO, do we really need all those overrides on install? ] [Add more || die "paranoia" to ghc ebuilds Duncan Coutts **20070713013523] [More significant changes to ghc ebuilds Duncan Coutts **20070713010012 No longer use the ghc.sh wrapper script. Change if, how and when docs get built, or unpacked from doc tarballs or binary tarballs. Things to watch out for in testing: do docs get installed correctly? in the right place? does ghc-pkg think the docs are installed in the right place. We need to test all combinations of USE +/- doc, binary. We need to do that for 6.4.2 and 6.6.1. For 6.6.1 we also need to test USE ghcbootstrap. ] [Fixed up manifest files for yi-gtk Ivan.Miljenovic@gmail.com**20070712230258] [Fixing up mtl dependency for xmonad-darcs Ivan.Miljenovic@gmail.com**20070712042554] [Swap virtual/ghc to dev-lang/ghc in cabal eclass Duncan Coutts **20070711220307] [Don't PROVIDE="virtual/ghc" anymore. And remove old ghc-cvs. Duncan Coutts **20070711212630] [ghc-darcs updates Duncan Coutts **20070711211848 merge changes from ghc-6.6.1 ebuild ] [Change virtual/ghc to dev-lang/ghc in all DEPENDs Duncan Coutts **20070711205221 (and another change that snuck in: add ~amd64 to x11-extras and xmonad) ] [Make the haskell-cabal eclass work with recent Cabal Duncan Coutts **20070711192338 Require >=Cabal-1.1.4 as a minimum now which came with ghc-6.4.2. reviously we required >=1.1.3 which came with ghc-6.4.1. Now set --libdir and --datadir. The libdir is set using $(get_libdir), so eg will pick lib64 on amd64. The datadir is set appropriately, but unfortunately docs go under the datadir rather than us being able to set that separately yet. That needs upstream changes in Cabal. Cabal-1.1.6 now installs docs, so we don't need to. Also, now use copy --destdir rather than deprecated --copy-prefix. ] [Update hdbc-odbc-1.0.1.0 to hdbc-odbc-1.0.1.1 Duncan Coutts **20070711192153] [dev-haskell/x11 depends on libX11 obviously :-) Duncan Coutts **20070711132020] [Merge ghc-bin into ghc ebuild for 6.2.2 and 6.4.2 Duncan Coutts **20070711112407 Minor formatting changes for 6.6 and 6.6.1 Added ia64 to 6.6.1 to follow changes in portage version. ] [Fix sparc "norelax" patch and remove old patch (which is now on the mirrors). Duncan Coutts **20070710222213] [Merge minor changes from portage in ghc-6.4.2.ebuild Duncan Coutts **20070710172324] [Several updates to ghc-bin ebuilds Duncan Coutts **20070710163233 Remove ghc-bin-6.4.1 and 6.6 leaving just 6.2.2 and 6.4.2 Use RESTRICT="strip" rather than the incorrect "nostrip" Add ia64 binary to ghc-bin-6.4.2 ] [Backport lots of fixes to ghc-6.2.2 and make it build again on x86. Duncan Coutts **20070710154507] [Many more ghc build updates Duncan Coutts **20070710122342 Remove ghc-6.4.1-r3 since it will be removed from portage Add back ghc-6.2.2 since that version will remain in portage Backport some binutils and ia64 changes to ghc-6.4.2, in particular, build 6.4.2 unregisterised on ia64. Remove unneessary ia64 hack in ghc-6.6 and ghc-6.6.1 Build ia64 registerised in ghc-6.6.1 (leaving 6.6 unregisterised) Update the sparc norelax to only apply to sparc. ] [Several updates to the ghc-6.6.x ebuilds Duncan Coutts **20070709193518 Require >=binutils-2.17 should mean we can avoid the problem where ar/ranlib takes loads of memory and so we should be able to use split-objs even on machines with less ram, so we can drop the memory check stuff. Also, hopefully the ArSupportsInput stuff works with newer binutils. Force several arches to build unregisterised: ia64, ppc64 and sparc. For ghc-6.6.1 we still need to use the norelax.patch for sparc. ] [Add bzlib package Duncan Coutts **20070709165343] [Update zlib homepage Duncan Coutts **20070709165312] [Add ~sparc to filepath Duncan Coutts **20070709165427] [Fix arrows-0.2.1 Duncan Coutts **20070709132127] [Add versioned deps to alut, glut, openal ebuilds Duncan Coutts **20070709125139 And merge date and other minor changes from portage. ] [Remove old filepath-0.11 and remove inherit of base. Duncan Coutts **20070708180833] [Merge einfo/elog and dep version changes from portage Duncan Coutts **20070708152237] [Update deps on >=virtual/ghc-6.6 to be >=dev-lang/ghc-6.6 instead Duncan Coutts **20070708151154] [Make x11-1.2.1 work with current Cabal Duncan Coutts **20070708150736] [Fix html-1.0.1 to work with current Cabal Duncan Coutts **20070708123644] [We only need the .conf file for dummy cabal-1.1.6.2 Duncan Coutts **20070708025159 Don't need to touch another file as well. ] [Update x11-1.2.2 digests Duncan Coutts **20070708025033] [Update many ghc-6.6.1 extralibs to build with Cabal-1.1.6.x Duncan Coutts **20070708024548 Apparently the extralibs packages got built with ghc's build system and never with Cabal so was never tested with the version of Cabal that came with ghc-6.6.1 which is why in many cases the Setup.hs did not compile. Doh! Nothing a little sed can't fix fotunately. Apparently debian patched them too. ] [Make cabal-1.1.6.2 dummy package register itself properly. Duncan Coutts **20070707220911 The ghc-package.eclass has some sanity checks which were failing because we were not installing the .conf file. ] [Add full stop at end of cabal's einfo message. Duncan Coutts **20070707211230 Grammar is well important round here ;-). ] [Make ghc PDEPEND on newer cabal-1.1.6.2 and don't hide built-in Cabal version Duncan Coutts **20070707211130] [Add dep on >=dev-haskell/cabal-1.1.6.2 for many of the ghc-6.6.1 "extralibs" Duncan Coutts **20070707210403 Thanks to Vq^ for testing them all for me. ] [Add cabal-1.1.6.2 Duncan Coutts **20070707205108 The cunning thing is that it acts like a dummy package if you install it using ghc-6.6.1, which is sensible as ghc-6.6.1 comes bundled with cabal-1.1.6.2. We can't unregister that version and install it ourselves because the 'ghc' package was built against that version of cabal and if we re-build it ourselves then the ghc package gets linker errors. So instead, we just install nothing (except a marker file) if we're building against ghc-6.6.1. The ghc-6.6.1 ebuild hides but doesn't delete the bundled Cabal-1.1.6.2, hmm, perhaps that's a mistake. Perhaps it should not hide it. Anyway, so by having portage install this dummy package, we automatically pick up this version of Cabal and use it. Since we always use only a version of Cabal that was installed by portage (see the ghc-package.eclass). ] [Add html-1.0.1, also part of the ghc-6.6.1 extralibs Duncan Coutts **20070707203930] [Update missingh deps and add new version. Duncan Coutts **20070707203549] [Add "extralibs" packages that came with ghc-6.6.1, all 18 of them :-) Duncan Coutts **20070707185136] [Update the ghc manifest and digest files Duncan Coutts **20070707153301] [Update ghc-6.6 ebuild to portage version, add ghc-6.6.1 Duncan Coutts **20070706161641 The .tbz2 files for x86 and amd64 have been uploaded to the mirrors and the 6.6.1 ebuild has been added to portage, though still p.masked. ] [Add even more missing deps to missingh Duncan Coutts **20070706161512] [missingh ebuild update Daniel Nilsson **20070706150416] [hslogger compiles on amd64 Daniel Nilsson **20070706144805] [added fgl dependency to exi-darcs Daniel Nilsson **20070706093543] [Make USE="binary doc" work for ghc-6.6 Duncan Coutts **20070704220347 However we still have a problem, the distdir filenames are just user_guide.html.tar.gz and libraries.html.tar.gz which are too generic. They could clash with other things, so we need to rename them and upload them to the gentoo mirrors. Sigh. ] [update digest Andres Loeh **20070630234741] [add space to deps (required by PMS) Andres Loeh **20070630171812] [trying to fix up vim support Ivan.Miljenovic@gmail.com**20070630112635] [syntax error in shim-darcs Ivan.Miljenovic@gmail.com**20070629122948] [a small bug in shim-darcs, found by gour Ivan.Miljenovic@gmail.com**20070629122848] [Added vim support to shim-darcs, please test Ivan.Miljenovic@gmail.com**20070626132959] [Add hpc Lennart Kolmodin **20070622104723] [Don't modify PWD in darcs_src_unpack Lennart Kolmodin **20070617171831] [Don't die on conflicting use flags Lennart Kolmodin **20070616205142 Policy says we should pick one of them, in this case USE=binary. ] [Update the build-ghc-bin program Lennart Kolmodin **20070616155257] [Provide bootstrapping of ghc-6.6 Lennart Kolmodin **20070616155234] [Don't pull doc deps when USE=binary Lennart Kolmodin **20070616153835] [Add ~ppc to ghc-6.6 Lennart Kolmodin **20070616135020] [GHC Manifest Lennart Kolmodin **20070616120912] [ghc does not depend on previous ghc installation Lennart Kolmodin **20070616120838] [Rename bindist to binary Lennart Kolmodin **20070616120822] [Add Munster Curry compiler Lennart Kolmodin **20070613194655 Initial attempt based on Adam Peacock's and Santiago M. Mola's work ] [digesting ghc-6.6 after adding ppc arch Ivan.Miljenovic@gmail.com**20070613123558] [Add ppc to ghc Lennart Kolmodin **20070613082535] [fix-xmonad-darcs-contrib-fetching.dpatch Tassilo Horn **20070613062914] [shim-darcs needs network, spotted by tsdh Ivan.Miljenovic@gmail.com**20070613070504] [x11-1.2.2 needs >=cabal-1.1.6, spotted my matsuu Ivan.Miljenovic@gmail.com**20070612231435] [add-contrib-module-to-xmonad-darcs.dpatch Tassilo Horn **20070612115726] [small syntactic changes to shim-darcs Ivan.Miljenovic@gmail.com**20070612115818] [Finalised initial shim-darcs ebuild Ivan.Miljenovic@gmail.com**20070612113643] [Shim ebuild Ivan.Miljenovic@gmail.com**20070612112437] [Sync darcs tree->overlay Lennart Kolmodin **20070611203501] [Make ghc 6.6 extralibs depend on dev-lang/ghc, not virtual/ghc Lennart Kolmodin **20070611174328] [Fix paths since Hackage changed URIs Lennart Kolmodin **20070611170644] [Real adding of haskellcharts and shim-darcs ebuilds Ivan.Miljenovic@gmail.com**20070611131117 Actually added the haskellcharts and shim-darcs ebuilds this time (instead of just the directories). The shim-darcs ebuilds works, but without the emacs support. ] [New haskellcharts and shim ebuilds Ivan.Miljenovic@gmail.com**20070611091954 Added a non-darcs version of haskellcharts, also a preliminary version of shim. ] [Fix dep for hgl-3.1-r1. Spotted by ivanm Lennart Kolmodin **20070609110111] [Fix broken haskellcharts-darcs Manifest Lennart Kolmodin **20070609101451] [Fix ghc env-update message Lennart Kolmodin **20070609101404] [documentation for 6.6 ebuild Ivan.Miljenovic@gmail.com**20070608120608] [Update filepath-0.1's hackage tarball location Spencer Janssen **20070608142731] [Let GHC still provide virtua/ghc Lennart Kolmodin **20070608062253] [Indent.. Lennart Kolmodin **20070607151242] [Beauty fix for ghc Lennart Kolmodin **20070607151214] [USE=bindist working for GHC 6.6 Lennart Kolmodin **20070606194910 USE=-bindist not tested ] [Duncan's first attempt at USE="bindist" for GHC Lennart Kolmodin **20070606151645 Should be tested and fixed. No guarantees! :) ] [Add darcs-1.0.9 Lennart Kolmodin **20070607211635] [Fix darcs bug #171001 Lennart Kolmodin **20070607210130] [darcs checkout of GHC fix Lennart Kolmodin **20070606180244] [Fix gtk2hs' Manifest, broken due to missing files Lennart Kolmodin **20070605112307] [enable seamonkey rather than mozilla in gtk2hs, fixes #180682 Duncan Coutts **20070603184249] [Bump version deps for xmonad-darcs Lennart Kolmodin **20070603174329] [Add xmonad-0.2 Lennart Kolmodin **20070603071021] [Remove unneeded variable Lennart Kolmodin **20070602155308 default P is PN-PV, and default S is WD/P ] [fix-savedconfig-support-for-xmonad-darcs Tassilo Horn **20070601212842] [savedconfig-for-xmonad-darcs Tassilo Horn **20070601204816] [Fix dep in xmonad-darcs Lennart Kolmodin **20070602094824] [Fixes to x11-1.2.2 Lennart Kolmodin **20070602071208 Tested with ghc-6.6, works fine ] [add-x11-1.2.2 Tassilo Horn **20070601195227] [added yi-vty Andres Loeh **20070522081122] [added vty Andres Loeh **20070522081033] [new yi release Andres Loeh **20070518140133] [Crypto 4.0.3 der_eq@freenet.de**20070516163426] [Remove ion3 :-( Duncan Coutts **20070509182137 Trademark issues: http://archlinux.org/pipermail/tur-users/2007-April/004634.html ] [himerge Luis Araujo **20070504003330] [filepath Luis Araujo **20070503221857] [Manifest for ghc-updater Lennart Kolmodin **20070503090149] [removed an occurrence of "Python" Andres Loeh **20070430110246] [Sync portage->overlay Lennart Kolmodin **20070430091224 Mostly dcoutts stuff, but also some of cparrots stabilizations ] [Sync another darcs keyword Lennart Kolmodin **20070429220441] [Changes for darcs Lennart Kolmodin **20070429211832 Keywords and deps has been synced from the portage tree Older patch versions has been removed Missing deps wrt ghc-6.6 has been added Added deps+blocks for older versions wrt ghc-6.6 ] [Sync xhtml keywords from portage Lennart Kolmodin **20070429211812] [Removed old wxhaskell ebuild Lennart Kolmodin **20070429211651 It's no longer in the portage tree either. It've been replaced with 0.9.4. ] [Fix cabal deps, they where evil Lennart Kolmodin **20070429180351] [Sync arrows with the tree Lennart Kolmodin **20070429172940] [wibble Lennart Kolmodin **20070429170318] [adding x86 keyword Ivan.Miljenovic@gmail.com**20070308075713] [New himerge location. Luis Araujo **20070427113322] [Run autoreconf for x11-extras Lennart Kolmodin **20070419062656] [Manifest to himerge-darcs Lennart Kolmodin **20070418185053] [correct icon installation Luis Araujo **20070418094747] [new name Luis Araujo **20070418091318] [new version Luis Araujo **20070418090854] [Notes about blocks in ebuilds Lennart Kolmodin **20070412210717] [A note about why blocks are a bad thing Lennart Kolmodin **20070412201635] [Updates to the ghc launch plan wrt cparrots work Lennart Kolmodin **20070412194724] [Synchronizing tree -> overlay Lennart Kolmodin **20070412183341] [Adding ghc-bin-6.4.2-r1 Lennart Kolmodin **20070412181222 Adding the ghc-bin made by Markus Rothe . It uses a new tarball of ghc to fix gcc 4 issues on ppc64; bug #145466, by doing a unregistered build. ] [Last reqired file for helium-1.2 Lennart Kolmodin **20070410163307 I hope... ] [Add helium patches Lennart Kolmodin **20070410062351] [Update manifest Lennart Kolmodin **20070410060043 Last 3 patches fixes bug 161424 ] [Apply helium patch Lennart Kolmodin **20070410054900 From Bram Schoenmakers ] [Helium 1.2-r1 from portage Lennart Kolmodin **20070410054822] [fixed bug #173884; should be merged into main tree asap Andres Loeh **20070409210206] [Added Manifests to gslhaskell Lennart Kolmodin **20070407130454 The gslhaskell author, Alberto Ruiz, has put the old tarball back online. ] [Add darcs-reannotate live ebuild Lennart Kolmodin **20070406172848] [ghc-6.6 manifest for sparc patches Chris Parrott **20070406154545] [ghc-6.6 ebuild patch to disable rts for sparc Chris Parrott **20070406153015] [Sync changes from portage Lennart Kolmodin **20070406150804] [Add ghc-bin-6.6 ebuild Lennart Kolmodin **20070406144341] [Fix digest for ghc-6.6 Lennart Kolmodin **20070406115222] [ghc-6.6 fixes for sparc Chris Parrott **20070405225844] [added digest for hssdl-core Andres Loeh **20070403205458] [fixed digest for hugs98 Andres Loeh **20070403205232] [fix digest for fps Andres Loeh **20070403204848] [Add Manifests and digests (merging is a bitch) Lennart Kolmodin **20070403190316 Either play with find . -name '...' | xargs .. or simply darcs get a fresh copy of the repo. ] [Updates to launch plan Lennart Kolmodin **20070403174004] [Set the xmonad homepage Lennart Kolmodin **20070402142238] [Update darcsweb to 0.16 Brice Arnould **20070401141003] [Add binary 0.3 Duncan Coutts **20070331003033] [fix darcs dependencies Brice Arnould **20070324180211] [fix for ghc 6.6 backported from 0.8 Brice Arnould **20070316204410] [xmonad-darcs name for display manager Lennart Kolmodin **20070324092736] [Make xmonad-darcs a proper x11-wm ebuild Lennart Kolmodin **20070324091846 This way it will show in your display manager ] [Fix path to HaXml Lennart Kolmodin **20070311130924] [Add xmonad darcs ebuild Lennart Kolmodin **20070323193656] [Add x11-extras darcs ebuild Lennart Kolmodin **20070323193632] [Lower x11-1.2's dependency on ghc Lennart Kolmodin **20070323193538 Tried with ghc-6.4.2, worksforme. Hint by sjanssen. ] [setup failed without hugs being installed; added a patch Andres Loeh **20070320213654 bug reported by der_eq; thanks very much ] [himerge removing mozilla Luis Araujo **20070318133001] [Update ghc-6.6 launch with recent events Lennart Kolmodin **20070317193041] [Open{AL,GL} only works with ghc, not ghc-bin Lennart Kolmodin **20070317191620] [dummy glut only works with ghc, not ghc-bin Lennart Kolmodin **20070317191559] [Fix dep of cgi Lennart Kolmodin **20070317142213] [Set homepages for all other libs Lennart Kolmodin **20070317111433] [alut-1.0 only works with ghc, not ghc-bin Lennart Kolmodin **20070317111408] [Dummy lib for openal-1.2 Lennart Kolmodin **20070310155017 GHC 6.4.1 provides openal-1.0 GHC 6.4.2 provides openal-1.2 We treat them as the same version, openal-1.2 ] [Add dummy library for x11 Lennart Kolmodin **20070310153411] [Set homepage for common modular libs Lennart Kolmodin **20070317110439] [Update ghc-darcs to 6.7 Duncan Coutts **20070316005300 And sync some changes from the 6.6 ebuild ] [ghc-6.6 version of xhtml is 2006.9.13 Lennart Kolmodin **20070315202854] [Change cgi version Lennart Kolmodin **20070315202451 The correct cgi version for ghc-6.6 is 2006.9.6, nothing else ] [Sync various libs against portage Lennart Kolmodin **20070314195400] [Sync gtk2hs against portage tree Lennart Kolmodin **20070314194532 Ie, remove mozilla use flag and block on ghc-6.6 ] [Simplify failure-list Lennart Kolmodin **20070314193553] [Err, move a section in the ghc 6.6 docs Lennart Kolmodin **20070314185015] [Update the ghc-6.6 launch document Lennart Kolmodin **20070314184812] [Fix homepage for the first wave of dummy libs Lennart Kolmodin **20070311160429] [Sync which/type -P with portage Lennart Kolmodin **20070314070133] [ghc 6.6 launch, comment by dcoutts Lennart Kolmodin **20070311130800] [Updates to the ghc 6.6 launch after comments on #gentoo-haskell Lennart Kolmodin **20070311113344] [HTML version of the ghc 6.6 launch plan Lennart Kolmodin **20070310232009] [Updates to the ghc 6.6 launch plan Lennart Kolmodin **20070310231837] [Remove unused inherit Lennart Kolmodin **20070310153352] [Add dummy lib for alut Lennart Kolmodin **20070310151929] [haskellcharts draft Daniel Nilsson **20070307082941] [Duncan's ideas about the ghc launch Lennart Kolmodin **20070301212117] [zlib ~amd64 Duncan Coutts **20070228190609] [Missingh-0.18.1 ebuild der_eq@freenet.de**20070227120432 Might need testing on ghc-6.4 ] [URL fix for missingh-0.16.0 der_eq@freenet.de**20070227114754] [Fixes to zlib-0.3 Lennart Kolmodin **20070227064353] [dev-haskell/zlib ebuild Spencer Janssen **20070221051337] [Split and and update iond3-darcs Brice Arnould **20070225202938] [Add a darcs ebuild for libtu, needed for ion3-darcs Brice Arnould **20070225202910] [Add a darcs ebuild for libextl, needed for ion3-darcs Brice Arnould **20070225202806] [adapt ion3 to modular X (DEPs borrowed from ion3-20061223.ebuild) Brice Arnould **20070220224211] [Bump gtk2hs ebuild to 0.9.11 final release Duncan Coutts **20070224024908] [Eliminate reference to undeclared svg use flag Duncan Coutts **20070222114122] [Sync gtk2hs darcs ebuild with the normal tarball ebuild Duncan Coutts **20070222111601] [remove superfluous echo calls at suggestion of ferringb Andres Loeh **20070221171919] [make paludis, repoman and emerge happier Brice Arnould **20070218171638 The naive Makefile generate digest required for the default emerge setup to works. It also add a few files and dires that paludis need (repo_name is necessary due to GLEP 42). Please don't be rude, it's my first try :-D ] [Remove ebuilds with missing distfiles Brice Arnould **20070218165324] [Fix syntax error, tabify, paranoid quoting Lennart Kolmodin **20070220065157] [Add mkcabal-darcs Lennart Kolmodin **20070217153336] [Updates to HAppS ebuild Lennart Kolmodin **20070217091508 Heh, opps.. ] [Policy fixes and cleanup to the binary ebuild Lennart Kolmodin **20070216070123] [Add mtl dep to contributed crypto ebuild Duncan Coutts **20070215231521] [dev-haskell/crypto: Use external newbinary Bryan Donlan **20070106032430 On GHC 6.6 the hack of using a private copy of NewBinary actually causes the crypto package to fail in ghci (ghci -package crypto) with: ghc-6.6: /usr/lib/Crypto-3.0.3/ghc-6.6/HSCrypto-3.0.3.o: unknown symbol `Cryptozm3zi0zi3_GentooziPrivateziNewBinaryziBinary_getBits_closure' This patch uses a dependency on dev-haskell/newbinary rather than trying to add the newbinary code to our source directory. ] [Quoting pedantry in contributed newbinary ebuild Duncan Coutts **20070215231347] [Update NewBinary to latest upstream version Bryan Donlan **20070106030528 This is needed to build under GHC 6.6. I've also opted to use upstream's date versioning here. ] [Have a go at fixing up the lambda and shellac ebuilds Duncan Coutts **20070215231113 All delightfully untested ] [Tidy up the lambda-0.5 ebuild Duncan Coutts **20070215230300 Again, untested :-) ] [Tidy up the gslhaskell-darcs ebuild Duncan Coutts **20070215230012 Hopefully it still works, I've not tested it :-) It has quite a few deps I don't feel like installing. ] [Put gslhaskell under dev-haskell/ for the moment Duncan Coutts **20070215225937 Which is where the -darcs version lives too ] [dev-haskell/gslhaskell-darcs dependency fix Daniel Nilsson **20061211223748] [dev-haskell/gslhaskell-darcs ebuild Daniel Nilsson **20061211152706] [Updates to lambda (0.5), shellac (0.6), and shellac-readline (0.3) Dennis Griffith **20070116032158] [Add GSLHaskell Duncan Coutts **20070215224409 Patch originally contributed by kyle2@mit.edu but for some reason it no longer applied so I did it manually and fixed up a couple things. ] [Add binary Spencer Janssen **20070216015145] [Add test cases for GHC 6.6 Lennart Kolmodin **20070215190804] [Add html dummy package Duncan Coutts **20070214144212] [Remove old fps versions Duncan Coutts **20070208214422] [Add ebuild for HAppS Lennart Kolmodin **20070213211114] [Ralf says Hope works on amd64 Andres Loeh **20070213210120] [Ralf says that Omega works on amd64 Andres Loeh **20070212075025] [added missing mtl dependency for crypto-3.0.3 Andres Loeh **20070211211828] [dummy lib ebuilds install dummy files in ghc-libdir to be picked up by ghc-updater Andres Loeh **20070211205203] [fix PATH in ghc-updater Andres Loeh **20070211200222] [Add darcs-monitor Lennart Kolmodin **20070211092959] [remove stray digest Andres Loeh **20070208200340] [fix various repoman complaints Andres Loeh **20070208195153] [Don't need the ghc66 patch for darcs-1.0.9_rc2. It got fixed upstream. Duncan Coutts **20070206143247] [new version of Tim Sheard's Omega ... Andres Loeh **20070206103609] [Update to darcs 1.0.9 rc2 Duncan Coutts **20070204173239] [Version bump hxt to 7.1 Lennart Kolmodin **20070204105132] [Replace spaces with tab Lennart Kolmodin **20070204102048] [Support profile USE flag in gtk2hs and dep on mtl Duncan Coutts **20070203210028] [having just installed ghc-bin ghc-updater doesn't find ghc Duncan Coutts **20070203161229] [Update happy-1.16 Duncan Coutts **20070203150154] [Update and tidy the alex ebuilds. Duncan Coutts **20070203145503] [Updates for gtk2hs-0.9.10.6 Duncan Coutts **20070202184902] [Update Gtk2Hs to latest release candidate Duncan Coutts **20070130012602] [logged package updates for ghc-6.4/6.6 compatibility Andres Loeh **20070201195806] [hdbc depends on mtl Andres Loeh **20070201195248] [buddha depends on haskell-src Andres Loeh **20070201193103] [hxt also depends on network Andres Loeh **20070201191509] [hxt depends on hunit Andres Loeh **20070201191242] [add dummy library ebuild for hunit and ghc-6.4* Andres Loeh **20070201191204] [update http ebuild to the new dependency scheme Andres Loeh **20070201185609] [update homepage Andres Loeh **20070201185330] [added dummy library ebuilds for ghc-6.4* Andres Loeh **20070201185220] [inherit ghc-package Andres Loeh **20070201183209] [add pkg_setup to exported functions Andres Loeh **20070201183046] [test dummy library ebuild for ghc-6.4.2 with mtl Andres Loeh **20070201154619] [update lhs2tex ebuild Andres Loeh **20070115185852] [Stack problem solved Lennart Kolmodin **20070127200814] [Comment about cabal Lennart Kolmodin **20070127195243] [Comment about crypto Lennart Kolmodin **20070127195110] [They work nice in ghc 6.6 Lennart Kolmodin **20070127194859] [GLUT works fine Lennart Kolmodin **20070127185449] [todo Lennart Kolmodin **20070127183227 Not true any more ] [Version bump for bnfc 2.3 beta Lennart Kolmodin **20070127182806] [Copy old bnfc into bnfc-2.3_beta1 Lennart Kolmodin **20070127173735] [Add new gtk2hs pre-release Duncan Coutts **20070124131732] [filepath version bump Lennart Kolmodin **20070121153133] [detect true rather than assuming it's in /usr/bin Andres Loeh **20070115134009] [TODOs about GHC 6.6 Lennart Kolmodin **20070114162020] [Replace spaces with tab Lennart Kolmodin **20070114002757] [minor change Andres Loeh **20070111183558] [turned readline into a proper configure flag for helium Andres Loeh **20070111112814] [minor changes to helium ebuild Andres Loeh **20070111013432] [remove java Andres Loeh **20070111005406] [fix build for 6.6 Andres Loeh **20070111002754] [new alex version Andres Loeh **20070108215838] [new version of happy Andres Loeh **20070108214004] [add an actuall call to die Andres Loeh **20070108192548] [new check if ghc installation is consistent (experimental, please test!) Andres Loeh **20070108191218] [sync darcs.eclass with CVS Andres Loeh **20070106185645] [Fixed elog / einfo usage. Andres Loeh **20070106183807] [hslogger-1.0.1 added der_eq@freenet.de**20061209132431] [new bpl version Andres Loeh **20061121173252] [added ebuild for BPL Andres Loeh **20061107141338] [haddock/test optional now. Luis F. Araujo **20061025153701] [Add new cabalised alex ebuild. Duncan Coutts **20061024180029] [Don't PROVIDE virtual/ghc anymore Duncan Coutts *-20061021192825 We rely on the new style virtual ] [Add new style virtuals for ghc-6.4.2 and 6.6 Duncan Coutts *-20061021192953] [gtk2hs darcs version Luis F. Araujo **20061023050808] [new hsshellscript (ghc6.6) Luis F. Araujo **20061023050410] [Add new style virtuals for ghc-6.4.2 and 6.6 Duncan Coutts **20061021192953] [Don't PROVIDE virtual/ghc anymore Duncan Coutts **20061021192825 We rely on the new style virtual ] [>=ghc-6.4.1 -> >=ghc-ghc-6.4.2 for missingh basvandijk@home.nl**20061020104034] [Added dev-utils/darcs-1.0.9_rc1.ebuild basvandijk@home.nl**20061019002456 I copied the darcs-1.0.8-r1.ebuild and only added some dependencies: dev-haskell/quickcheck dev-haskell/mtl dev-haskell/html sys-apps/diffutils (I think diffutils is also needed for older darcs version) I also added the patch darcs-1.0.9_rc1-ghc66.patch ] [Only hide cabal-1.1.6 and pdepend on cabal-1.1.6.1 Duncan Coutts **20061020182012 This should stop the ghc api package from breaking. ] [Bumped cabal to 1.1.6.1 Lennart Kolmodin **20061020181506] [New version of missingh Duncan Coutts **20061019230529 Still needs to be updated for modular lib deps ] [Doh. I meant to turn registerised build off for ppc64! Duncan Coutts **20061018004731] [Yet more fixes for hssshellscript Duncan Coutts **20061018002325 Includes and updated patch that was sent upstream. The only difference with the version sent upstream is that our's doesn't bump the version number. Already tested with ghc-6.4.2 and ghc-6.6. ] [Missing eutils usage synced from portage versions. Duncan Coutts **20061017204824] [Sync changes in portage for bnfc Duncan Coutts **20061017204715] [Build ghc unregisterised on ppc64 Duncan Coutts **20061017091432] [Sync keywords on ghc ebuild from cvs Duncan Coutts **20061017091359] [Add Hugs98 Sept2006 version Duncan Coutts **20061016233851] [Sync hugs ebuild in overlay with changes in cvs Duncan Coutts **20061016233809] [remove mta from DEPEND, add warning cparrott@gentoo.org**20061016220149] [shortened warning verbiage cparrott@gentoo.org**20061016215906] [remove virtual/mta from DEPEND, leave it in RDEPEND cparrott@gentoo.org**20061016215403] [changed warning verbiage cparrott@gentoo.org**20061016215254] [add mta dep back in, change warning accordingly cparrott@gentoo.org**20061016214810] [eliminate mta dependency and add warning cparrott@gentoo.org**20061016213736] [removing lhs2tex-1.11 Andres Loeh **20061015184343] [clarification to the failure list Lennart Kolmodin **20061015113001] [Merge changes from the two ghc66 patches Duncan Coutts **20061014142233] [Fixed whitespace QA Lennart Kolmodin **20061014141152] [Made hs-plugins block on ghc-6.6 and updated failure list Lennart Kolmodin **20061014140355] [Updated failure list about haxml Lennart Kolmodin **20061014135335] [hsshellscript 2.6.3 Luis F. Araujo **20061014134111] [Fix bullet points Duncan Coutts **20061014124356] [Remove old cabal revision (that's not in cvs anymore) Duncan Coutts **20061014123344 and an unused patch ] [Update hdbc and backends to 1.0.1 Duncan Coutts **20061014122819 Also merge some changes from the 1.0.0 versions that have been in portage for some time now. ] [Sync lots of minor changes in various packages from cvs. Duncan Coutts **20061014113943] [Sync portage changes for buddha Duncan Coutts **20061014113444 including gziping the patch and moving it to the mirrors ] [Added bnfc to failure list Lennart Kolmodin **20061013172057] [drift-2.1.2 builds fine Duncan Coutts **20061013080948] [Note a copule of old versions of packages work or are blocked. Duncan Coutts **20061013080855] [Note that wash now builds ok with 6.6 Duncan Coutts **20061013075408] [haddock-0.7 is blocked against ghc-6.6 Duncan Coutts **20061012234747] [old wxhaskell versions are blocked on ghc-6.4 Duncan Coutts **20061012230553] [Quick fix to the failure script Lennart Kolmodin **20061012232249] [More failures list updates, hmake-3.10 is blocked on 6.6 Duncan Coutts **20061012230259] [Update ghc-testsuite-darcs a bit Duncan Coutts **20061012200758] [Add ghc-testsuite ebuild, initially for ghc-6.6 Duncan Coutts **20061012200355 There are still some driver test failures that I do not understand. These do not happen when running the testsuite normally, just from within the ebuild. Perhaps some sandbox thing or the environment is somehow different. ] [Remove cpphs-0.9 Duncan Coutts **20061012193544] [A few comments, attempt to do colors, and renamed output Lennart Kolmodin **20061012191047] [Remove a bunch of old packages and block a bunch of other old ones on ghc-6.6 Duncan Coutts **20061012191105 Few general tidy-ups of .rst file ] [Diff between overlay and cvs, ignoring comments Lennart Kolmodin **20061012183250] [Script to find packages not mentioned in the failure list Lennart Kolmodin **20061012180703 Everything looks ok ] [current versions of lhs2tex are now blocked on ghc-6.6 Duncan Coutts **20061012175353] [Add html version of failures list and makefile to regenerate it Duncan Coutts **20061012174157] [Fix rst warnings Duncan Coutts **20061012174139] [Update failures list, resolve conflicts. Duncan Coutts **20061012130334] [Indention Lennart Kolmodin **20061012172908] [ghc-6.6 failure list update: gtk2hs fails to build Daniel Nilsson **20061012170029] [Added ghc-6.6 block Lennart Kolmodin **20061011180313] [Copied bnfc-2.1.2 from the portage tree Lennart Kolmodin **20061011180242] [More packages to the 6.6 failure list der_eq@freenet.de**20061012141142] [Even more packages added to failure list der_eq@freenet.de**20061012135633] [Added more packages to 6.6 failure list der_eq@freenet.de**20061012133523] [Added hxt and lhs2tex to the failure list der_eq@freenet.de**20061012125746] [added missingh and uuagc der_eq@freenet.de**20061012122821] [uulib-0.9.1 is not in portage der_eq@freenet.de**20061012121624] [uulib-0.9.2 works der_eq@freenet.de**20061012121450] [c2hs, drift, frown and happy build fine with 6.6 Duncan Coutts **20061012120939] [Fixed underlines der_eq@freenet.de**20061012121032 The html looks strange otherwise ] [Alex and haddoc-0.8 work fine Duncan Coutts **20061012120204] [Added buddha partial success Duncan Coutts **20061012120018] [Added uulib failure, fixed notation der_eq@freenet.de**20061012115551] [Adding wxhaskell-0.9.4 failure der_eq@freenet.de**20061012114616] [Add list of packages to test with ghc-6.6 Duncan Coutts **20061012113459] [Actually haddock-0.8 works ok with cabal-1.1.4 Duncan Coutts **20061012004812] [Rename hsql-sqlite3 -> hsql-sqlite3 Duncan Coutts **20061011235105 This was how it was originally comitted to portage ] [Remvoe two old versions of http ebuild Duncan Coutts **20061011234854] [uulib doesn't actualyl need cpphs Duncan Coutts **20061011234143] [Remove old version of uulib and sync with keywords from portage Duncan Coutts **20061011233552] [Update haddock deps Duncan Coutts **20061011232956] [Replace hiding-isSymbol.patch with one that works for ghc-6.2.2 too Duncan Coutts **20061011184731 Also add a dep on happy ] [Remove the testsuite from the SRC_URI Duncan Coutts **20061011181138] [Add ghc66 patch for hsshellscrip-2.6.3 Duncan Coutts **20061011174112] [Remove the test USE flag too Duncan Coutts **20061011141944] [Update extra-libs to ghc-6.6 Duncan Coutts **20061011134411] [Of course we can't build the testsuite as part of ghc buid anymore Duncan Coutts **20061011134148 since it needs other packages that are not in the core. ] [Fix up ghc-6.6 deps Duncan Coutts **20061011134132] [Update ghc ebuild to 6.6 Duncan Coutts **20061011132259 There are still some TODOs that need looking at The testsuite is included, so try FEATURES="test" USE="test" ] [Corrected SRC_URI for dev-haskell/haxml-1.15 basvandijk@home.nl**20061011082136] [Added dev-haskell/djinn/djinn-2005.12.14.ebuild basvandijk@home.nl**20061011081634 NOTE: djinn-2005.12.13 can't find its sources anymore ] [Update cabal with unlit code that didn't make it into 1.1.6 Lennart Kolmodin **20061010164243] [Bump GHC libraries Lennart Kolmodin **20061010162527] [Update ghc ebuild to (hopefully) last ghc-6.5_pre before we get 6.6 Duncan Coutts **20061010154753] [Update haddock ebuild to 0.8 final release Duncan Coutts **20061010144929] [adding new lhs2tex ebuild Andres Loeh **20061010144220] [Bump cabal to release version 1.1.6 Duncan Coutts **20061010123656] [cpphs-1.2 turns out to be both GPL-2 and LGPL-2.1, and this is the way to write it Lennart Kolmodin **20061009184221] [cpphs-1.2 is LGPL-2.1, not GPL-2 Lennart Kolmodin **20061009164032] [No need for this patch now as it's gone in upstream. Duncan Coutts **20061008173824] [ser-th ebuild, works now with ghc-6.5 der_eq@freenet.de**20061008164752] [Add test step for yhc ebuild Duncan Coutts **20061007170233] [various minor changes to the new yhc ebuild Duncan Coutts **20061007165542] [Add Ebuild for build Yhc direct from Darcs. Andrew Wilkinson **20061007145336] [set --partial by default Andres Loeh **20061007165310] [time package has been fixed upstream Duncan Coutts **20061007162830] [Bump ghc version to latest snapshot Duncan Coutts **20061007155843] [I think this does work now. Duncan Coutts **20061007155745] [Bump ghc-extralibs to latest snapshot Duncan Coutts **20061007155615] [Make cabal work ok with ghc-6.2.2 Duncan Coutts **20061007155556] [Bump cabal version Duncan Coutts **20061007155527] [djinn-2005.12.13 tested on amd64 Daniel Nilsson **20061005121545 I have compiled and run djinn-2005.12.13 successfully on amd64. ] [This fix has been included upstream. Duncan Coutts **20061004142410] [fix typo in ewarn cparrott@gentoo.org**20061004230049] [add warning about buddha with ghc 6.4 or later cparrott@gentoo.org**20061004154106] [buddha revbump to 1.2-r1 for ghc-6.6 patch cparrott@gentoo.org**20061004144451] [Updates to the GHC 6.5 failure report Lennart Kolmodin **20061004204320] [Updated failure report Lennart Kolmodin **20061004151107] [Path to C-Sources not needed anymore Lennart Kolmodin **20061004141953] [Add fix for haddock/cpp issues. Duncan Coutts **20061004130212 Please test with other packages. ] [Add note that the ghc-package eclass is maintained by the herd. Duncan Coutts **20061003230112] [new package: dev-haskell/network-alt Daniel Nilsson **20061003185957 Tested on amd64 with ghc-6.4.2 and fps-0.7 ] [dev-haskell/fps-0.7 Daniel Nilsson **20061003185851] [Added dev-haskell/glut basvandijk@home.nl**20061002221303 Copied dev-haskell/opengl and slightly modified it. TODO: - Install examples when the "examples" USE flag is set - GLUT.cabal includes: ...extensions: CPP... Does this mean that CABAL_FEATURES="cpphs" must be set? ] [Removed generation of Setup.hs files for some packages in dev-haskell because up-stream now includes them. basvandijk@home.nl**20061002214118 Affected packages are: arrows, fgl, haskell-src, html, hunit, mtl and quickcheck. ] [Bump ghc & libs snapshot. Lennart Kolmodin **20061002162216] [Sync ghc-darcs with recent changes in 6.5 Duncan Coutts **20060919214244 In particular only build the core-modules now. ] [The ghc-6.6 patch also applies to darcs-1.0.7. Duncan Coutts **20060918223113] [Add fix for darcs 1.0.8 with ghc-6.6 Duncan Coutts **20060918222144] [Fix the fix to bug #148038 :-) Duncan Coutts **20060918222048] [darcs revision bump Luis F. Araujo **20060918205125] [Fix bug #148038. Untested as of yet. Duncan Coutts **20060918110859] [Bump ghc & libs snapshot. Duncan Coutts **20060918094316] [ghc-6.5 is now using haddock-0.8_rc1 Duncan Coutts **20060916135537] [Fix for bug #147685 Duncan Coutts **20060915133953] [Use ${T} rather than ${TMP} in ghc ebuilds Duncan Coutts **20060914154954] [Patch from upstream to fix hsgnutls on amd64. Duncan Coutts **20060914093600] [Add ghc-testsuite-darcs ebuild Duncan Coutts **20060913161707] [Added bnfc and darcs to failure list Lennart Kolmodin **20060913155040] [Make bnfc work with GHC 6.6 Lennart Kolmodin **20060913151819] [Bump ghc & libs shapshots Duncan Coutts **20060913092522] [cd ${S} before patching. Duncan Coutts **20060913092428] [Bump version and add fixes for hsgnutls. Still doesn't build. Duncan Coutts **20060913092319] [Add another ghc-6.5 sparc patch for testing. Duncan Coutts **20060913090617] [Doh! Fix applying of patch. Duncan Coutts **20060912204646] [Bump ghc extralibs snapshot Duncan Coutts **20060912171219] [Test the sparc magler patch in current snapshot. Duncan Coutts **20060912171104] [Bump ghc snapshot Duncan Coutts **20060912171054] [Fix wash for ghc 6.6 Duncan Coutts **20060912170900 Also roll previous hacks into the same patch. ] [Note MissingH problems. Duncan Coutts **20060912120746] [Updates to the failing packages list Lennart Kolmodin **20060912155613] [Add patch to fix hmake for ghc 6.6 Duncan Coutts **20060912115621] [Fix links in failures report. Duncan Coutts **20060912115432] [Update GHC-6.5 failures report. Duncan Coutts **20060912114633] [uulib needs undecidable instances for ghc 6.6 Duncan Coutts **20060912112601] [HaXML-1.17 ebuild der_eq@freenet.de**20060912103351] [Oops, fix inherit order. Duncan Coutts **20060912102615] [Don't warn so much when building haxml Duncan Coutts **20060912101455] [Patch c2hs-0.14.5 for ghc 6.6 Duncan Coutts **20060912092544] [Add ghc 6.6 patch for happy 1.15 Duncan Coutts **20060912090631] [haskell-src and quickcheck now build docs ok. Duncan Coutts **20060911231523] [Bump extralibs to latest snapshot Duncan Coutts **20060911224547] [New Cabal RC Duncan Coutts **20060911224424] [Today's ghc snapshot Duncan Coutts **20060911224252] [Minor tweaks to buddha build & install locations Duncan Coutts **20060911222026] [Fix removing wise files Duncan Coutts **20060911180241] [Add patch to fix buddha for ghc 6.4 and 6.6. Duncan Coutts **20060911175352] [HaXML-1.13.2 ebuild, needs testing with ghc<6.5 der_eq@freenet.de**20060911204156] [Fixed type in broken packages list Lennart Kolmodin **20060911192546] [doc tweaks Duncan Coutts **20060911151654] [haskell-src-exts-0.2 patch (hiding isSymbol) gour@mail.inet.hr**20060911134010] [Note new 1.13.2 haxml release for ghc 6.6 compat. Duncan Coutts **20060911105200] [Ask users to be nice. :-) Duncan Coutts **20060907195559] [Undo a recently introduced bug in the haskell-cabal eclass Lennart Kolmodin **20060910195319 It stopped cabal from dying due to setup configure failure, and also removed extra parameters to the configuration ] [List of which packages fails with ghc-6.5 Lennart Kolmodin **20060910181714] [Fixes to lambdabot-darcs Lennart Kolmodin **20060909164606] [Added live ebuild for lambdabot Lennart Kolmodin **20060909164017] [Update list of extralibs packages failing haddock step. Duncan Coutts **20060908222132] [Remove done packages and note haddock failures. Duncan Coutts **20060908214401] [hsql-sqlite3 ebuild was broken, typo Lennart Kolmodin **20060908183035] [Add new openal and alut ebuilds Duncan Coutts **20060908162030] [OpenGL-bindings ebuild for ghc-6.5 der_eq@freenet.de**20060908161832] [Update TODO Duncan Coutts **20060908143339] [Tidy up current ghc-extralibs. Duncan Coutts **20060908142602 They all build now with current ghc snapshot and haddock-0.8_rc1 It's probably worth checking if they don't build with haddock-0.7. ] [hunit ebuild Luis F. Araujo **20060908073406] [new src-extralibs ebuild and TODO updating Luis F. Araujo **20060908073110] [Bump ghc-extralibs snapshot. Duncan Coutts **20060908024523] [Bump ghc snapshot. Duncan Coutts **20060908024226] [Remove obsolete cabal-get Duncan Coutts **20060908022218] [slight char fix Luis F. Araujo **20060907214819] [first haddock ebuild version Luis F. Araujo **20060907214401] [x11 ebuild for ghc-6.6 der_eq@freenet.de**20060907195911] [new ghc modular ebuilds 'Luis F. Araujo '**20060907195824] [Specifying an absolute path fails. Let it find ghc on the path. Duncan Coutts **20060907194225] [quickcheck ebuild der_eq@freenet.de**20060907193416] [cgi library for ghc-6.6 der_eq@freenet.de**20060907192715] [network library for ghc-6.6 der_eq@freenet.de**20060907192607] [xhtml ebuild added for ghc-6.6 der_eq@freenet.de**20060907162430] [arrows library added der_eq@freenet.de**20060907160949] [haskell-src package added der_eq@freenet.de**20060907160809] [Update ghc snapshot and add update cabal dep. Duncan Coutts **20060907133822] [Add new cabal 1.1.6 RC. Works with mtl now. Duncan Coutts **20060907000201] [Add fmccor's sparc mangler patch, fixing GHCi. Duncan Coutts **20060906153819] [TAG layman-related restructuring of directory hierarchy Andres Loeh **20060905195733] Patch bundle hash: 6eb879dbf5193e60b55ee1a881a3d21b11280ac4