diff options
Diffstat (limited to 'dev-haskell/regex-compat/regex-compat-0.92.ebuild')
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.92.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/regex-compat/regex-compat-0.92.ebuild b/dev-haskell/regex-compat/regex-compat-0.92.ebuild index 31dfa397d8d9..a26af95326ab 100644 --- a/dev-haskell/regex-compat/regex-compat-0.92.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.92.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.7 2011/02/25 13:09:10 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.8 2012/09/12 15:17:57 qnikst Exp $ CABAL_FEATURES="profile haddock lib" inherit haskell-cabal DESCRIPTION="One module layer over regex-posix to replace Text.Regex" HOMEPAGE="http://sourceforge.net/projects/lazy-regex" -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="BSD" SLOT="0" |