Unverified Commit 128b82bb authored by hololeap's avatar hololeap Committed by Wolfgang E. Sanyer
Browse files

dev-haskell/bytestring-encoding: Add 0.1.0.0

parent ac818a5c
DIST bytestring-encoding-0.1.0.0.tar.gz 6085 BLAKE2B 2424fd45e9d36491587f4efdb3a5eae2325c24d41b4f10d00984c07dfeaba6b35e388a07e81eb79b1c74145ede46d7494177741dee340c8726b00d029eb565ff SHA512 7fcd920d3aa8695bbb6381b23c1cd05d976dd1b07164a3a1e9a0781facaf3e756250199380ef0a523c838c1ec7de6c21e863e2c9437ce58a53f9fe19da574c14
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="ByteString <-> Text converter based on GHC.IO.Encoding"
HOMEPAGE="https://github.com/msakai/bytestring-encoding#readme"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-haskell/text:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
test? ( dev-haskell/quickcheck
>=dev-haskell/tasty-0.10.1
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck
dev-haskell/tasty-th )
"
<?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>
</pkgmetadata>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment