summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 11:27:10 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:02:34 +0100
commit4983dee9485026dc26d04d2d1c42aee4d18a9a69 (patch)
treeba9a6272e2288264d163c5dbd946b0976107873f /dev-haskell/hpack
parentdev-haskell/infer-license: add package (diff)
downloadgentoo-4983dee9485026dc26d04d2d1c42aee4d18a9a69.tar.gz
gentoo-4983dee9485026dc26d04d2d1c42aee4d18a9a69.tar.bz2
gentoo-4983dee9485026dc26d04d2d1c42aee4d18a9a69.zip
dev-haskell/hpack: bump up to 0.33.0
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hpack')
-rw-r--r--dev-haskell/hpack/Manifest1
-rw-r--r--dev-haskell/hpack/hpack-0.33.0.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/hpack/Manifest b/dev-haskell/hpack/Manifest
index b619f116a663..fffe72baea40 100644
--- a/dev-haskell/hpack/Manifest
+++ b/dev-haskell/hpack/Manifest
@@ -1 +1,2 @@
DIST hpack-0.14.1.tar.gz 38373 BLAKE2B d5c3b900e3e2fd852081934f4a7b4a327f4647608ceecf76ac65faf4e464bed7428e4b444f7b06f8a0e7661458e1817aedaaa2ea2dd8161a362be9f596f7f0be SHA512 5bd7b5335aef1a3d866c07937e457397c82235c99b578b6270b699895b9a5d39259eef324e6741af9a6e296bfe56587fc9888dc0fc2e4bd6fe99bbc74a7e0b04
+DIST hpack-0.33.0.tar.gz 60260 BLAKE2B 555178af9cc84e8c0dcf55890908933c9d17d3c7d45d3ec0d309a4e561bf4ea2eb7fbacae7cff232215de59dad3e36734d03f0d574c28d891bdb5c68c1113b45 SHA512 8d70bea1c18e9a26fe137f6e20fec4af28dff6ebc50981d2f57ad9a8e0b9574ff158adb5ba16597b6a5f0e4d843c09fee57dd82407dc1383b1e07453b64d010b
diff --git a/dev-haskell/hpack/hpack-0.33.0.ebuild b/dev-haskell/hpack/hpack-0.33.0.ebuild
new file mode 100644
index 000000000000..da9f5c70e109
--- /dev/null
+++ b/dev-haskell/hpack/hpack-0.33.0.ebuild
@@ -0,0 +1,44 @@
+# 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 test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="An alternative format for Haskell packages"
+HOMEPAGE="https://github.com/sol/hpack#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/aeson-1.4.3.0:=[profile?]
+ dev-haskell/bifunctors:=[profile?]
+ >=dev-haskell/cabal-2.2:=[profile?]
+ dev-haskell/cryptonite:=[profile?]
+ >=dev-haskell/glob-0.9.0:=[profile?]
+ dev-haskell/http-client:=[profile?]
+ dev-haskell/http-client-tls:=[profile?]
+ dev-haskell/http-types:=[profile?]
+ >=dev-haskell/infer-license-0.2.0:=[profile?] <dev-haskell/infer-license-0.3:=[profile?]
+ dev-haskell/scientific:=[profile?]
+ dev-haskell/text:=[profile?]
+ dev-haskell/unordered-containers:=[profile?]
+ dev-haskell/vector:=[profile?]
+ >=dev-haskell/yaml-0.10.0:=[profile?]
+ >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.0.0
+ test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3
+ >=dev-haskell/hunit-1.6.0.0
+ dev-haskell/interpolate
+ >=dev-haskell/mockery-0.3
+ dev-haskell/quickcheck
+ dev-haskell/temporary )
+"