summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/polyparse')
-rw-r--r--dev-haskell/polyparse/ChangeLog6
-rw-r--r--dev-haskell/polyparse/polyparse-1.8.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-haskell/polyparse/ChangeLog b/dev-haskell/polyparse/ChangeLog
index 473acc2b9d4d..a42ce0ab9367 100644
--- a/dev-haskell/polyparse/ChangeLog
+++ b/dev-haskell/polyparse/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for dev-haskell/polyparse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.1 2012/06/16 09:50:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.2 2012/09/12 15:54:33 qnikst Exp $
+
+ 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> polyparse-1.8.ebuild:
+ move dev-haskell/polyparse/polyparse-1.8.ebuild ebuild to mirror://hackage
*polyparse-1.8 (16 Jun 2012)
16 Jun 2012; Mark Wright <gienah@gentoo.org> +metadata.xml,
+polyparse-1.8.ebuild:
Add polyparse for haxml 1.23
-
diff --git a/dev-haskell/polyparse/polyparse-1.8.ebuild b/dev-haskell/polyparse/polyparse-1.8.ebuild
index 1bcb516b83ab..72a2c1dc9817 100644
--- a/dev-haskell/polyparse/polyparse-1.8.ebuild
+++ b/dev-haskell/polyparse/polyparse-1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.8.ebuild,v 1.1 2012/06/16 09:50:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.8.ebuild,v 1.2 2012/09/12 15:54:33 qnikst Exp $
EAPI=4
@@ -9,7 +9,7 @@ inherit haskell-cabal
DESCRIPTION="A variety of alternative parser combinator libraries."
HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"