diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-05 07:42:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-05 07:45:11 +0100 |
commit | 1edd67bd3dabb240997965c4d2c526e3e02ed632 (patch) | |
tree | 63621e2d0614286522f05fe476f29fbdf7d9618c /dev-haskell | |
parent | dev-haskell/parsec1: bump up to 1.0.0.7 (diff) | |
download | gentoo-1edd67bd3dabb240997965c4d2c526e3e02ed632.tar.gz gentoo-1edd67bd3dabb240997965c4d2c526e3e02ed632.tar.bz2 gentoo-1edd67bd3dabb240997965c4d2c526e3e02ed632.zip |
dev-haskell/psqueue: bump up to 1.1.0.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/psqueue/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/psqueue/psqueue-1.1.0.1.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-haskell/psqueue/Manifest b/dev-haskell/psqueue/Manifest index adabc84502c4..1415dcc438f8 100644 --- a/dev-haskell/psqueue/Manifest +++ b/dev-haskell/psqueue/Manifest @@ -1 +1,2 @@ +DIST PSQueue-1.1.0.1.tar.gz 6408 BLAKE2B 5852064aabcea6e9495234cf16d4292878ed5b645fa822aaafb5d1bc869ba2fc30ce83ef4b5fa009faae4616b814cc776f796b38f51bae877324194755ab5bcb SHA512 76d5cd09d7955c4d7500b7e68fd4776b84d5cbbcc6eb1a101549119e11fdd8a452bc87cb473eef37655a18f5a5e616d126e020edb907901feae77a0b10b86eb9 DIST PSQueue-1.1.tar.gz 6280 BLAKE2B 5810404fa4cb93814987215b8ab4177540647ddb4e2d8678d53529e2539edb441fcc25cff26e9037ca6fb37c709b9dfd4e34a19d0d716e10270849ea297fda81 SHA512 34fbd599b7fc47aef8952db79c848f4b50716d2d900b1d8274733ad4c7382d41a0407159e89af9828355c618412c626e4384f2e7461396b51cf866d9b8cfdb0d diff --git a/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild b/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild new file mode 100644 index 000000000000..5ae6c9add7b8 --- /dev/null +++ b/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="PSQueue" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Priority Search Queue" +HOMEPAGE="http://hackage.haskell.org/package/PSQueue" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.0 +" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + + cabal_chdeps \ + 'base >= 4.3 && < 4.13' 'base >= 4.3' +} |