summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-04 08:48:58 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-04 08:48:58 +0100
commitbde4c88c1c1b29ed7c6f1b6e91c724e81befd3b8 (patch)
tree45725f7853ee6f21c41c786fd60c2cfad59ecd2d /dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild
parentdev-haskell/cassava: bump up to 0.5.2.0 (diff)
downloadgentoo-bde4c88c1c1b29ed7c6f1b6e91c724e81befd3b8.tar.gz
gentoo-bde4c88c1c1b29ed7c6f1b6e91c724e81befd3b8.tar.bz2
gentoo-bde4c88c1c1b29ed7c6f1b6e91c724e81befd3b8.zip
dev-haskell/vector-binary-instances: bump up to 0.2.5.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild')
-rw-r--r--dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild
new file mode 100644
index 000000000000..b0d4d4dbe607
--- /dev/null
+++ b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.5.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Instances of Data.Binary and Data.Serialize for vector"
+HOMEPAGE="https://github.com/bos/vector-binary-instances"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/vector-0.6:=[profile?] <dev-haskell/vector-0.13:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/tasty
+ dev-haskell/tasty-quickcheck )
+"
+
+src_prepare() {
+ default
+
+ cabal_chdeps \
+ 'base > 3 && < 4.13' 'base > 3'
+}