summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-04 22:40:14 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-04 22:40:27 +0100
commit78bd25b9831036797a87be3764245a3d45ea864e (patch)
tree1cc8db7d450f6daa0f84451263ee777d680e4fcd /dev-haskell/multipart
parentdev-python/rq: add missing mock test dep (diff)
downloadgentoo-78bd25b9831036797a87be3764245a3d45ea864e.tar.gz
gentoo-78bd25b9831036797a87be3764245a3d45ea864e.tar.bz2
gentoo-78bd25b9831036797a87be3764245a3d45ea864e.zip
dev-haskell/multipart: bump up to 0.2.0
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/multipart')
-rw-r--r--dev-haskell/multipart/Manifest1
-rw-r--r--dev-haskell/multipart/multipart-0.2.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/multipart/Manifest b/dev-haskell/multipart/Manifest
index da678d1cd48e..0548c487e43f 100644
--- a/dev-haskell/multipart/Manifest
+++ b/dev-haskell/multipart/Manifest
@@ -1 +1,2 @@
DIST multipart-0.1.2.tar.gz 6787 BLAKE2B f367f689510873eb0f58e08cd74efceb021ab4294495e4048766b12fe7242163a61f4207821e0fd7c12289433807cf0d198ef53d3a471469ee40a3a9f88d0620 SHA512 abc3c7ad89cf9f46d72abaca3ca4782ba717ed6306b81c0c2c0bebde098a330c3a2ee4c62494cd66928265843ef497005bcf09962b50f302a9419712adef578a
+DIST multipart-0.2.0.tar.gz 6593 BLAKE2B e7528c1d95df96ada9b9c17315ebe9c9f304842c0783007e37c545769195b87105dce4a0ee9690bbd8143ca9dfd43a8ad7c1b0e98fd386944f1af5e868fd1a4d SHA512 e2ea580113a84a6ad218e9c0ef79da94ab92017c81969c864847df020759cd94555f53ea0722c230555af2d2ccb531bd9d07cb2da1342d0e3556b70a58678be0
diff --git a/dev-haskell/multipart/multipart-0.2.0.ebuild b/dev-haskell/multipart/multipart-0.2.0.ebuild
new file mode 100644
index 000000000000..9da933fdb468
--- /dev/null
+++ b/dev-haskell/multipart/multipart-0.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP multipart split out of the cgi package"
+HOMEPAGE="http://www.github.com/silkapp/multipart"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/parsec-2.0:=[profile?]
+ dev-haskell/stringsearch:=[profile?]
+ >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.0.0
+"