diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 12:53:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 12:53:06 +0000 |
commit | d8589244ca3fab9a1f9e5674f388884f7f03f6ef (patch) | |
tree | 735304e7f4cd40303ac7590023fcaa983bca697c /dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild | |
parent | dev-haskell/test-framework-hunit: bump up to 0.3.0.2-r1 (diff) | |
download | gentoo-d8589244ca3fab9a1f9e5674f388884f7f03f6ef.tar.gz gentoo-d8589244ca3fab9a1f9e5674f388884f7f03f6ef.tar.bz2 gentoo-d8589244ca3fab9a1f9e5674f388884f7f03f6ef.zip |
dev-haskell/test-framework: bump up to 0.8.2.0-r2
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild')
-rw-r--r-- | dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild b/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild new file mode 100644 index 000000000000..baeb10cc95c8 --- /dev/null +++ b/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.5.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: missing modules +inherit haskell-cabal + +DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" +HOMEPAGE="http://haskell.github.io/test-framework/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RESTRICT="test" # tests are missing + +RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?] + >=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?] <dev-haskell/ansi-wl-pprint-0.7:=[profile?] + >=dev-haskell/base-orphans-0.1:=[profile?] + >=dev-haskell/hostname-1.0:=[profile?] <dev-haskell/hostname-1.1:=[profile?] + >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?] + >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?] + >=dev-haskell/regex-posix-0.72:=[profile?] + >=dev-haskell/semigroups-0.18:=[profile?] + >=dev-haskell/xml-1.3.5:=[profile?] <dev-haskell/xml-1.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +src_prepare() { + default + + cabal_chdeps \ + 'ansi-terminal >= 0.4.0 && < 0.9' 'ansi-terminal >= 0.4.0' \ + 'base-orphans >= 0.1 && < 0.5' 'base-orphans >= 0.1' \ + 'containers >= 0.1 && < 0.6' 'containers >= 0.1' \ + 'semigroups >= 0.18 && < 0.19' 'semigroups >= 0.18' \ + 'QuickCheck >= 2.3 && < 2.10' 'QuickCheck >= 2.3' \ + 'regex-posix >= 0.72 && < 0.96' 'regex-posix >= 0.72' \ + 'time >= 1.1.2 && < 1.9' 'time >= 1.1.2' +} |