public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stack/
@ 2017-05-28 17:53 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2017-05-28 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     be086dd1af05368a28a87e862c58372e0555e223
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 16:26:19 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:53:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be086dd1

dev-haskell/stack: new package, asked by Harri Nieminen

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/622
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/stack/Manifest           |   1 +
 dev-haskell/stack/metadata.xml       |  15 ++++
 dev-haskell/stack/stack-1.3.2.ebuild | 134 +++++++++++++++++++++++++++++++++++
 3 files changed, 150 insertions(+)

diff --git a/dev-haskell/stack/Manifest b/dev-haskell/stack/Manifest
new file mode 100644
index 00000000000..57e400d23a9
--- /dev/null
+++ b/dev-haskell/stack/Manifest
@@ -0,0 +1 @@
+DIST stack-1.3.2.tar.gz 502764 SHA256 488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7 SHA512 1805268fa548ea8c120abe2498b0de75d0e6a265c1a53aab1a6da51e8c4b00bc8b5c100abb1e1e822a3a68b2f469c3c82ba9c12ad7753a20a0819f8e0bd27d12 WHIRLPOOL 4354ac08c592baa165bfe18e944ff6cf1fa1826fa8bd61ba0832d08582116fea34e453e0bec941c87a70b1c2e9d2df66e31d472197dd9ec433bf3fdcaa63798b

diff --git a/dev-haskell/stack/metadata.xml b/dev-haskell/stack/metadata.xml
new file mode 100644
index 00000000000..d702142876f
--- /dev/null
+++ b/dev-haskell/stack/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+	<longdescription>
+		Please see the README.md for usage information, and
+		the wiki on Github for more details.  Also, note that
+		the API for the library is not currently stable, and may
+		change significantly, even between minor releases. It is
+		currently only intended for use by the executable.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/stack/stack-1.3.2.ebuild b/dev-haskell/stack/stack-1.3.2.ebuild
new file mode 100644
index 00000000000..5026954bf78
--- /dev/null
+++ b/dev-haskell/stack/stack-1.3.2.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+#hackport: flags: -disable-git-info,-hide-dependency-versions,-integration-tests,-static
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="The Haskell Tool Stack"
+HOMEPAGE="http://haskellstack.org"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test # installs packages from network
+
+RDEPEND=">=dev-haskell/aeson-1.0:=[profile?] <dev-haskell/aeson-1.1:=[profile?]
+	>=dev-haskell/annotated-wl-pprint-0.7.0:=[profile?] <dev-haskell/annotated-wl-pprint-0.8:=[profile?]
+	>=dev-haskell/ansi-terminal-0.6.2.3:=[profile?] <dev-haskell/ansi-terminal-0.7:=[profile?]
+	>=dev-haskell/async-2.0.2:=[profile?] <dev-haskell/async-2.2:=[profile?]
+	>=dev-haskell/attoparsec-0.12.1.5:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
+	>=dev-haskell/base-compat-0.6:=[profile?] <dev-haskell/base-compat-0.10:=[profile?]
+	>=dev-haskell/base16-bytestring-0.1.1.6:=[profile?] <dev-haskell/base16-bytestring-0.2:=[profile?]
+	>=dev-haskell/base64-bytestring-1.0.0.1:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
+	>=dev-haskell/binary-tagged-0.1.1:=[profile?] <dev-haskell/binary-tagged-0.2:=[profile?]
+	>=dev-haskell/blaze-builder-0.4.0.2:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
+	>=dev-haskell/byteable-0.1.1:=[profile?] <dev-haskell/byteable-0.2:=[profile?]
+	>=dev-haskell/cabal-1.18.1.5:=[profile?] <dev-haskell/cabal-1.25:=[profile?]
+	>=dev-haskell/clock-0.7.2:=[profile?] <dev-haskell/clock-0.8:=[profile?]
+	>=dev-haskell/conduit-1.2.8:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
+	>=dev-haskell/conduit-extra-1.1.7.1:=[profile?] <dev-haskell/conduit-extra-1.2:=[profile?]
+	>=dev-haskell/cryptohash-0.11.6:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?]
+	>=dev-haskell/cryptohash-conduit-0.1.1:=[profile?] <dev-haskell/cryptohash-conduit-0.2:=[profile?]
+	>=dev-haskell/either-4.4.1.1:=[profile?] <dev-haskell/either-4.5:=[profile?]
+	>=dev-haskell/errors-2.1.2:=[profile?] <dev-haskell/errors-2.2:=[profile?]
+	>=dev-haskell/exceptions-0.8.0.2:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
+	>=dev-haskell/extra-1.4.10:=[profile?] <dev-haskell/extra-1.6:=[profile?]
+	>=dev-haskell/fast-logger-2.3.1:=[profile?] <dev-haskell/fast-logger-2.5:=[profile?]
+	>=dev-haskell/file-embed-0.0.10:=[profile?] <dev-haskell/file-embed-0.1:=[profile?]
+	>=dev-haskell/filelock-0.1.0.1:=[profile?] <dev-haskell/filelock-0.2:=[profile?]
+	>=dev-haskell/fsnotify-0.2.1:=[profile?] <dev-haskell/fsnotify-0.3:=[profile?]
+	>=dev-haskell/generic-deriving-1.10.5:=[profile?] <dev-haskell/generic-deriving-1.12:=[profile?]
+	>=dev-haskell/gitrev-1.1:=[profile?] <dev-haskell/gitrev-1.3:=[profile?]
+	>=dev-haskell/hashable-1.2.3.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
+	>=dev-haskell/hastache-0.6.1:=[profile?] <dev-haskell/hastache-0.7:=[profile?]
+	>=dev-haskell/hit-0.6.3:=[profile?] <dev-haskell/hit-0.7:=[profile?]
+	>=dev-haskell/hpack-0.14.0:=[profile?] <dev-haskell/hpack-0.16:=[profile?]
+	>=dev-haskell/http-client-0.5.3.3:=[profile?] <dev-haskell/http-client-0.6:=[profile?]
+	>=dev-haskell/http-client-tls-0.3.3:=[profile?] <dev-haskell/http-client-tls-0.4:=[profile?]
+	>=dev-haskell/http-conduit-2.2.3:=[profile?] <dev-haskell/http-conduit-2.3:=[profile?]
+	>=dev-haskell/http-types-0.8.6:=[profile?] <dev-haskell/http-types-0.10:=[profile?]
+	>=dev-haskell/lifted-async-0.9.0:=[profile?] <dev-haskell/lifted-async-0.10:=[profile?]
+	>=dev-haskell/lifted-base-0.2.3.8:=[profile?] <dev-haskell/lifted-base-0.3:=[profile?]
+	>=dev-haskell/microlens-0.3.0.0:=[profile?] <dev-haskell/microlens-0.5:=[profile?]
+	>=dev-haskell/monad-control-1.0.1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
+	>=dev-haskell/monad-logger-0.3.13.1:=[profile?] <dev-haskell/monad-logger-0.4:=[profile?]
+	>=dev-haskell/monad-unlift-0.2.0:=[profile?] <dev-haskell/monad-unlift-0.3:=[profile?]
+	>=dev-haskell/mtl-2.1.3.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
+	>=dev-haskell/open-browser-0.2.1:=[profile?] <dev-haskell/open-browser-0.3:=[profile?]
+	>=dev-haskell/optparse-applicative-0.13:=[profile?] <dev-haskell/optparse-applicative-0.14:=[profile?]
+	>=dev-haskell/optparse-simple-0.0.3:=[profile?] <dev-haskell/optparse-simple-0.1:=[profile?]
+	>=dev-haskell/path-0.5.9:=[profile?] <dev-haskell/path-0.6:=[profile?]
+	>=dev-haskell/path-io-1.1.0:=[profile?] <dev-haskell/path-io-2.0.0:=[profile?]
+	>=dev-haskell/persistent-2.1.2:=[profile?] <dev-haskell/persistent-2.7:=[profile?]
+	>=dev-haskell/persistent-template-2.1.1:=[profile?] <dev-haskell/persistent-template-2.6:=[profile?]
+	>=dev-haskell/pid1-0.1:=[profile?] <dev-haskell/pid1-0.2:=[profile?]
+	>=dev-haskell/project-template-0.2:=[profile?] <dev-haskell/project-template-0.3:=[profile?]
+	>=dev-haskell/regex-applicative-text-0.1.0.1:=[profile?] <dev-haskell/regex-applicative-text-0.2:=[profile?]
+	>=dev-haskell/resourcet-1.1.4.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
+	>=dev-haskell/retry-0.6:=[profile?] <dev-haskell/retry-0.8:=[profile?]
+	>=dev-haskell/safe-0.3:=[profile?] <dev-haskell/safe-0.4:=[profile?]
+	>=dev-haskell/safe-exceptions-0.1.4.0:=[profile?] <dev-haskell/safe-exceptions-0.2:=[profile?]
+	>=dev-haskell/semigroups-0.5:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
+	>=dev-haskell/split-0.2.3.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
+	>=dev-haskell/stm-2.4.4:=[profile?] <dev-haskell/stm-2.5:=[profile?]
+	>=dev-haskell/store-0.2.1.0:=[profile?] <dev-haskell/store-0.4:=[profile?]
+	>=dev-haskell/streaming-commons-0.1.10.0:=[profile?] <dev-haskell/streaming-commons-0.2:=[profile?]
+	>=dev-haskell/tar-0.5.0.3:=[profile?] <dev-haskell/tar-0.6:=[profile?]
+	>=dev-haskell/temporary-1.2.0.3:=[profile?] <dev-haskell/temporary-1.3:=[profile?]
+	>=dev-haskell/text-1.2.0.4:=[profile?] <dev-haskell/text-1.3:=[profile?]
+	>=dev-haskell/text-binary-0.2.1.1:=[profile?] <dev-haskell/text-binary-0.3:=[profile?]
+	>=dev-haskell/text-metrics-0.1:=[profile?] <dev-haskell/text-metrics-0.3:=[profile?]
+	>=dev-haskell/tls-1.3.8:=[profile?] <dev-haskell/tls-1.4:=[profile?]
+	>=dev-haskell/transformers-base-0.4.4:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
+	>=dev-haskell/unicode-transforms-0.1:=[profile?] <dev-haskell/unicode-transforms-0.3:=[profile?]
+	>=dev-haskell/unix-compat-0.4.1.4:=[profile?] <dev-haskell/unix-compat-0.5:=[profile?]
+	>=dev-haskell/unordered-containers-0.2.5.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
+	>=dev-haskell/vector-0.10.12.3:=[profile?] <dev-haskell/vector-0.12:=[profile?]
+	>=dev-haskell/vector-binary-instances-0.2.3.2:=[profile?] <dev-haskell/vector-binary-instances-0.3:=[profile?]
+	>=dev-haskell/yaml-0.8.20:=[profile?] <dev-haskell/yaml-0.9:=[profile?]
+	>=dev-haskell/zip-archive-0.2.3.7:=[profile?] <dev-haskell/zip-archive-0.4:=[profile?]
+	>=dev-haskell/zlib-0.5.4.2:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
+	>=dev-lang/ghc-7.10.1:=
+	>dev-haskell/persistent-sqlite-2.5.0.1:=[profile?] <dev-haskell/persistent-sqlite-2.7:=[profile?]
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.22.2.0
+	test? ( >=dev-haskell/attoparsec-0.13.1.0 <dev-haskell/attoparsec-0.14
+		>=dev-haskell/conduit-extra-1.1.14 <dev-haskell/conduit-extra-1.2
+		>=dev-haskell/cryptohash-0.11.9 <dev-haskell/cryptohash-0.12
+		>=dev-haskell/exceptions-0.8.3 <dev-haskell/exceptions-0.9
+		>=dev-haskell/hspec-2.2 <dev-haskell/hspec-2.4
+		>=dev-haskell/monad-logger-0.3.20.1 <dev-haskell/monad-logger-0.4
+		>=dev-haskell/mono-traversable-0.10.2 <dev-haskell/mono-traversable-0.11
+		>=dev-haskell/neat-interpolation-0.3 <dev-haskell/neat-interpolation-0.4
+		>=dev-haskell/quickcheck-2.8.2 <dev-haskell/quickcheck-2.10
+		>=dev-haskell/resourcet-1.1.8.1 <dev-haskell/resourcet-1.2
+		>=dev-haskell/smallcheck-1.1.1 <dev-haskell/smallcheck-1.2
+		>=dev-haskell/temporary-1.2.0.4 <dev-haskell/temporary-1.3
+		>=dev-haskell/text-1.2.2.1 <dev-haskell/text-1.3
+		>=dev-haskell/th-reify-many-0.1.6 <dev-haskell/th-reify-many-0.2
+		>=dev-haskell/vector-0.11.0.0 <dev-haskell/vector-0.12 )
+"
+
+src_prepare() {
+	default
+
+	cabal_chdeps \
+		'directory >=1.2.1.0 && <1.3' 'directory >=1.2.1.0'
+}
+
+src_configure() {
+	haskell-cabal_src_configure \
+		--flag=-disable-git-info \
+		--flag=-hide-dependency-versions \
+		--flag=-integration-tests \
+		--flag=-static
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stack/
@ 2017-08-26 11:32 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2017-08-26 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3fdd4fa407378b296b28396fcbbab34669bd3bb9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 11:26:35 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 11:32:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdd4fa4

dev-haskell/stack: block against dev-haskell/stack-bin[symlink]

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-haskell/stack/stack-1.3.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-haskell/stack/stack-1.3.2.ebuild b/dev-haskell/stack/stack-1.3.2.ebuild
index 5026954bf78..a49d42ceea3 100644
--- a/dev-haskell/stack/stack-1.3.2.ebuild
+++ b/dev-haskell/stack/stack-1.3.2.ebuild
@@ -117,6 +117,7 @@ DEPEND="${RDEPEND}
 		>=dev-haskell/th-reify-many-0.1.6 <dev-haskell/th-reify-many-0.2
 		>=dev-haskell/vector-0.11.0.0 <dev-haskell/vector-0.12 )
 "
+RDEPEND+=" !dev-haskell/stack-bin[symlink]"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stack/
@ 2017-12-09 14:14 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2017-12-09 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6e4ecf092e52175f8d435f86702700add023963d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 14:13:50 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 14:13:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4ecf09

dev-haskell/stack: fix lower conduit bound, bug #640370 by Jappie Klooster

Bug: https://bugs.gentoo.org/640370
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-haskell/stack/stack-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/stack/stack-1.3.2.ebuild b/dev-haskell/stack/stack-1.3.2.ebuild
index a49d42ceea3..4d87beee8e8 100644
--- a/dev-haskell/stack/stack-1.3.2.ebuild
+++ b/dev-haskell/stack/stack-1.3.2.ebuild
@@ -33,7 +33,7 @@ RDEPEND=">=dev-haskell/aeson-1.0:=[profile?] <dev-haskell/aeson-1.1:=[profile?]
 	>=dev-haskell/byteable-0.1.1:=[profile?] <dev-haskell/byteable-0.2:=[profile?]
 	>=dev-haskell/cabal-1.18.1.5:=[profile?] <dev-haskell/cabal-1.25:=[profile?]
 	>=dev-haskell/clock-0.7.2:=[profile?] <dev-haskell/clock-0.8:=[profile?]
-	>=dev-haskell/conduit-1.2.8:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
+	>=dev-haskell/conduit-1.2.9:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
 	>=dev-haskell/conduit-extra-1.1.7.1:=[profile?] <dev-haskell/conduit-extra-1.2:=[profile?]
 	>=dev-haskell/cryptohash-0.11.6:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?]
 	>=dev-haskell/cryptohash-conduit-0.1.1:=[profile?] <dev-haskell/cryptohash-conduit-0.2:=[profile?]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stack/
@ 2020-08-06  7:42 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2020-08-06  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     fa285e6659306676a1c55800e75f5d278b9cecc3
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug  5 22:20:02 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 07:41:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa285e66

dev-haskell/stack: remove old

Closes: https://bugs.gentoo.org/641122
Closes: https://bugs.gentoo.org/637096
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/stack/Manifest           |   1 -
 dev-haskell/stack/stack-1.3.2.ebuild | 135 -----------------------------------
 2 files changed, 136 deletions(-)

diff --git a/dev-haskell/stack/Manifest b/dev-haskell/stack/Manifest
index dde9cad34d0..0800360bb47 100644
--- a/dev-haskell/stack/Manifest
+++ b/dev-haskell/stack/Manifest
@@ -1,2 +1 @@
-DIST stack-1.3.2.tar.gz 502764 BLAKE2B 13becc53cc3b24036c3718a2d2f9d581239f231f948fa8dc610436d71201461f614695addaf145bad4bff18da0f8f3c923b317be3515fe64054387e9ef976851 SHA512 1805268fa548ea8c120abe2498b0de75d0e6a265c1a53aab1a6da51e8c4b00bc8b5c100abb1e1e822a3a68b2f469c3c82ba9c12ad7753a20a0819f8e0bd27d12
 DIST stack-2.3.1.tar.gz 570880 BLAKE2B 7bb2304f61ea58b0d76340a3f8a2b252b904a65ea709e5b0d376c79878a67e8e5e7456e6361143d1d687502b00bd0fdc12fdf98fbfd085b452174d2701c16b99 SHA512 b5bab09697d2be10445500911ff0b038adc0e9e27baa2b015de9dd3c7d18dbac8d813c20451ac660c43d3ed2c2f587b4dfffd759653ce9c23b159a936e345aa5

diff --git a/dev-haskell/stack/stack-1.3.2.ebuild b/dev-haskell/stack/stack-1.3.2.ebuild
deleted file mode 100644
index ea8f7edb727..00000000000
--- a/dev-haskell/stack/stack-1.3.2.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-#hackport: flags: -disable-git-info,-hide-dependency-versions,-integration-tests,-static
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="The Haskell Tool Stack"
-HOMEPAGE="http://haskellstack.org"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # installs packages from network
-
-RDEPEND=">=dev-haskell/aeson-1.0:=[profile?] <dev-haskell/aeson-1.1:=[profile?]
-	>=dev-haskell/annotated-wl-pprint-0.7.0:=[profile?] <dev-haskell/annotated-wl-pprint-0.8:=[profile?]
-	>=dev-haskell/ansi-terminal-0.6.2.3:=[profile?] <dev-haskell/ansi-terminal-0.7:=[profile?]
-	>=dev-haskell/async-2.0.2:=[profile?] <dev-haskell/async-2.2:=[profile?]
-	>=dev-haskell/attoparsec-0.12.1.5:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
-	>=dev-haskell/base-compat-0.6:=[profile?] <dev-haskell/base-compat-0.10:=[profile?]
-	>=dev-haskell/base16-bytestring-0.1.1.6:=[profile?] <dev-haskell/base16-bytestring-0.2:=[profile?]
-	>=dev-haskell/base64-bytestring-1.0.0.1:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
-	>=dev-haskell/binary-tagged-0.1.1:=[profile?] <dev-haskell/binary-tagged-0.2:=[profile?]
-	>=dev-haskell/blaze-builder-0.4.0.2:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
-	>=dev-haskell/byteable-0.1.1:=[profile?] <dev-haskell/byteable-0.2:=[profile?]
-	>=dev-haskell/cabal-1.18.1.5:=[profile?] <dev-haskell/cabal-1.25:=[profile?]
-	>=dev-haskell/clock-0.7.2:=[profile?] <dev-haskell/clock-0.8:=[profile?]
-	>=dev-haskell/conduit-1.2.9:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
-	>=dev-haskell/conduit-extra-1.1.7.1:=[profile?] <dev-haskell/conduit-extra-1.2:=[profile?]
-	>=dev-haskell/cryptohash-0.11.6:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?]
-	>=dev-haskell/cryptohash-conduit-0.1.1:=[profile?] <dev-haskell/cryptohash-conduit-0.2:=[profile?]
-	>=dev-haskell/either-4.4.1.1:=[profile?] <dev-haskell/either-4.5:=[profile?]
-	>=dev-haskell/errors-2.1.2:=[profile?] <dev-haskell/errors-2.2:=[profile?]
-	>=dev-haskell/exceptions-0.8.0.2:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
-	>=dev-haskell/extra-1.4.10:=[profile?] <dev-haskell/extra-1.6:=[profile?]
-	>=dev-haskell/fast-logger-2.3.1:=[profile?] <dev-haskell/fast-logger-2.5:=[profile?]
-	>=dev-haskell/file-embed-0.0.10:=[profile?] <dev-haskell/file-embed-0.1:=[profile?]
-	>=dev-haskell/filelock-0.1.0.1:=[profile?] <dev-haskell/filelock-0.2:=[profile?]
-	>=dev-haskell/fsnotify-0.2.1:=[profile?] <dev-haskell/fsnotify-0.3:=[profile?]
-	>=dev-haskell/generic-deriving-1.10.5:=[profile?] <dev-haskell/generic-deriving-1.12:=[profile?]
-	>=dev-haskell/gitrev-1.1:=[profile?] <dev-haskell/gitrev-1.3:=[profile?]
-	>=dev-haskell/hashable-1.2.3.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
-	>=dev-haskell/hastache-0.6.1:=[profile?] <dev-haskell/hastache-0.7:=[profile?]
-	>=dev-haskell/hit-0.6.3:=[profile?] <dev-haskell/hit-0.7:=[profile?]
-	>=dev-haskell/hpack-0.14.0:=[profile?] <dev-haskell/hpack-0.16:=[profile?]
-	>=dev-haskell/http-client-0.5.3.3:=[profile?] <dev-haskell/http-client-0.6:=[profile?]
-	>=dev-haskell/http-client-tls-0.3.3:=[profile?] <dev-haskell/http-client-tls-0.4:=[profile?]
-	>=dev-haskell/http-conduit-2.2.3:=[profile?] <dev-haskell/http-conduit-2.3:=[profile?]
-	>=dev-haskell/http-types-0.8.6:=[profile?] <dev-haskell/http-types-0.10:=[profile?]
-	>=dev-haskell/lifted-async-0.9.0:=[profile?] <dev-haskell/lifted-async-0.10:=[profile?]
-	>=dev-haskell/lifted-base-0.2.3.8:=[profile?] <dev-haskell/lifted-base-0.3:=[profile?]
-	>=dev-haskell/microlens-0.3.0.0:=[profile?] <dev-haskell/microlens-0.5:=[profile?]
-	>=dev-haskell/monad-control-1.0.1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
-	>=dev-haskell/monad-logger-0.3.13.1:=[profile?] <dev-haskell/monad-logger-0.4:=[profile?]
-	>=dev-haskell/monad-unlift-0.2.0:=[profile?] <dev-haskell/monad-unlift-0.3:=[profile?]
-	>=dev-haskell/mtl-2.1.3.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
-	>=dev-haskell/open-browser-0.2.1:=[profile?] <dev-haskell/open-browser-0.3:=[profile?]
-	>=dev-haskell/optparse-applicative-0.13:=[profile?] <dev-haskell/optparse-applicative-0.14:=[profile?]
-	>=dev-haskell/optparse-simple-0.0.3:=[profile?] <dev-haskell/optparse-simple-0.1:=[profile?]
-	>=dev-haskell/path-0.5.9:=[profile?] <dev-haskell/path-0.6:=[profile?]
-	>=dev-haskell/path-io-1.1.0:=[profile?] <dev-haskell/path-io-2.0.0:=[profile?]
-	>=dev-haskell/persistent-2.1.2:=[profile?] <dev-haskell/persistent-2.7:=[profile?]
-	>=dev-haskell/persistent-template-2.1.1:=[profile?] <dev-haskell/persistent-template-2.6:=[profile?]
-	>=dev-haskell/pid1-0.1:=[profile?] <dev-haskell/pid1-0.2:=[profile?]
-	>=dev-haskell/project-template-0.2:=[profile?] <dev-haskell/project-template-0.3:=[profile?]
-	>=dev-haskell/regex-applicative-text-0.1.0.1:=[profile?] <dev-haskell/regex-applicative-text-0.2:=[profile?]
-	>=dev-haskell/resourcet-1.1.4.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
-	>=dev-haskell/retry-0.6:=[profile?] <dev-haskell/retry-0.8:=[profile?]
-	>=dev-haskell/safe-0.3:=[profile?] <dev-haskell/safe-0.4:=[profile?]
-	>=dev-haskell/safe-exceptions-0.1.4.0:=[profile?] <dev-haskell/safe-exceptions-0.2:=[profile?]
-	>=dev-haskell/semigroups-0.5:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
-	>=dev-haskell/split-0.2.3.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
-	>=dev-haskell/stm-2.4.4:=[profile?] <dev-haskell/stm-2.5:=[profile?]
-	>=dev-haskell/store-0.2.1.0:=[profile?] <dev-haskell/store-0.4:=[profile?]
-	>=dev-haskell/streaming-commons-0.1.10.0:=[profile?] <dev-haskell/streaming-commons-0.2:=[profile?]
-	>=dev-haskell/tar-0.5.0.3:=[profile?] <dev-haskell/tar-0.6:=[profile?]
-	>=dev-haskell/temporary-1.2.0.3:=[profile?] <dev-haskell/temporary-1.3:=[profile?]
-	>=dev-haskell/text-1.2.0.4:=[profile?] <dev-haskell/text-1.3:=[profile?]
-	>=dev-haskell/text-binary-0.2.1.1:=[profile?] <dev-haskell/text-binary-0.3:=[profile?]
-	>=dev-haskell/text-metrics-0.1:=[profile?] <dev-haskell/text-metrics-0.3:=[profile?]
-	>=dev-haskell/tls-1.3.8:=[profile?] <dev-haskell/tls-1.4:=[profile?]
-	>=dev-haskell/transformers-base-0.4.4:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
-	>=dev-haskell/unicode-transforms-0.1:=[profile?] <dev-haskell/unicode-transforms-0.3:=[profile?]
-	>=dev-haskell/unix-compat-0.4.1.4:=[profile?] <dev-haskell/unix-compat-0.5:=[profile?]
-	>=dev-haskell/unordered-containers-0.2.5.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
-	>=dev-haskell/vector-0.10.12.3:=[profile?] <dev-haskell/vector-0.12:=[profile?]
-	>=dev-haskell/vector-binary-instances-0.2.3.2:=[profile?] <dev-haskell/vector-binary-instances-0.3:=[profile?]
-	>=dev-haskell/yaml-0.8.20:=[profile?] <dev-haskell/yaml-0.9:=[profile?]
-	>=dev-haskell/zip-archive-0.2.3.7:=[profile?] <dev-haskell/zip-archive-0.4:=[profile?]
-	>=dev-haskell/zlib-0.5.4.2:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
-	>=dev-lang/ghc-7.10.1:=
-	>dev-haskell/persistent-sqlite-2.5.0.1:=[profile?] <dev-haskell/persistent-sqlite-2.7:=[profile?]
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.22.2.0
-	test? ( >=dev-haskell/attoparsec-0.13.1.0 <dev-haskell/attoparsec-0.14
-		>=dev-haskell/conduit-extra-1.1.14 <dev-haskell/conduit-extra-1.2
-		>=dev-haskell/cryptohash-0.11.9 <dev-haskell/cryptohash-0.12
-		>=dev-haskell/exceptions-0.8.3 <dev-haskell/exceptions-0.9
-		>=dev-haskell/hspec-2.2 <dev-haskell/hspec-2.4
-		>=dev-haskell/monad-logger-0.3.20.1 <dev-haskell/monad-logger-0.4
-		>=dev-haskell/mono-traversable-0.10.2 <dev-haskell/mono-traversable-0.11
-		>=dev-haskell/neat-interpolation-0.3 <dev-haskell/neat-interpolation-0.4
-		>=dev-haskell/quickcheck-2.8.2 <dev-haskell/quickcheck-2.10
-		>=dev-haskell/resourcet-1.1.8.1 <dev-haskell/resourcet-1.2
-		>=dev-haskell/smallcheck-1.1.1 <dev-haskell/smallcheck-1.2
-		>=dev-haskell/temporary-1.2.0.4 <dev-haskell/temporary-1.3
-		>=dev-haskell/text-1.2.2.1 <dev-haskell/text-1.3
-		>=dev-haskell/th-reify-many-0.1.6 <dev-haskell/th-reify-many-0.2
-		>=dev-haskell/vector-0.11.0.0 <dev-haskell/vector-0.12 )
-"
-RDEPEND+=" !dev-haskell/stack-bin[symlink]"
-
-src_prepare() {
-	default
-
-	cabal_chdeps \
-		'directory >=1.2.1.0 && <1.3' 'directory >=1.2.1.0'
-}
-
-src_configure() {
-	haskell-cabal_src_configure \
-		--flag=-disable-git-info \
-		--flag=-hide-dependency-versions \
-		--flag=-integration-tests \
-		--flag=-static
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stack/
@ 2020-08-07  6:37 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2020-08-07  6:37 UTC (permalink / raw
  To: gentoo-commits

commit:     00b98d42bf441379c37d337d41c325c8cf4ebdaa
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Thu Aug  6 22:52:34 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 06:37:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b98d42

dev-haskell/stack: bump up to 2.3.3

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/stack/Manifest           |   1 +
 dev-haskell/stack/metadata.xml       |  16 ++++-
 dev-haskell/stack/stack-2.3.3.ebuild | 114 +++++++++++++++++++++++++++++++++++
 3 files changed, 128 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/stack/Manifest b/dev-haskell/stack/Manifest
index 0800360bb47..0ae4b4fe57c 100644
--- a/dev-haskell/stack/Manifest
+++ b/dev-haskell/stack/Manifest
@@ -1 +1,2 @@
 DIST stack-2.3.1.tar.gz 570880 BLAKE2B 7bb2304f61ea58b0d76340a3f8a2b252b904a65ea709e5b0d376c79878a67e8e5e7456e6361143d1d687502b00bd0fdc12fdf98fbfd085b452174d2701c16b99 SHA512 b5bab09697d2be10445500911ff0b038adc0e9e27baa2b015de9dd3c7d18dbac8d813c20451ac660c43d3ed2c2f587b4dfffd759653ce9c23b159a936e345aa5
+DIST stack-2.3.3.tar.gz 572406 BLAKE2B 4b88614ede72ea3704e3bfad433a7931860c1c098bb65aeabca46d3abc5364ea132b8a7f0f559f1b07463d4b753b5501081841fa388a5d817389d91371214236 SHA512 cb93e3bcb8f92e01f374806f07f366ca318d66e3b7bd3cfa3fe3b72dce954d2bb371f51e3f79fca8aec19d1d3adef370bb09237bf29340a1bc851a9a103d77a3

diff --git a/dev-haskell/stack/metadata.xml b/dev-haskell/stack/metadata.xml
index d702142876f..530923816ff 100644
--- a/dev-haskell/stack/metadata.xml
+++ b/dev-haskell/stack/metadata.xml
@@ -5,10 +5,20 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
+	<use>
+		<flag name="developer-mode">By default, should extra developer information be output?</flag>
+	</use>
 	<longdescription>
-		Please see the README.md for usage information, and
-		the wiki on Github for more details.  Also, note that
-		the API for the library is not currently stable, and may
+		Please see the documentation at &lt;https://docs.haskellstack.org&gt;
+		for usage information.
+		
+		If building a &#39;stack&#39; executable for distribution, please download the
+		source code from &lt;https://github.com/commercialhaskell/stack/releases&gt;
+		and build it using Stack itself in order to ensure identical behaviour
+		to official binaries.  This package on Hackage is provided for convenience
+		and bootstrapping purposes.
+		
+		Note that the API for the library is not currently stable, and may
 		change significantly, even between minor releases. It is
 		currently only intended for use by the executable.
 	</longdescription>

diff --git a/dev-haskell/stack/stack-2.3.3.ebuild b/dev-haskell/stack/stack-2.3.3.ebuild
new file mode 100644
index 00000000000..3b0a49f834f
--- /dev/null
+++ b/dev-haskell/stack/stack-2.3.3.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.9999
+#hackport: flags: -disable-git-info,-hide-dependency-versions,-integration-tests,-static,-supported-build
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="The Haskell Tool Stack"
+HOMEPAGE="https://haskellstack.org"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="developer-mode"
+
+RESTRICT=test # requires network access
+
+RDEPEND=">=dev-haskell/aeson-1.4.6.0:=[profile?]
+	>=dev-haskell/annotated-wl-pprint-0.7.0:=[profile?]
+	>=dev-haskell/ansi-terminal-0.9.1:=[profile?]
+	>=dev-haskell/async-2.2.2:=[profile?]
+	>=dev-haskell/attoparsec-0.13.2.3:=[profile?]
+	>=dev-haskell/base64-bytestring-1.0.0.3:=[profile?]
+	>=dev-haskell/cabal-3.0.0.0:=[profile?]
+	>=dev-haskell/casa-client-0.0.1:=[profile?]
+	>=dev-haskell/casa-types-0.0.1:=[profile?]
+	>=dev-haskell/colour-2.3.5:=[profile?]
+	>=dev-haskell/conduit-1.3.1.2:=[profile?]
+	>=dev-haskell/conduit-extra-1.3.4:=[profile?]
+	>=dev-haskell/cryptonite-0.25:=[profile?]
+	>=dev-haskell/cryptonite-conduit-0.2.2:=[profile?]
+	>=dev-haskell/echo-0.1.3:=[profile?]
+	>=dev-haskell/exceptions-0.10.4:=[profile?]
+	>=dev-haskell/extra-1.6.19:=[profile?]
+	>=dev-haskell/file-embed-0.0.11.1:=[profile?]
+	>=dev-haskell/filelock-0.1.1.5:=[profile?]
+	>=dev-haskell/fsnotify-0.3.0.1:=[profile?]
+	>=dev-haskell/generic-deriving-1.12.4:=[profile?]
+	>=dev-haskell/githash-0.1.3.3:=[profile?]
+	>=dev-haskell/hackage-security-0.5.3.0:=[profile?]
+	>=dev-haskell/hashable-1.2.7.0:=[profile?]
+	>=dev-haskell/hi-file-parser-0.1.0.0:=[profile?]
+	>=dev-haskell/hpack-0.33.0:=[profile?]
+	>=dev-haskell/http-client-0.6.4:=[profile?]
+	>=dev-haskell/http-client-tls-0.3.5.3:=[profile?]
+	>=dev-haskell/http-conduit-2.3.7.3:=[profile?]
+	>=dev-haskell/http-download-0.2.0.0:=[profile?]
+	>=dev-haskell/http-types-0.12.3:=[profile?]
+	>=dev-haskell/memory-0.14.18:=[profile?]
+	>=dev-haskell/microlens-0.4.10:=[profile?]
+	>=dev-haskell/mintty-0.1.2:=[profile?]
+	>=dev-haskell/mono-traversable-1.0.15.1:=[profile?]
+	>=dev-haskell/mtl-2.2.2:=[profile?]
+	>=dev-haskell/mustache-2.3.1:=[profile?]
+	>=dev-haskell/neat-interpolation-0.3.2.6:=[profile?]
+	>=dev-haskell/network-uri-2.6.2.0:=[profile?]
+	>=dev-haskell/open-browser-0.2.1.0:=[profile?]
+	>=dev-haskell/optparse-applicative-0.14.3.0:=[profile?]
+	>=dev-haskell/optparse-simple-0.1.1.2:=[profile?]
+	>=dev-haskell/pantry-0.4:=[profile?] <dev-haskell/pantry-0.5:=[profile?]
+	>=dev-haskell/path-0.6.1:=[profile?]
+	>=dev-haskell/path-io-1.4.2:=[profile?]
+	>=dev-haskell/persistent-2.9.2:=[profile?]
+	>=dev-haskell/persistent-sqlite-2.9.3:=[profile?]
+	>=dev-haskell/persistent-template-2.6.0:=[profile?]
+	>=dev-haskell/primitive-0.6.4.0:=[profile?]
+	>=dev-haskell/project-template-0.2.0.1:=[profile?]
+	>=dev-haskell/regex-applicative-text-0.1.0.1:=[profile?]
+	>=dev-haskell/retry-0.8.1.0:=[profile?]
+	>=dev-haskell/rio-0.1.14.0:=[profile?]
+	>=dev-haskell/rio-prettyprint-0.1.0.0:=[profile?]
+	>=dev-haskell/semigroups-0.18.5:=[profile?]
+	>=dev-haskell/split-0.2.3.3:=[profile?]
+	>=dev-haskell/stm-2.5.0.0:=[profile?]
+	>=dev-haskell/streaming-commons-0.2.1.2:=[profile?]
+	>=dev-haskell/tar-0.5.1.1:=[profile?]
+	>=dev-haskell/temporary-1.3:=[profile?]
+	>=dev-haskell/text-1.2.3.1:=[profile?]
+	>=dev-haskell/text-metrics-0.3.0:=[profile?]
+	>=dev-haskell/th-reify-many-0.1.9:=[profile?]
+	>=dev-haskell/tls-1.4.1:=[profile?]
+	>=dev-haskell/typed-process-0.2.6.0:=[profile?]
+	>=dev-haskell/unicode-transforms-0.3.6:=[profile?]
+	>=dev-haskell/unix-compat-0.5.2:=[profile?]
+	>=dev-haskell/unliftio-0.2.12:=[profile?]
+	>=dev-haskell/unordered-containers-0.2.10.0:=[profile?]
+	>=dev-haskell/vector-0.12.1.2:=[profile?]
+	>=dev-haskell/yaml-0.11.2.0:=[profile?]
+	>=dev-haskell/zip-archive-0.4.1:=[profile?]
+	>=dev-haskell/zlib-0.6.2.1:=[profile?]
+	>=dev-lang/ghc-8.6.5:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-2.4.0.1
+	test? ( >=dev-haskell/hspec-2.7.1
+		>=dev-haskell/quickcheck-2.13.2
+		>=dev-haskell/raw-strings-qq-1.1
+		>=dev-haskell/smallcheck-1.1.5 )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		$(cabal_flag developer-mode developer-mode) \
+		--flag=-disable-git-info \
+		--flag=-hide-dependency-versions \
+		--flag=-integration-tests \
+		--flag=-static \
+		--flag=-supported-build
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stack/
@ 2020-08-07  6:37 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2020-08-07  6:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5a60f6b87a579f3b1a57238727cb34b5ad25b56a
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Thu Aug  6 22:55:52 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 06:37:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a60f6b8

dev-haskell/stack: remove old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/stack/Manifest           |   1 -
 dev-haskell/stack/stack-2.3.1.ebuild | 121 -----------------------------------
 2 files changed, 122 deletions(-)

diff --git a/dev-haskell/stack/Manifest b/dev-haskell/stack/Manifest
index 0ae4b4fe57c..5a39280ee92 100644
--- a/dev-haskell/stack/Manifest
+++ b/dev-haskell/stack/Manifest
@@ -1,2 +1 @@
-DIST stack-2.3.1.tar.gz 570880 BLAKE2B 7bb2304f61ea58b0d76340a3f8a2b252b904a65ea709e5b0d376c79878a67e8e5e7456e6361143d1d687502b00bd0fdc12fdf98fbfd085b452174d2701c16b99 SHA512 b5bab09697d2be10445500911ff0b038adc0e9e27baa2b015de9dd3c7d18dbac8d813c20451ac660c43d3ed2c2f587b4dfffd759653ce9c23b159a936e345aa5
 DIST stack-2.3.3.tar.gz 572406 BLAKE2B 4b88614ede72ea3704e3bfad433a7931860c1c098bb65aeabca46d3abc5364ea132b8a7f0f559f1b07463d4b753b5501081841fa388a5d817389d91371214236 SHA512 cb93e3bcb8f92e01f374806f07f366ca318d66e3b7bd3cfa3fe3b72dce954d2bb371f51e3f79fca8aec19d1d3adef370bb09237bf29340a1bc851a9a103d77a3

diff --git a/dev-haskell/stack/stack-2.3.1.ebuild b/dev-haskell/stack/stack-2.3.1.ebuild
deleted file mode 100644
index 75eb762b346..00000000000
--- a/dev-haskell/stack/stack-2.3.1.ebuild
+++ /dev/null
@@ -1,121 +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.5.9999
-#hackport: flags: -disable-git-info,-hide-dependency-versions,-integration-tests,-static,-supported-build
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="The Haskell Tool Stack"
-HOMEPAGE="http://haskellstack.org"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # requires network access
-
-RDEPEND=">=dev-haskell/aeson-1.4.6.0:=[profile?]
-	>=dev-haskell/annotated-wl-pprint-0.7.0:=[profile?]
-	>=dev-haskell/ansi-terminal-0.9.1:=[profile?]
-	>=dev-haskell/async-2.2.2:=[profile?]
-	>=dev-haskell/attoparsec-0.13.2.3:=[profile?]
-	>=dev-haskell/base64-bytestring-1.0.0.3:=[profile?]
-	>=dev-haskell/cabal-3.0.0.0:=[profile?]
-	>=dev-haskell/casa-client-0.0.1:=[profile?]
-	>=dev-haskell/casa-types-0.0.1:=[profile?]
-	>=dev-haskell/colour-2.3.5:=[profile?]
-	>=dev-haskell/conduit-1.3.1.2:=[profile?]
-	>=dev-haskell/conduit-extra-1.3.4:=[profile?]
-	>=dev-haskell/cryptonite-0.25:=[profile?]
-	>=dev-haskell/cryptonite-conduit-0.2.2:=[profile?]
-	>=dev-haskell/echo-0.1.3:=[profile?]
-	>=dev-haskell/exceptions-0.10.4:=[profile?]
-	>=dev-haskell/extra-1.6.19:=[profile?]
-	>=dev-haskell/file-embed-0.0.11.1:=[profile?]
-	>=dev-haskell/filelock-0.1.1.4:=[profile?]
-	>=dev-haskell/fsnotify-0.3.0.1:=[profile?]
-	>=dev-haskell/generic-deriving-1.12.4:=[profile?]
-	>=dev-haskell/githash-0.1.3.3:=[profile?]
-	>=dev-haskell/hackage-security-0.5.3.0:=[profile?]
-	>=dev-haskell/hashable-1.2.7.0:=[profile?]
-	>=dev-haskell/hi-file-parser-0.1.0.0:=[profile?]
-	>=dev-haskell/hpack-0.33.0:=[profile?]
-	>=dev-haskell/http-client-0.6.4:=[profile?]
-	>=dev-haskell/http-client-tls-0.3.5.3:=[profile?]
-	>=dev-haskell/http-conduit-2.3.7.3:=[profile?]
-	>=dev-haskell/http-download-0.2.0.0:=[profile?]
-	>=dev-haskell/http-types-0.12.3:=[profile?]
-	>=dev-haskell/memory-0.14.18:=[profile?]
-	>=dev-haskell/microlens-0.4.10:=[profile?]
-	>=dev-haskell/mintty-0.1.2:=[profile?]
-	>=dev-haskell/mono-traversable-1.0.15.1:=[profile?]
-	>=dev-haskell/mtl-2.2.2:=[profile?]
-	>=dev-haskell/mustache-2.3.1:=[profile?]
-	>=dev-haskell/neat-interpolation-0.3.2.6:=[profile?]
-	>=dev-haskell/network-uri-2.6.2.0:=[profile?]
-	>=dev-haskell/open-browser-0.2.1.0:=[profile?]
-	>=dev-haskell/optparse-applicative-0.14.3.0:=[profile?]
-	>=dev-haskell/optparse-simple-0.1.1.2:=[profile?]
-	>=dev-haskell/pantry-0.4.0.1:=[profile?] <dev-haskell/pantry-0.5:=[profile?]
-	>=dev-haskell/path-0.6.1:=[profile?]
-	>=dev-haskell/path-io-1.4.2:=[profile?]
-	>=dev-haskell/persistent-2.9.2:=[profile?]
-	>=dev-haskell/persistent-sqlite-2.9.3:=[profile?]
-	>=dev-haskell/persistent-template-2.6.0:=[profile?]
-	>=dev-haskell/primitive-0.6.4.0:=[profile?]
-	>=dev-haskell/project-template-0.2.0.1:=[profile?]
-	>=dev-haskell/regex-applicative-text-0.1.0.1:=[profile?]
-	>=dev-haskell/retry-0.8.1.0:=[profile?]
-	>=dev-haskell/rio-0.1.14.0:=[profile?]
-	>=dev-haskell/rio-prettyprint-0.1.0.0:=[profile?]
-	>=dev-haskell/semigroups-0.18.5:=[profile?]
-	>=dev-haskell/split-0.2.3.3:=[profile?]
-	>=dev-haskell/stm-2.5.0.0:=[profile?]
-	>=dev-haskell/streaming-commons-0.2.1.2:=[profile?]
-	>=dev-haskell/tar-0.5.1.1:=[profile?]
-	>=dev-haskell/temporary-1.3:=[profile?]
-	>=dev-haskell/text-1.2.3.1:=[profile?]
-	>=dev-haskell/text-metrics-0.3.0:=[profile?]
-	>=dev-haskell/th-reify-many-0.1.9:=[profile?]
-	>=dev-haskell/tls-1.4.1:=[profile?]
-	>=dev-haskell/typed-process-0.2.6.0:=[profile?]
-	>=dev-haskell/unicode-transforms-0.3.6:=[profile?]
-	>=dev-haskell/unix-compat-0.5.2:=[profile?]
-	>=dev-haskell/unliftio-0.2.12:=[profile?]
-	>=dev-haskell/unordered-containers-0.2.10.0:=[profile?]
-	>=dev-haskell/vector-0.12.1.2:=[profile?]
-	>=dev-haskell/yaml-0.11.2.0:=[profile?]
-	>=dev-haskell/zip-archive-0.4.1:=[profile?]
-	>=dev-haskell/zlib-0.6.2.1:=[profile?]
-	>=dev-lang/ghc-8.6.5:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-2.4.0.1
-	test? ( >=dev-haskell/hspec-2.7.1
-		>=dev-haskell/quickcheck-2.13.2
-		>=dev-haskell/raw-strings-qq-1.1
-		>=dev-haskell/smallcheck-1.1.5 )
-"
-
-src_prepare() {
-	default
-	# not compatible with pantry-0.5. See
-	# https://github.com/commercialhaskell/stack/issues/5298
-	cabal_chdeps \
-		'pantry >=0.4.0.1' 'pantry >=0.4.0.1 && <0.5'
-}
-
-src_configure() {
-	haskell-cabal_src_configure \
-		--flag=-disable-git-info \
-		--flag=-hide-dependency-versions \
-		--flag=-integration-tests \
-		--flag=-static \
-		--flag=-supported-build
-}


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

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

commit:     3de2d0e0f211ad79dd9ff1552e6fef195473ff91
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 00:12:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 01:07:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de2d0e0

dev-haskell/stack: drop 2.3.3

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

 dev-haskell/stack/Manifest           |   1 -
 dev-haskell/stack/stack-2.3.3.ebuild | 114 -----------------------------------
 2 files changed, 115 deletions(-)

diff --git a/dev-haskell/stack/Manifest b/dev-haskell/stack/Manifest
index e935321675f8..6e58c879d1c9 100644
--- a/dev-haskell/stack/Manifest
+++ b/dev-haskell/stack/Manifest
@@ -1,2 +1 @@
-DIST stack-2.3.3.tar.gz 572406 BLAKE2B 4b88614ede72ea3704e3bfad433a7931860c1c098bb65aeabca46d3abc5364ea132b8a7f0f559f1b07463d4b753b5501081841fa388a5d817389d91371214236 SHA512 cb93e3bcb8f92e01f374806f07f366ca318d66e3b7bd3cfa3fe3b72dce954d2bb371f51e3f79fca8aec19d1d3adef370bb09237bf29340a1bc851a9a103d77a3
 DIST stack-dcf7bb31815c7505e809a1707909832e02614501.tar.gz 692782 BLAKE2B 75cebf81e57c33bd694f5b3ee99e6eeb61b185f2a92a41f4bf5c6433de356d6bc5e79995ed5564146abbc549d83b6ffcceece1304a9ed7edafb63dfdb75b26cc SHA512 defe35a301decb950ea5aaa595e1f3b49aaeadbd0ff81f1b22e9967b35f5ce5a934e102aa87049d4bfb40df58ca0180f1788dfc2a987c5b0ad56437b4d49eab7

diff --git a/dev-haskell/stack/stack-2.3.3.ebuild b/dev-haskell/stack/stack-2.3.3.ebuild
deleted file mode 100644
index 3b0a49f834fc..000000000000
--- a/dev-haskell/stack/stack-2.3.3.ebuild
+++ /dev/null
@@ -1,114 +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.6.9999
-#hackport: flags: -disable-git-info,-hide-dependency-versions,-integration-tests,-static,-supported-build
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="The Haskell Tool Stack"
-HOMEPAGE="https://haskellstack.org"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="developer-mode"
-
-RESTRICT=test # requires network access
-
-RDEPEND=">=dev-haskell/aeson-1.4.6.0:=[profile?]
-	>=dev-haskell/annotated-wl-pprint-0.7.0:=[profile?]
-	>=dev-haskell/ansi-terminal-0.9.1:=[profile?]
-	>=dev-haskell/async-2.2.2:=[profile?]
-	>=dev-haskell/attoparsec-0.13.2.3:=[profile?]
-	>=dev-haskell/base64-bytestring-1.0.0.3:=[profile?]
-	>=dev-haskell/cabal-3.0.0.0:=[profile?]
-	>=dev-haskell/casa-client-0.0.1:=[profile?]
-	>=dev-haskell/casa-types-0.0.1:=[profile?]
-	>=dev-haskell/colour-2.3.5:=[profile?]
-	>=dev-haskell/conduit-1.3.1.2:=[profile?]
-	>=dev-haskell/conduit-extra-1.3.4:=[profile?]
-	>=dev-haskell/cryptonite-0.25:=[profile?]
-	>=dev-haskell/cryptonite-conduit-0.2.2:=[profile?]
-	>=dev-haskell/echo-0.1.3:=[profile?]
-	>=dev-haskell/exceptions-0.10.4:=[profile?]
-	>=dev-haskell/extra-1.6.19:=[profile?]
-	>=dev-haskell/file-embed-0.0.11.1:=[profile?]
-	>=dev-haskell/filelock-0.1.1.5:=[profile?]
-	>=dev-haskell/fsnotify-0.3.0.1:=[profile?]
-	>=dev-haskell/generic-deriving-1.12.4:=[profile?]
-	>=dev-haskell/githash-0.1.3.3:=[profile?]
-	>=dev-haskell/hackage-security-0.5.3.0:=[profile?]
-	>=dev-haskell/hashable-1.2.7.0:=[profile?]
-	>=dev-haskell/hi-file-parser-0.1.0.0:=[profile?]
-	>=dev-haskell/hpack-0.33.0:=[profile?]
-	>=dev-haskell/http-client-0.6.4:=[profile?]
-	>=dev-haskell/http-client-tls-0.3.5.3:=[profile?]
-	>=dev-haskell/http-conduit-2.3.7.3:=[profile?]
-	>=dev-haskell/http-download-0.2.0.0:=[profile?]
-	>=dev-haskell/http-types-0.12.3:=[profile?]
-	>=dev-haskell/memory-0.14.18:=[profile?]
-	>=dev-haskell/microlens-0.4.10:=[profile?]
-	>=dev-haskell/mintty-0.1.2:=[profile?]
-	>=dev-haskell/mono-traversable-1.0.15.1:=[profile?]
-	>=dev-haskell/mtl-2.2.2:=[profile?]
-	>=dev-haskell/mustache-2.3.1:=[profile?]
-	>=dev-haskell/neat-interpolation-0.3.2.6:=[profile?]
-	>=dev-haskell/network-uri-2.6.2.0:=[profile?]
-	>=dev-haskell/open-browser-0.2.1.0:=[profile?]
-	>=dev-haskell/optparse-applicative-0.14.3.0:=[profile?]
-	>=dev-haskell/optparse-simple-0.1.1.2:=[profile?]
-	>=dev-haskell/pantry-0.4:=[profile?] <dev-haskell/pantry-0.5:=[profile?]
-	>=dev-haskell/path-0.6.1:=[profile?]
-	>=dev-haskell/path-io-1.4.2:=[profile?]
-	>=dev-haskell/persistent-2.9.2:=[profile?]
-	>=dev-haskell/persistent-sqlite-2.9.3:=[profile?]
-	>=dev-haskell/persistent-template-2.6.0:=[profile?]
-	>=dev-haskell/primitive-0.6.4.0:=[profile?]
-	>=dev-haskell/project-template-0.2.0.1:=[profile?]
-	>=dev-haskell/regex-applicative-text-0.1.0.1:=[profile?]
-	>=dev-haskell/retry-0.8.1.0:=[profile?]
-	>=dev-haskell/rio-0.1.14.0:=[profile?]
-	>=dev-haskell/rio-prettyprint-0.1.0.0:=[profile?]
-	>=dev-haskell/semigroups-0.18.5:=[profile?]
-	>=dev-haskell/split-0.2.3.3:=[profile?]
-	>=dev-haskell/stm-2.5.0.0:=[profile?]
-	>=dev-haskell/streaming-commons-0.2.1.2:=[profile?]
-	>=dev-haskell/tar-0.5.1.1:=[profile?]
-	>=dev-haskell/temporary-1.3:=[profile?]
-	>=dev-haskell/text-1.2.3.1:=[profile?]
-	>=dev-haskell/text-metrics-0.3.0:=[profile?]
-	>=dev-haskell/th-reify-many-0.1.9:=[profile?]
-	>=dev-haskell/tls-1.4.1:=[profile?]
-	>=dev-haskell/typed-process-0.2.6.0:=[profile?]
-	>=dev-haskell/unicode-transforms-0.3.6:=[profile?]
-	>=dev-haskell/unix-compat-0.5.2:=[profile?]
-	>=dev-haskell/unliftio-0.2.12:=[profile?]
-	>=dev-haskell/unordered-containers-0.2.10.0:=[profile?]
-	>=dev-haskell/vector-0.12.1.2:=[profile?]
-	>=dev-haskell/yaml-0.11.2.0:=[profile?]
-	>=dev-haskell/zip-archive-0.4.1:=[profile?]
-	>=dev-haskell/zlib-0.6.2.1:=[profile?]
-	>=dev-lang/ghc-8.6.5:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-2.4.0.1
-	test? ( >=dev-haskell/hspec-2.7.1
-		>=dev-haskell/quickcheck-2.13.2
-		>=dev-haskell/raw-strings-qq-1.1
-		>=dev-haskell/smallcheck-1.1.5 )
-"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		$(cabal_flag developer-mode developer-mode) \
-		--flag=-disable-git-info \
-		--flag=-hide-dependency-versions \
-		--flag=-integration-tests \
-		--flag=-static \
-		--flag=-supported-build
-}


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-09 14:14 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stack/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2022-07-24  1:08 Sam James
2020-08-07  6:37 Sergei Trofimovich
2020-08-07  6:37 Sergei Trofimovich
2020-08-06  7:42 Sergei Trofimovich
2017-08-26 11:32 Sergei Trofimovich
2017-05-28 17:53 Sergei Trofimovich

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