diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-12-11 08:20:57 +1100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-12 22:33:19 +0000 |
commit | 188b215031df5bfad7b85d4f86ca68cbff0c7488 (patch) | |
tree | b40881043b1e32c7d3f1c66f343f2818a6921648 /dev-haskell/base-orphans/base-orphans-0.8.4.ebuild | |
parent | dev-haskell/uri-bytestring: bump up to 0.3.3.0 (diff) | |
download | gentoo-188b215031df5bfad7b85d4f86ca68cbff0c7488.tar.gz gentoo-188b215031df5bfad7b85d4f86ca68cbff0c7488.tar.bz2 gentoo-188b215031df5bfad7b85d4f86ca68cbff0c7488.zip |
dev-haskell/base-orphans: bump up to 0.8.4
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/base-orphans/base-orphans-0.8.4.ebuild')
-rw-r--r-- | dev-haskell/base-orphans/base-orphans-0.8.4.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/base-orphans/base-orphans-0.8.4.ebuild b/dev-haskell/base-orphans/base-orphans-0.8.4.ebuild new file mode 100644 index 000000000000..3edd14593a73 --- /dev/null +++ b/dev-haskell/base-orphans/base-orphans-0.8.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite" +inherit haskell-cabal + +DESCRIPTION="Backwards-compatible orphan instances for base" +HOMEPAGE="https://github.com/haskell-compat/base-orphans#readme" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # circular depends: base-orphans[test]->hspec->hspec-core->temporary->sxceptions->test-framework->base-orphans + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.12" +# test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3 +# dev-haskell/quickcheck ) +# " |