diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 14:25:22 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 15:02:21 +0000 |
commit | 534008cb5e56f6f6b4838e2f192b5540a1d6de39 (patch) | |
tree | ea4342cb1c6549d280a2ed567b124571eaf62f6c /dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild | |
parent | dev-haskell/recaptcha: bump up to 0.1.0.4 (diff) | |
download | gentoo-534008cb5e56f6f6b4838e2f192b5540a1d6de39.tar.gz gentoo-534008cb5e56f6f6b4838e2f192b5540a1d6de39.tar.bz2 gentoo-534008cb5e56f6f6b4838e2f192b5540a1d6de39.zip |
dev-haskell/quickcheck-unicode: bump up to 1.0.1.0
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild')
-rw-r--r-- | dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild new file mode 100644 index 000000000000..2b9116dc605a --- /dev/null +++ b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generator and shrink functions for testing Unicode-related software" +HOMEPAGE="https://github.com/bos/quickcheck-unicode" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/quickcheck-2.7:2=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |