summaryrefslogtreecommitdiff
path: root/dev-haskell/text-binary
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/text-binary
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/text-binary')
-rw-r--r--dev-haskell/text-binary/Manifest3
-rw-r--r--dev-haskell/text-binary/metadata.xml13
-rw-r--r--dev-haskell/text-binary/text-binary-0.2.1.1.ebuild25
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-haskell/text-binary/Manifest b/dev-haskell/text-binary/Manifest
new file mode 100644
index 000000000000..fe72f9e2fd3a
--- /dev/null
+++ b/dev-haskell/text-binary/Manifest
@@ -0,0 +1,3 @@
+DIST text-binary-0.2.1.1.tar.gz 1729 BLAKE2B fb69d6b86e18a86ac9b49074e662afe0205e2ea8253ebbefb4c9dbee51ed8126ce7ad1d1f5f8c7ef3c94e1a4778f68750d7889a75a930a20b5733cb0093d58f1 SHA512 eea91648ddc63f2997432abd2cc3d78efa27e3745c199eeccd01114df6a67dae948a16a6f784e09ba380047101fefab802f1812b0833d3e02deb45b6292c34a1
+EBUILD text-binary-0.2.1.1.ebuild 568 BLAKE2B c56f8a5fd8f02d168b6f47a4520c8b943cfe6b614cbce08f833a9737d1e6d2c78a765a653291bec38f88bcef06b29185ee1a3a563a140a95e64d8298934fba9d SHA512 257bfd0ffd271e40bd893f1f2ac6e2c07b5a059fdd8e616beca26bacad0edf31a740602086b06988169db45ea81c63ede81d8448c93628a1a65101f4010d2bc5
+MISC metadata.xml 457 BLAKE2B 89447e910de317ceaf1b99772780fedbfd600d28628b800ba608ce4b22e3cb96db9907cf31641d6f3aa795d6214e9272c5f9807b6d5d74e72fa601bdda409235 SHA512 39839d522a756bc903f06b1854df7c8cdd6a0705331c55edbb0063c54fcac7677f11e5d0a6433cd2b2e81d289372aa40f35ced478fe48d81fcc39c207b33bc7e
diff --git a/dev-haskell/text-binary/metadata.xml b/dev-haskell/text-binary/metadata.xml
new file mode 100644
index 000000000000..1845f50353d3
--- /dev/null
+++ b/dev-haskell/text-binary/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ A compatibility layer providing Binary instances for strict
+ and lazy text types for versions older than 1.2.1 of
+ &lt;https://hackage.haskell.org/package/text&gt;.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/text-binary/text-binary-0.2.1.1.ebuild b/dev-haskell/text-binary/text-binary-0.2.1.1.ebuild
new file mode 100644
index 000000000000..9fccf239ec5d
--- /dev/null
+++ b/dev-haskell/text-binary/text-binary-0.2.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Binary instances for text types"
+HOMEPAGE="https://github.com/kawu/text-binary"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"