blob: 582418c1f0f1a29522cc9180568b4026554ee38a (
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
|
# ChangeLog for dev-haskell/hmake
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.16 2005/08/05 13:54:23 kosmikus Exp $
05 Aug 2005; Andres Loeh <kosmikus@gentoo.org> -hmake-3.08.ebuild,
-hmake-3.09.ebuild:
Removed old ebuilds.
05 Aug 2005; Andres Loeh <kosmikus@gentoo.org> hmake-3.10.ebuild:
Added a workaround to prevent sandbox violations (see bug #97441).
23 Mar 2005; Andres Loeh <kosmikus@gentoo.org> hmake-3.08.ebuild,
hmake-3.09.ebuild:
Clarified which versions of hmake work with which versions of ghc.
*hmake-3.10 (23 Mar 2005)
23 Mar 2005; Luis F. Araujo <araujo@gentoo.org> +hmake-3.10.ebuild:
New hmake release.
*hmake-3.09 (08 Mar 2005)
08 Mar 2005; Luis F. Araujo <araujo@gentoo.org> metadata.xml,
+hmake-3.09.ebuild:
New hmake release
21 Jan 2005; Andres Loeh <kosmikus@gentoo.org> -hmake-3.07.ebuild,
hmake-3.08.ebuild:
Restored gcc compatibility (bug #71713). Removed optional nhc98 dependency
for now.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> hmake-3.08.ebuild:
virtual/glibc -> virtual/libc
02 Jun 2004; Aron Griffis <agriffis@gentoo.org> hmake-3.07.ebuild,
hmake-3.08.ebuild:
Fix use invocation
24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> hmake-3.08.ebuild:
don't use deprecated ? : use syntax
17 Sep 2003; John Mylchreest <johnm@gentoo.org>; hmake-3.08.ebuild:
updating to fix headtails issue
03 Jul 2003; Andres Loeh <kosmikus@gentoo.org> hmake-3.08.ebuild:
Removed garbage from the ebuild.
24 Jun 2003; Andres Loeh <kosmikus@gentoo.org> hmake-3.08.ebuild,
files/patch-3.08-cpp:
Removed the patches again. Source archive includes them now.
*hmake-3.08 (24 Jun 2003)
24 Jun 2003; Andres Loeh <kosmikus@gentoo.org> hmake-3.08.ebuild,
files/patch-3.08-cpp:
Version bump. Cleaned up the ebuild. Readline usage now really is disabled if
corresponding USE flag is not set.
*hmake-3.07 (22 Apr 2003)
22 Apr 2003; Andres Loeh <kosmikus@gentoo.org> all :
Initial import. Thanks to Thomas L. Bevan <tom@regex.com.au> for submitting an
ebuild (#3970). hmake is a make-like tool that can be used with the major Haskell
compilers (i.e. ghc, nhc98, hbc).
|