summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-06 08:20:33 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-06 08:20:33 +0000
commit6d80ffff61eda7dbf8b42fa67bb56ca8f205906e (patch)
tree78b102862f1dff52914d0fdaf9acf077492f3b2c /eclass/ChangeLog
parentFix python implementation deps and urwid-1.3.0 compat (523030, 541936) (diff)
downloadgentoo-2-6d80ffff61eda7dbf8b42fa67bb56ca8f205906e.tar.gz
gentoo-2-6d80ffff61eda7dbf8b42fa67bb56ca8f205906e.tar.bz2
gentoo-2-6d80ffff61eda7dbf8b42fa67bb56ca8f205906e.zip
Add new helpers: 'ghc-pm-version' to get ghc version as seen by package manager and 'ghc-is-dynamic' to workaround ghc-api bug https://ghc.haskell.org/trac/ghc/ticket/10301 in ebuild.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 97b7241ad946..77bdc2bf64d5 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1746 2015/08/05 19:23:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1747 2015/08/06 08:20:33 slyfox Exp $
+
+ 06 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass,
+ haskell-cabal.eclass:
+ Add new helpers: 'ghc-pm-version' to get ghc version as seen by package
+ manager and 'ghc-is-dynamic' to workaround ghc-api bug
+ https://ghc.haskell.org/trac/ghc/ticket/10301 in ebuild.
05 Aug 2015; William Hubbs <williamh@gentoo.org> golang-vcs-snapshot.eclass:
add || die and fix indentation