diff options
author | 2015-08-02 11:05:41 +0000 | |
---|---|---|
committer | 2015-08-02 11:05:41 +0000 | |
commit | 8576b4e5d9554affd9c5241dc6dd77437528960b (patch) | |
tree | 1ede6bb967427b881a60abe2f2382b54c6a0e711 /dev-haskell/tasty | |
parent | Drop old. (diff) | |
download | gentoo-2-8576b4e5d9554affd9c5241dc6dd77437528960b.tar.gz gentoo-2-8576b4e5d9554affd9c5241dc6dd77437528960b.tar.bz2 gentoo-2-8576b4e5d9554affd9c5241dc6dd77437528960b.zip |
Drop dev-haskell/deepseq depend. ghc bundles it for a long while and we are using that version.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/tasty')
-rw-r--r-- | dev-haskell/tasty/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/tasty/tasty-0.7.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/tasty/ChangeLog b/dev-haskell/tasty/ChangeLog index cfc008cff838..345a4c1c6f5a 100644 --- a/dev-haskell/tasty/ChangeLog +++ b/dev-haskell/tasty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/tasty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.10 2015/07/17 09:22:38 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.11 2015/08/02 11:05:41 slyfox Exp $ + + 02 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> tasty-0.7.ebuild: + Drop dev-haskell/deepseq depend. ghc bundles it for a long while and we are + using that version. *tasty-0.10.1.2 (17 Jul 2015) diff --git a/dev-haskell/tasty/tasty-0.7.ebuild b/dev-haskell/tasty/tasty-0.7.ebuild index bf1c894d59ee..94350e6a9b64 100644 --- a/dev-haskell/tasty/tasty-0.7.ebuild +++ b/dev-haskell/tasty/tasty-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v 1.1 2014/03/12 20:55:33 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v 1.2 2015/08/02 11:05:41 slyfox Exp $ EAPI=5 @@ -18,8 +18,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+colors" -RDEPEND=">=dev-haskell/deepseq-1.3:=[profile?] - >=dev-haskell/either-4.0:=[profile?] +RDEPEND=">=dev-haskell/either-4.0:=[profile?] dev-haskell/mtl:=[profile?] >=dev-haskell/optparse-applicative-0.6:=[profile?] >=dev-haskell/regex-tdfa-1.1.8:=[profile?] |