blob: d2e7feea50f2859d60fd4cac0409e0642e92939a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.17 2011/01/31 19:34:05 fauli Exp $
31 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
parsec-2.1.0.1.ebuild:
stable x86, bug 352436
23 Jan 2011; Markos Chandras <hwoarang@gentoo.org> parsec-2.1.0.1.ebuild:
Stable on amd64 wrt bug #352436
15 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org> parsec-2.1.0.1.ebuild:
Marked ~x86-fbsd (fixes dev-haskell/network depends, bug #206283)
01 Jul 2010; Jeroen Roovers <jer@gentoo.org> parsec-2.1.0.0.ebuild,
parsec-2.1.0.1.ebuild:
Drop support for ghc and darcs.
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
parsec-2.1.0.1.ebuild:
Transfer Prefix keywords
16 Dec 2009; <kolmodin@gentoo.org> parsec-2.1.0.1.ebuild:
Add ~ppc64 keyword. Tested by trofi.
*parsec-2.1.0.1 (19 Apr 2009)
19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+parsec-2.1.0.1.ebuild:
Version bump.
18 Oct 2008; nixnut <nixnut@gentoo.org> parsec-2.1.0.0.ebuild:
Stable on ppc wrt bug 239368
04 Oct 2008; Raúl Porcel <armin76@gentoo.org> parsec-2.1.0.0.ebuild:
alpha/ia64 stable
02 Oct 2008; Ferris McCormick <fmccor@gentoo.org> parsec-2.1.0.0.ebuild:
Sparc stable, needed for Bug #239368 (been around a long time now).
25 Aug 2008; Raúl Porcel <armin76@gentoo.org> parsec-2.1.0.0.ebuild:
Add ~ia64
15 Jul 2008; Jeroen Roovers <jer@gentoo.org> parsec-2.1.0.0.ebuild:
Stable for HPPA (bug #230919).
06 Jul 2008; Markus Meier <maekke@gentoo.org> ChangeLog:
amd64/x86 stable, bug #230919
28 Jun 2008; Tobias Klausmann <klausman@gentoo.org> parsec-2.1.0.0.ebuild:
Keyworded on alpha, bug #227677
17 Jun 2008; Jeroen Roovers <jer@gentoo.org> parsec-2.1.0.0.ebuild:
Marked ~hppa (bug #227677).
*parsec-2.0 (21 Dec 2007)
21 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +parsec-2.0.ebuild,
parsec-2.1.0.0.ebuild:
Add older version that came bundles with ghc-6.6.1. Also add ~ppc because it
worked before when it was part of the ghc ebuild and this is just a package
split so it seems ok to carry keywords over.
*parsec-2.1.0.0 (20 Dec 2007)
20 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +metadata.xml,
+parsec-2.1.0.0.ebuild:
Initial version. Was previously a core library, now independent of ghc.
|