Unverified Commit cbcb20e8 authored by Wolfgang E. Sanyer's avatar Wolfgang E. Sanyer
Browse files

dev-haskell/deque: new package, dep of butcher


Signed-off-by: default avatarWolfgang E. Sanyer <WolfgangESanyer@gmail.com>
parent aa895844
DIST deque-0.4.3.tar.gz 8565 BLAKE2B 6d755a98f9c9f1ab023b50630b0c4a892d813400d39a3c30b4d394ba649f4d3b21b1f2bba2f3161b6b577557f3fd108bd35f57892964c7486a6db67dac4b4106 SHA512 640e46766c443f1fac3819ace611f762f78613c457a0aeaed7cc439f0c9e41f5126d06dec7867bc3d2b0ddc3fc030dda3e30a3b01c79cce65142e884987f21cd
# Copyright 1999-2020 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="Double-ended queues"
HOMEPAGE="https://github.com/nikita-volkov/deque"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-2:=[profile?]
>=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-3:=[profile?]
>=dev-haskell/strict-list-0.1.5:=[profile?] <dev-haskell/strict-list-0.2:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0
test? ( >=dev-haskell/quickcheck-2.8.1 <dev-haskell/quickcheck-3
>=dev-haskell/quickcheck-instances-0.3.11 <dev-haskell/quickcheck-instances-0.4
<dev-haskell/rerebase-2
>=dev-haskell/tasty-0.12 <dev-haskell/tasty-2
>=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.11
>=dev-haskell/tasty-quickcheck-0.9 <dev-haskell/tasty-quickcheck-0.11 )
"
<?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