mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/uuagc-cabal: bump up to 1.2.0.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST uuagc-cabal-1.0.6.0.tar.gz 14781 BLAKE2B 8c68bf07e6e5e579cf59968e887728080c9c4233069bdc253402a8eae5e124d17bf52b3acd0e0a01e64e7d31bb948ff61c210c5afb4a64a3b449c8c302dcea00 SHA512 778edb1c5d209836b38de93ecde8fe9bf37e2b5ececfe5a6d9c92ddac01b1dc1ee865fe861bacb07617a317f2dc1d0a2a967aa9ec2682270e0bf58efb85c27a7
|
||||
DIST uuagc-cabal-1.2.0.0.tar.gz 15067 BLAKE2B 95951f1547d753c45ceafdfc7649bacc2cb069759342b7567da0fcacd868c635c4573f20f3cdba529bd4954514f865a4989fc0489dace118a0fd27c269f8e543 SHA512 7c5276b210ee24665ef76180e0e11a8535de2fdc65b15bd2c9e52923486736474e53cfb0350aa644776a1ba551100119cd4da6fb9a1da39b1953f04467c5bbf1
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
# ebuild generated by hackport 0.4.3.9999
|
||||
# ebuild generated by hackport 0.6.6.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Cabal plugin for the Universiteit Utrecht Attribute Grammar System"
|
||||
HOMEPAGE="http://www.cs.uu.nl/wiki/HUT/WebHome"
|
||||
DESCRIPTION="Cabal plugin for UUAGC"
|
||||
HOMEPAGE="https://github.com/UU-ComputerScience/uuagc"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
@@ -17,11 +17,11 @@ SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/cabal-1.8.0.6:=[profile?]
|
||||
>=dev-haskell/mtl-2.0.1.0:=[profile?]
|
||||
RDEPEND=">=dev-haskell/cabal-2:=[profile?]
|
||||
>=dev-haskell/mtl-2.2.1:=[profile?]
|
||||
>=dev-haskell/uulib-0.9.14:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.8
|
||||
>=dev-haskell/cabal-1.10
|
||||
"
|
||||
Reference in New Issue
Block a user