public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hpack/
@ 2022-07-24 22:05 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ff5103122cb45b3faab4bd35d153f64b4f621060
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 20:07:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff510312

dev-haskell/hpack: add 0.35.0

Closes: https://bugs.gentoo.org/860756
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/hpack/Manifest            |  1 +
 dev-haskell/hpack/hpack-0.35.0.ebuild | 42 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-haskell/hpack/Manifest b/dev-haskell/hpack/Manifest
index 052dde252cfe..5f89ded14691 100644
--- a/dev-haskell/hpack/Manifest
+++ b/dev-haskell/hpack/Manifest
@@ -1 +1,2 @@
 DIST hpack-0.33.0.tar.gz 60260 BLAKE2B 555178af9cc84e8c0dcf55890908933c9d17d3c7d45d3ec0d309a4e561bf4ea2eb7fbacae7cff232215de59dad3e36734d03f0d574c28d891bdb5c68c1113b45 SHA512 8d70bea1c18e9a26fe137f6e20fec4af28dff6ebc50981d2f57ad9a8e0b9574ff158adb5ba16597b6a5f0e4d843c09fee57dd82407dc1383b1e07453b64d010b
+DIST hpack-0.35.0.tar.gz 68119 BLAKE2B 5f000976aa5c9948319dfcb5c3043649ccbc6d4c1424a93c48dcfd9307a49333e89df824a1bcfbbfb32f51b38524606292363ba09ed6d2d08f360aae8b6c2afb SHA512 2f5f6aaa1b4a295e98717da822080f918c25ac69d08577c41afdc05e18d17a04ac4ddb83efebdfc0da8962d8220777ca07cabefeede9c8cf162ee05b1d7c5efd

diff --git a/dev-haskell/hpack/hpack-0.35.0.ebuild b/dev-haskell/hpack/hpack-0.35.0.ebuild
new file mode 100644
index 000000000000..7acfc91f92fb
--- /dev/null
+++ b/dev-haskell/hpack/hpack-0.35.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.1.2
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A modern 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"
+
+RDEPEND=">=dev-haskell/aeson-1.4.3.0:=[profile?]
+	dev-haskell/bifunctors:=[profile?]
+	>=dev-haskell/cabal-3.0.0.0:=[profile?] <dev-haskell/cabal-3.7:=[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/unordered-containers:=[profile?]
+	dev-haskell/vector:=[profile?]
+	>=dev-haskell/yaml-0.10.0:=[profile?]
+	>=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-2.2.0.1
+	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 )
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hpack/
@ 2022-07-24 22:05 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c78e19f02c7a756f07cf0df3a0c5d038d8bebbba
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 20:07:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78e19f0

dev-haskell/hpack: drop 0.33.0

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/hpack/Manifest            |  1 -
 dev-haskell/hpack/hpack-0.33.0.ebuild | 44 -----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-haskell/hpack/Manifest b/dev-haskell/hpack/Manifest
index 5f89ded14691..fee4dcfd5a9c 100644
--- a/dev-haskell/hpack/Manifest
+++ b/dev-haskell/hpack/Manifest
@@ -1,2 +1 @@
-DIST hpack-0.33.0.tar.gz 60260 BLAKE2B 555178af9cc84e8c0dcf55890908933c9d17d3c7d45d3ec0d309a4e561bf4ea2eb7fbacae7cff232215de59dad3e36734d03f0d574c28d891bdb5c68c1113b45 SHA512 8d70bea1c18e9a26fe137f6e20fec4af28dff6ebc50981d2f57ad9a8e0b9574ff158adb5ba16597b6a5f0e4d843c09fee57dd82407dc1383b1e07453b64d010b
 DIST hpack-0.35.0.tar.gz 68119 BLAKE2B 5f000976aa5c9948319dfcb5c3043649ccbc6d4c1424a93c48dcfd9307a49333e89df824a1bcfbbfb32f51b38524606292363ba09ed6d2d08f360aae8b6c2afb SHA512 2f5f6aaa1b4a295e98717da822080f918c25ac69d08577c41afdc05e18d17a04ac4ddb83efebdfc0da8962d8220777ca07cabefeede9c8cf162ee05b1d7c5efd

diff --git a/dev-haskell/hpack/hpack-0.33.0.ebuild b/dev-haskell/hpack/hpack-0.33.0.ebuild
deleted file mode 100644
index da9f5c70e109..000000000000
--- a/dev-haskell/hpack/hpack-0.33.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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 )
-"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-24 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-24 22:05 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hpack/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-07-24 22:05 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox