gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/hunit

A unit testing framework for Haskell

Screenshots

  • hunit-1.6.2.0-r1
    ~amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile test

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • hunit-1.6.2.0
    ~amd64
    doc hscolour hoogle profile test

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • hunit-1.6.2.0
    amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile test

    View      Download      Browse     License: BSD   
    Overlay: gentoo

ChangeLog

commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600

*/*: Remove [profile?] from ghc RDEPEND

This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.

Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600

*/*: Remove ~x86 (and related) from KEYWORDS

x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.

With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.

See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600

*/*: Add [profile?] to ghc RDEPEND

Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.

Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit a50934a0d3f3056d8cf5bf77b5f0f121c74a04bd
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Aug 28 14:16:49 2022 -0600

dev-haskell/hunit: Add patch

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100

*/*: fix https->https in metadatd dtd

Newer hackport fixes this (in git, not tagged yet).

Signed-off-by: Sam James <sam@gentoo.org>

commit c714335040cd19ba5692c3fa6b09c836764fe248
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Fri Feb 26 21:31:15 2021 -0500

dev-haskell/hunit: remove old 1.6.1.0

Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>

commit 5e2077379980c4e4509de95bc94b440f00b46931
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Fri Feb 26 21:28:04 2021 -0500

dev-haskell/hunit: drop old 1.3.1.2

Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>

commit b93a38d320e34277a4512dcbc7a68df2d006f726
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Wed Jan 20 23:14:29 2021 -0500

dev-haskell/hunit: bump to 1.6.2.0

Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>

commit b270eba343a7bbcc08acafea148ea4f35aa74623
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jan 7 07:39:09 2021 +0000

*/*: follow ~x86-macos removal from :gentoo

Removed KEYWORDS as:

```
$ ekeyword ^x86-macos $(git grep -l x86-macos)
```

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit aed7ce399ffb2ffd29fde98e3c15a48865709de4
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Dec 19 12:21:18 2020 +0000

dev-haskell/hunit: bump up to 1.6.1.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 9e7324c47f51ba9bf9ed37998718e25c76a5fcbb
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Aug 7 23:34:42 2020 +0100

*/*: drop ~ppc/~ppc64 keywords following ::gentoo

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 87599158358c20207447089a6ac1f50467146c27
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Apr 14 07:41:06 2020 +0100

*/*: drop ia64 keywords following ::gentoo

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 0ab81901c65aff38c5c322d9ae7955e297987b6c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Apr 11 11:27:33 2020 +0100

dev-lang/ghc: follow sparc keywords removal

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 114f835a21d4050207e344901b7c57364ea219cb
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 22 10:03:36 2020 +0000

*/*: drop alpha keywords following ::gentoo's cleanup

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 3d16013c65cc8986c7537d76ed3a2855e978d057
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 23 15:39:53 2019 +0000

*/*: Inline mirror://hackage and update URIs

Follow ::gentoo commit 2a2e66a9407205f18
("*/*: Inline mirror://hackage and update URIs ")

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit a8a42fbfcd9e248e8132d4ea2e55b4e4a87e3b9f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 16 12:23:07 2019 +0000

::haskell: drop ~x86-fbsd keywords (follow ::gentoo)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit c69a0d15b9888f53ac2f9ff53fd0f8938f329e7d
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Feb 17 19:37:18 2018 +0000

dev-haskell/hunit: drop unsatisfied keywords

Package-Manager: Portage-2.3.24, Repoman-2.3.6

commit 919fd6c414d1be18e2e99aab71f200cd145b7411
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Dec 8 20:33:34 2017 +1100

dev-haskell/hunit: Bump to 1.6.0.0

commit 2a94f64d40e69b69ddfa1b5da7906d17009e5e6f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 24 09:25:20 2017 +0000

refresh Manifests

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 1a6ba469382ab24f8b77b4ff3b043b6e2ed68306
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Feb 28 21:38:05 2017 +0000

follow ::gentoo in removing '# $Id$' headers

Done as
$ sed -i */*/*.ebuild -e '/^# \$Id\$$/d'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit d7ae8378039a50ea403f5aac21f0a496423693cc
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Sep 3 10:44:18 2016 +0100

dev-haskell/hunit: bump up to 1.3.1.2

Package-Manager: portage-2.3.0

commit 110acbf18f48db1299972df3a492e02cf75c4746
Author: Sergei Trofimovich <siarheit@google.com>
Date: Wed May 11 21:58:37 2016 +0100

dev-haskell/hunit: RESTRICT=test (fails on ghc-8)

Fails as 'error' now contains backtrace and
test checks for exact exception string.

Package-Manager: portage-2.2.28

commit aa19eeb10bc2eb3e09f93fa8a102c322742943e4
Author: Vikraman Choudhury <vikraman@gentoo.org>
Date: Tue Jan 26 14:19:48 2016 -0500

Update metadata.xml for GLEP 67

commit b03ee58ee557c24ec3841f3a04cd956ecfc0d604
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Jan 22 22:17:11 2016 +0000

dev-haskell/hunit: bump up to 1.3.1.1

Package-Manager: portage-2.2.27

commit ba26d5fe40f942e2246e360cf8eea678158d390c
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Jan 14 21:26:17 2016 +0000

dev-haskell/hunit: bump up to 1.3.1.0

Package-Manager: portage-2.2.26

commit f701efb7aa9f6be2057a9aff0d880eda068dc8a1
Author: Sergei Trofimovich <siarheit@google.com>
Date: Wed Sep 16 21:26:35 2015 +0100

dev-haskell/hunit: bump up to 1.3.0.0

Package-Manager: portage-2.2.20

commit 4a585b54eb5f4c66e9b867f0bf95b390cbc62c60
Author: Heather <Heather@live.ru>
Date: Wed Aug 12 15:47:28 2015 +0400

fix headers and copyright lines

commit b9c11d9d44644f6a277de1f7af562de56e786675
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Aug 9 10:37:52 2015 +0100

convert '# $Header: ' lines to '# $Id$'

The change was adopted when ::gentoo switched to git.

https://github.com/trofi/gentoo-qa/blob/master/check_header.sh

Signed-off-by: Sergei Trofimovich <siarheit@google.com>

commit 7caba65cd543fbfef1c994cc43a84a5dec653ce7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 24 18:07:32 2014 +0300

metadata.xml: from <maintainer> field in favour of <herd> one

Mangled by tiny tool:
https://github.com/trofi/gentoo-qa/blob/master/shrink_haskell_metadata.hs

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit f283419951e2bfaaae7d1946b600fcaec32a4927
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 14 19:20:36 2014 +0300

portage/gentoo-haskell: removed explicit deepseq depend (core lib since ghc-7.4)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 169a7cb9515466c4cea1972aa43a4e4bc6d59bee
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Jul 2 12:46:35 2014 +1000

hunit 1.2.5.2-r1 needs to be unstable to add to portage

commit b221440ae1ebd54f8110f66f1710ddfd84dd3299
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Dec 21 17:18:03 2013 +1100

Remove deepseq from hunit deps

commit 7262648ba9ca3ea4c7ecfa125751b9107c7f6bd0
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 22 19:20:55 2013 +0300

syn keywords from portage

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit b16d6f32d8c338358f89d24fe01ee305245ef3bb
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Apr 2 17:22:17 2013 +1100

Bump hunit to 1.2.5.2

commit 3ae89184d70386207476d51eb718d85bda4ed15f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Jan 1 21:13:27 2013 +0300

Synced keywords from gentoo-x86 (great gnome keywording by ago)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 6bf9611d034d8797c24907864259658ec289a1e8
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Dec 29 19:20:07 2012 +0300

sync KEYWORDS from gentoo-x86

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 344a746bacd25c4fd42f86842b072d6bff0868b2
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Dec 25 00:49:55 2012 +0300

dev-haskell/hunit: removed old

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 0bc4ec09e6efb7c7412fb7f08aa00ec8bb117718
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Dec 18 14:05:45 2012 +0300

syn keywords from gentoo-x86

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 54394b2c9738f916a0926c2e81653a832dd2b030
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Dec 9 01:28:55 2012 +0300

sync stable keywords from portage

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit d4eec9b3a03509729458f10a6dc2f671049aa7e0
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Sep 14 22:10:27 2012 +1000

Bump hunit to 1.2.5.1. Apply change from portage $D to $ED.

commit 7db4e1b65c2de61d0028528402e5f4d4f1112cf1
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 7 17:44:46 2012 +0400

big mirror update

commit cdb8a47cabe2b822419f605d1283be21fba56cf5
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Jun 17 18:49:57 2012 +1000

Bump hunit to 1.2.4.3

commit 88bbb0224ca4d45e00f0f64b16b0c8e79dab66f1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jun 15 03:11:07 2012 +0300

regenerated all Manifests to make use of 'thin' feature in one shot

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit f8fa74cad70b99a7a1580fbc69c42366a6b6b0c5
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Apr 13 22:02:56 2012 +1000

Sync hunit with portage stable on amd64 and x86

commit 1edc7c5f4ef9877310634d9652473721b9729c63
Author: Mark Wright <markwright@internode.on.net>
Date: Mon Jan 23 17:59:34 2012 +1100

Sync hunit 1.2.4.2 in overlay with portage

commit f194971aa900f402b01ff8b9394242311f3710fd
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 25 15:37:52 2011 +0300

dev-haskell/hunit: removed old (needs ['=dev-lang/ghc-6.4*'])

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit c4dee4b65f20b6202c2c2a0c8ba7afc04b7266da
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Nov 20 11:07:46 2011 +0300

synced KEYWORDS back from portage

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit ddfc3d1aa83b3634fb3be0d8024f3d6afe252445
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Nov 17 23:17:59 2011 +1100

Add hoogle support

commit 88a9ce24e026f0e29ba66bf1f7936201c6ad8e31
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Aug 14 21:10:25 2011 +1000

Bump hunit to 1.2.4.2, built with ghc 7.2.1, 7.0.4 and 6.12.3

commit a81c21d568b11148c043d1055bd23495e1a2d39e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Feb 25 22:56:41 2011 +0200

synced back ppc/ppc64 stabilization from gentoo-x86

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 509ec7491879e3eb8edf7f6bb90c8d7081f1bc94
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Tue Dec 21 20:04:09 2010 +0000

hunit: bump. will be part of haskell-platform 2011.1.0.0

commit f35dde340f042278b29d3404039025d62ae56934
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Fri Oct 22 20:22:18 2010 +0000

synced back keywords from portage

commit 6e0ceb6ec5ec6bda26dead971ff99e5cb33c1994
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Sat Jul 10 22:06:12 2010 +0000

The Great hppa Keyword Removal. As we were thrown off gentoo tree - sync keywords back to the overlay.

commit 9da64d724a80dd9ab92b11f4b9aacb95bca9db3e
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Tue Dec 15 23:13:44 2009 +0000

hunit: don't install self-tests

commit 9c74a57ea9cad70ab59d30bb9ba74c89289495d8
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Tue Dec 15 23:06:03 2009 +0000

hunit: add ~ppc64 again

commit 959b263775f24af8f5cd35183a2347bb6d4a0fa0
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Mon Oct 12 03:33:46 2009 +0000

Bump HUnit to 1.2.2.1

commit 3ba3dba90b93c22be9384b54a0b4208d2f31e97e
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Wed Sep 9 10:09:04 2009 +0000

Bump HUnit to 1.2.2.0

commit bec85141c4247698280a9874c73d46de2d3c0a1f
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Thu Jul 30 20:43:23 2009 +0000

Make hunit-1.2.0.0 (stable in portage) compile with ghc 6.10
Spotted by "a_guest".

commit 206a6ca55c5136fd6e4569931bca8925646d50d0
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat May 9 17:47:38 2009 +0000

Sync QA, KEYWORDS and (R)DEPEND from portage
Most packages part of the haskell-platform has got their RDEPEND and DEPEND
hand written to separate runtime dependencies from compile time dependencies.

commit 40bdc9631e987b1870471a4f1cb0133d836cf2cf
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Thu Mar 26 06:56:41 2009 +0000

Sync KEYWORDs and QA from the portage tree

commit 5d5d1f75eecc0ac3a12d6551c2550f36f7dd19c8
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Mon Nov 3 11:34:55 2008 +0000

Bump HUnit to 1.2.0.3

commit be66b9794bb449100c10ad66ab3cc81f85baaf9f
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Tue Jul 8 16:58:58 2008 +0000

Fix (hopefully) the remaining digests

commit 36af7c06d39e8faf87d9b6ac50aabf69d6a78855
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Mon Jul 7 18:28:35 2008 +0000

Sync from portage
Mostly added keywords or stabilization (wrt ghc 6.8.2), and a few minor
cosmetic things.

commit d62c99200913daf157d3ccc651f7b74651e0e0ad
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Dec 20 23:01:42 2007 +0000

Sync lots of minor changes from portage, mostly keywords.

commit 58bdfe3712e1b3b317a46aad5ad8e907ee0cf6b8
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Dec 13 23:16:14 2007 +0000

Correct cabal version dependencies
Several packages were claiming to need cabal-1.2 but do not actually need it.
This makes things easier for merging into portage.

commit e2f9c1593b5487560b1d1c3ec67efd74d484a2bb
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Dec 12 23:46:57 2007 +0000

Sync changes from portage, mostly keywords and quoting issues
A few minor bug fixes. Also some trivial whitespace changes.

commit c059833f13eaaf27e8c3e032ade8b1ea12700e49
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Nov 4 19:26:02 2007 +0000

Update all the extralibs to use hackage as the SRC_URI

commit 64a0a584c95c133490ff88b6f94ed22a11935dca
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Fri Nov 2 22:07:48 2007 +0000

Update ghc-6.8.1 extralibs SRC_URI and digests

commit f90592b7fc5ae7a4b629f7351aa1f8bd4b27c70c
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Nov 1 11:30:02 2007 +0000

Update extralibs to 6.8.1 tarball

commit 3ff6dc7a93df30eb97816a707ef01869432408f3
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Mon Oct 29 01:51:12 2007 +0000

Add new "extralibs" ebuilds from ghc-6.8.0.x snapshot

commit 595018779f1a89e708e0bc8800a0c64694a272f7
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Tue Oct 9 18:06:08 2007 +0000

Fix hunit wrt cabal 1.2

commit 30cf24e0473d0d884a6c32ed63eb08885eb35b19
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Tue Aug 28 11:51:13 2007 +0000

Remove loads of digest and files dirs
digest files are not used anymore, only the Manifest files.

commit fe2d4c74ec1108144fb8ee58fa9c4d3693d36e45
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Sun Aug 19 14:09:55 2007 +0000

Sync portage->overlay

commit 494a3390613595d63a3008fb9e8a3819c3f8e827
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Jul 11 20:52:21 2007 +0000

Change virtual/ghc to dev-lang/ghc in all DEPENDs
(and another change that snuck in: add ~amd64 to x11-extras and xmonad)

commit 36ee1bec5858d9e23271ce35b7a7d15e912b569b
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Jul 8 15:22:37 2007 +0000

Merge einfo/elog and dep version changes from portage

commit 6425f4e072e3325bb24d7ea2046c3803680f9ef6
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Jul 8 02:45:48 2007 +0000

Update many ghc-6.6.1 extralibs to build with Cabal-1.1.6.x
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.

commit 11000ea82c3b959d08cafed223c08f53e6bc4677
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sat Jul 7 21:04:03 2007 +0000

Add dep on >=dev-haskell/cabal-1.1.6.2 for many of the ghc-6.6.1 "extralibs"
Thanks to Vq^ for testing them all for me.

commit 86074bd91d4c1d404404a48518293b952bdc0e5e
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sat Jul 7 18:51:36 2007 +0000

Add "extralibs" packages that came with ghc-6.6.1, all 18 of them :-)

commit ff8d4af317d7c26aa2c59825a1a7c6dd47c171de
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Mon Jun 11 17:43:28 2007 +0000

Make ghc 6.6 extralibs depend on dev-lang/ghc, not virtual/ghc

commit 289220bd0b2ccf72e077c5cd38aa69f8e1b6e488
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Mon Apr 30 09:12:24 2007 +0000

Sync portage->overlay
Mostly dcoutts stuff, but also some of cparrots stabilizations

commit 038f3679dacd82130ae8d135693533d0a97663ee
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Fri Apr 6 15:08:04 2007 +0000

Sync changes from portage

commit e500c052ce8d0f81051127684c883b11805b4183
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Tue Apr 3 19:03:16 2007 +0000

Add Manifests and digests (merging is a bitch)
Either play with find . -name '...' | xargs .. or simply darcs get a fresh
copy of the repo.

commit 724855799d7b15b3545dabcf443feb5008c25a52
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Sat Mar 17 11:04:39 2007 +0000

Set homepage for common modular libs

commit 0350851ab8d5f1102c14dc96b0378bab6c374907
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Sun Mar 11 16:04:29 2007 +0000

Fix homepage for the first wave of dummy libs

commit b5e2535a45ef1c94a664c22bb05c0774742ee028
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Sun Feb 11 20:52:03 2007 +0000

dummy lib ebuilds install dummy files in ghc-libdir to be picked up by ghc-updater

commit e5f3f3b13329a58138b88336a75c7681392dfa61
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Thu Feb 1 19:12:04 2007 +0000

add dummy library ebuild for hunit and ghc-6.4*

commit d6975be5aeacaa0dccb30e05039d20918b9ce8b1
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Oct 11 13:44:11 2006 +0000

Update extra-libs to ghc-6.6

commit 5a9c5518dabe149e007759c9fadc0ef69deb1cc7
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Tue Oct 10 16:25:27 2006 +0000

Bump GHC libraries

commit 9677778ae6c8574cb8c95e780c704a8325be6449
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sat Oct 7 15:56:15 2006 +0000

Bump ghc-extralibs to latest snapshot

commit d08018c831cd302247da75156c0cf71d297e562d
Author: basvandijk@home.nl <unknown>
Date: Mon Oct 2 21:41:18 2006 +0000

Removed generation of Setup.hs files for some packages in dev-haskell because up-stream now includes them.
Affected packages are: arrows, fgl, haskell-src, html, hunit, mtl and quickcheck.

commit 7ada97e8d08726f90696db52939cc15d21f9e282
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Mon Oct 2 16:22:16 2006 +0000

Bump ghc & libs snapshot.

commit b3ed02b07d5ee99de4bab4165fc7ac4eae64af95
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Mon Sep 18 09:43:16 2006 +0000

Bump ghc & libs snapshot.

commit bb552a17240cf81855081b4185f2bcad3057d524
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Sep 13 09:25:22 2006 +0000

Bump ghc & libs shapshots

commit 9c06692e02475ba6e87ca757418c97580a113d27
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Tue Sep 12 17:12:19 2006 +0000

Bump ghc extralibs snapshot

commit 68cfb482aa6eaa6ec79bd5b16bf27df9f99d6b8b
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Mon Sep 11 22:45:47 2006 +0000

Bump extralibs to latest snapshot

commit c6a6ef23b95e2cf3d6b96d130c01d30cf58d32af
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Fri Sep 8 14:26:02 2006 +0000

Tidy up current ghc-extralibs.
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.

commit 8a0db32ae371a534bab53fa3c3c5d0086c1a901e
Author: Luis F. Araujo <araujo@gentoo.org>
Date: Fri Sep 8 07:34:06 2006 +0000

hunit ebuild

commit 887a2d6280a31e1de335a9ad4d2a01ec4bae1be2
Author: Luis F. Araujo <araujo@gentoo.org>
Date: Fri Sep 8 07:31:10 2006 +0000

new src-extralibs ebuild and TODO updating