diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2006-10-14 13:51:04 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2006-10-14 13:51:04 +0000 |
commit | 2969277c4ed3864f104174d87a04ce393dc21c91 (patch) | |
tree | b6306206af4158fdb8baf75ebd8f06a120b67da7 /dev-haskell/haxml | |
parent | Bump version, bug 137883. (diff) | |
download | gentoo-2-2969277c4ed3864f104174d87a04ce393dc21c91.tar.gz gentoo-2-2969277c4ed3864f104174d87a04ce393dc21c91.tar.bz2 gentoo-2-2969277c4ed3864f104174d87a04ce393dc21c91.zip |
Make dev-haskell/haxml-1.13-r1 support profiling
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'dev-haskell/haxml')
-rw-r--r-- | dev-haskell/haxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/haxml/haxml-1.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/haxml/ChangeLog b/dev-haskell/haxml/ChangeLog index da27c156c579..b40b00d08b29 100644 --- a/dev-haskell/haxml/ChangeLog +++ b/dev-haskell/haxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/haxml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.19 2006/10/12 19:11:34 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.20 2006/10/14 13:51:04 kolmodin Exp $ + + 14 Oct 2006; <kolmodin@gentoo.org> haxml-1.13-r1.ebuild: + Make haxml-1.13-r1 support profiling 12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> haxml-1.12.ebuild, haxml-1.13-r1.ebuild: diff --git a/dev-haskell/haxml/haxml-1.13-r1.ebuild b/dev-haskell/haxml/haxml-1.13-r1.ebuild index 760e507fc817..faf59944e79b 100644 --- a/dev-haskell/haxml/haxml-1.13-r1.ebuild +++ b/dev-haskell/haxml/haxml-1.13-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.10 2006/10/12 19:11:34 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.11 2006/10/14 13:51:04 kolmodin Exp $ -CABAL_FEATURES="lib bin haddock" +CABAL_FEATURES="lib bin profile haddock" inherit base haskell-cabal MY_PN=HaXml |