diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-12-23 22:53:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-12-23 22:53:37 +0000 |
commit | c00bc92cae030c3d1fee2e92053c7ccbc3ff7c19 (patch) | |
tree | 5a9effa70517623b9c293ac3e4bea12f9643cd86 | |
parent | Version bump for Gnome 3.14. Clean up old revision. (diff) | |
download | gentoo-2-c00bc92cae030c3d1fee2e92053c7ccbc3ff7c19.tar.gz gentoo-2-c00bc92cae030c3d1fee2e92053c7ccbc3ff7c19.tar.bz2 gentoo-2-c00bc92cae030c3d1fee2e92053c7ccbc3ff7c19.zip |
Mark as a core lib for ghc-7.8.4.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
-rw-r--r-- | dev-haskell/xhtml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog index 99752dfdc694..88a0f1946d28 100644 --- a/dev-haskell/xhtml/ChangeLog +++ b/dev-haskell/xhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/xhtml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.43 2014/08/12 10:07:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.44 2014/12/23 22:53:37 slyfox Exp $ + + 23 Dec 2014; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild: + Mark as a core lib for ghc-7.8.4. 12 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> -xhtml-3000.2.0.1.ebuild, -xhtml-3000.2.1.ebuild, xhtml-3000.2.1-r1.ebuild: diff --git a/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild index e7cc9c59103f..b9bcb084beac 100644 --- a/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild +++ b/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.8 2014/08/12 10:07:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.9 2014/12/23 22:53:36 slyfox Exp $ EAPI=5 @@ -22,4 +22,4 @@ RDEPEND=">=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6" -CABAL_CORE_LIB_GHC_PV="7.8.3" +CABAL_CORE_LIB_GHC_PV="7.8.3 7.8.3.20141119 7.8.4" |