diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-06-20 23:09:28 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-06-20 23:09:28 +0000 |
commit | 506eb955c6cf95d8b8ac12bcabb79ebaff951381 (patch) | |
tree | 31a294aeb3bd6108f233229388b41c229858537d /dev-haskell/quickcheck-io | |
parent | add new version due to #473858 (diff) | |
download | gentoo-2-506eb955c6cf95d8b8ac12bcabb79ebaff951381.tar.gz gentoo-2-506eb955c6cf95d8b8ac12bcabb79ebaff951381.tar.bz2 gentoo-2-506eb955c6cf95d8b8ac12bcabb79ebaff951381.zip |
add quickcheck-io-0.1.0 due to #473858
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/quickcheck-io')
-rw-r--r-- | dev-haskell/quickcheck-io/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/quickcheck-io/metadata.xml | 12 | ||||
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild | 25 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/quickcheck-io/ChangeLog b/dev-haskell/quickcheck-io/ChangeLog new file mode 100644 index 000000000000..ebbd69361baa --- /dev/null +++ b/dev-haskell/quickcheck-io/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/quickcheck-io +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v 1.1 2013/06/20 23:09:28 qnikst Exp $ + +*quickcheck-io-0.1.0 (20 Jun 2013) + + 20 Jun 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml, + +quickcheck-io-0.1.0.ebuild: + add quickcheck-io-0.1.0 due to #473858 diff --git a/dev-haskell/quickcheck-io/metadata.xml b/dev-haskell/quickcheck-io/metadata.xml new file mode 100644 index 000000000000..389de63b2532 --- /dev/null +++ b/dev-haskell/quickcheck-io/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + This package provides an orphan instance that allows you to + use HUnit assertions as QuickCheck properties. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild new file mode 100644 index 000000000000..3286aaacf051 --- /dev/null +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild,v 1.1 2013/06/20 23:09:28 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Use HUnit assertions as QuickCheck properties" +HOMEPAGE="http://hackage.haskell.org/package/quickcheck-io" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/hunit-1.2.5:=[profile?] + >=dev-haskell/quickcheck-2.5.1:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" |