Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ghcup-hs-0.1.14.1
@ 2021-05-06 19:04 zweimach
  2021-06-13 16:51 ` [PR PATCH] [Updated] " zweimach
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zweimach @ 2021-05-06 19:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]

There is a new pull request by zweimach against master on the void-packages repository

https://github.com/zweimach/void-packages ghcup-hs
https://github.com/void-linux/void-packages/pull/30710

New package: ghcup-hs-0.1.14.1
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes regularly and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross-build. More is better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/30710.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghcup-hs-30710.patch --]
[-- Type: text/x-diff, Size: 1407 bytes --]

From ac30fbf8d0355e61f4d8b68696a9af59ccdbcd37 Mon Sep 17 00:00:00 2001
From: Ananda Umamil <zweimach@zweimach.org>
Date: Fri, 7 May 2021 01:58:17 +0700
Subject: [PATCH] New package: ghcup-hs-0.1.14.1

---
 srcpkgs/ghcup-hs/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ghcup-hs/template

diff --git a/srcpkgs/ghcup-hs/template b/srcpkgs/ghcup-hs/template
new file mode 100644
index 000000000000..a10e5de95e2d
--- /dev/null
+++ b/srcpkgs/ghcup-hs/template
@@ -0,0 +1,27 @@
+# Template file for 'ghcup'
+pkgname=ghcup-hs
+version=0.1.14.1
+revision=1
+build_style=haskell-stack
+make_build_args="--flag libarchive:system-libarchive"
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel ncurses-devel openssl-devel tar"
+short_desc="ghcup is an installer for the general purpose language Haskell"
+maintainer="Ananda Umamil <zweimach@zweimach.org>"
+license="LGPL-3.0-or-later"
+homepage="https://www.haskell.org/ghcup/"
+distfiles="https://github.com/haskell/${pkgname}/archive/v${version}.tar.gz"
+checksum=e254e096c0166bb708e36be6fd1d311f4828ae00f037dd20e671e236424bad76
+nopie_files="
+ /usr/bin/ghcup
+ /usr/bin/ghcup-gen
+"
+nocross=yes
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+	vcompletion shell-completions/bash bash ghcup
+	vcompletion shell-completions/fish fish ghcup
+	vcompletion shell-completions/zsh zsh ghcup
+}

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

* Re: [PR PATCH] [Updated] New package: ghcup-hs-0.1.14.1
  2021-05-06 19:04 [PR PATCH] New package: ghcup-hs-0.1.14.1 zweimach
@ 2021-06-13 16:51 ` zweimach
  2021-07-11  3:19 ` [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.1 zweimach
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zweimach @ 2021-06-13 16:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

There is an updated pull request by zweimach against master on the void-packages repository

https://github.com/zweimach/void-packages ghcup-hs
https://github.com/void-linux/void-packages/pull/30710

New package: ghcup-hs-0.1.14.1
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes regularly and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross-build. More is better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/30710.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghcup-hs-30710.patch --]
[-- Type: text/x-diff, Size: 1411 bytes --]

From 511071574b59d1199b4033c919c539b6708aca9a Mon Sep 17 00:00:00 2001
From: Ananda Umamil <zweimach@zweimach.org>
Date: Sun, 13 Jun 2021 23:49:24 +0700
Subject: [PATCH] New package: ghcup-hs-0.1.15.1

---
 srcpkgs/ghcup-hs/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ghcup-hs/template

diff --git a/srcpkgs/ghcup-hs/template b/srcpkgs/ghcup-hs/template
new file mode 100644
index 000000000000..8a9e3bf67b0d
--- /dev/null
+++ b/srcpkgs/ghcup-hs/template
@@ -0,0 +1,27 @@
+# Template file for 'ghcup-hs'
+pkgname=ghcup-hs
+version=0.1.15.1
+revision=1
+build_style=haskell-stack
+make_build_args="--flag libarchive:system-libarchive"
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel ncurses-devel openssl-devel tar"
+short_desc="ghcup is an installer for the general purpose language Haskell"
+maintainer="Ananda Umamil <zweimach@zweimach.org>"
+license="LGPL-3.0-or-later"
+homepage="https://www.haskell.org/ghcup/"
+distfiles="https://github.com/haskell/${pkgname}/archive/v${version}.tar.gz"
+checksum=386edb42caca569f4d5ef268c0285a9110a3e7dc4ef68e5d113761d62150b7c9
+nopie_files="
+ /usr/bin/ghcup
+ /usr/bin/ghcup-gen
+"
+nocross=yes
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+	vcompletion shell-completions/bash bash ghcup
+	vcompletion shell-completions/fish fish ghcup
+	vcompletion shell-completions/zsh zsh ghcup
+}

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

* Re: [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.1
  2021-05-06 19:04 [PR PATCH] New package: ghcup-hs-0.1.14.1 zweimach
  2021-06-13 16:51 ` [PR PATCH] [Updated] " zweimach
@ 2021-07-11  3:19 ` zweimach
  2021-08-24  8:46 ` [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.2 zweimach
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zweimach @ 2021-07-11  3:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

There is an updated pull request by zweimach against master on the void-packages repository

https://github.com/zweimach/void-packages ghcup-hs
https://github.com/void-linux/void-packages/pull/30710

New package: ghcup-hs-0.1.15.1
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes regularly and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross-build. More is better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/30710.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghcup-hs-30710.patch --]
[-- Type: text/x-diff, Size: 1428 bytes --]

From 82a4424afe4c5a1ccf56770ff775a59a563e2939 Mon Sep 17 00:00:00 2001
From: Ananda Umamil <zweimach@zweimach.org>
Date: Sun, 13 Jun 2021 23:49:24 +0700
Subject: [PATCH] New package: ghcup-hs-0.1.15.2

---
 srcpkgs/ghcup-hs/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ghcup-hs/template

diff --git a/srcpkgs/ghcup-hs/template b/srcpkgs/ghcup-hs/template
new file mode 100644
index 000000000000..8728bd078955
--- /dev/null
+++ b/srcpkgs/ghcup-hs/template
@@ -0,0 +1,27 @@
+# Template file for 'ghcup-hs'
+pkgname=ghcup-hs
+version=0.1.15.2
+revision=1
+build_style=haskell-stack
+make_build_args="--flag ghcup:tui --flag libarchive:system-libarchive"
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel ncurses-devel openssl-devel tar"
+short_desc="ghcup is an installer for the general purpose language Haskell"
+maintainer="Ananda Umamil <zweimach@zweimach.org>"
+license="LGPL-3.0-or-later"
+homepage="https://www.haskell.org/ghcup/"
+distfiles="https://github.com/haskell/${pkgname}/archive/v${version}.tar.gz"
+checksum=93e247af51ce21b90c5eb12d5884865c79ab02783d169cc02abf83a7166e72b1
+nopie_files="
+ /usr/bin/ghcup
+ /usr/bin/ghcup-gen
+"
+nocross=yes
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+	vcompletion shell-completions/bash bash ghcup
+	vcompletion shell-completions/fish fish ghcup
+	vcompletion shell-completions/zsh zsh ghcup
+}

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

* Re: [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.2
  2021-05-06 19:04 [PR PATCH] New package: ghcup-hs-0.1.14.1 zweimach
  2021-06-13 16:51 ` [PR PATCH] [Updated] " zweimach
  2021-07-11  3:19 ` [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.1 zweimach
@ 2021-08-24  8:46 ` zweimach
  2021-12-23  9:17 ` [PR PATCH] [Closed]: New package: ghcup-hs-0.1.16.2 zweimach
  2021-12-23 11:34 ` prez
  4 siblings, 0 replies; 6+ messages in thread
From: zweimach @ 2021-08-24  8:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

There is an updated pull request by zweimach against master on the void-packages repository

https://github.com/zweimach/void-packages ghcup-hs
https://github.com/void-linux/void-packages/pull/30710

New package: ghcup-hs-0.1.15.2
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes regularly and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross-build. More is better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/30710.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghcup-hs-30710.patch --]
[-- Type: text/x-diff, Size: 1428 bytes --]

From 996e7d0e6e8dafdd4ac6e1e2733cac2c9a48eaf9 Mon Sep 17 00:00:00 2001
From: Ananda Umamil <zweimach@zweimach.org>
Date: Sun, 13 Jun 2021 23:49:24 +0700
Subject: [PATCH] New package: ghcup-hs-0.1.16.2

---
 srcpkgs/ghcup-hs/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ghcup-hs/template

diff --git a/srcpkgs/ghcup-hs/template b/srcpkgs/ghcup-hs/template
new file mode 100644
index 000000000000..801b85fa2fb5
--- /dev/null
+++ b/srcpkgs/ghcup-hs/template
@@ -0,0 +1,27 @@
+# Template file for 'ghcup-hs'
+pkgname=ghcup-hs
+version=0.1.16.2
+revision=1
+build_style=haskell-stack
+make_build_args="--flag ghcup:tui --flag libarchive:system-libarchive"
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel ncurses-devel openssl-devel tar"
+short_desc="ghcup is an installer for the general purpose language Haskell"
+maintainer="Ananda Umamil <zweimach@zweimach.org>"
+license="LGPL-3.0-or-later"
+homepage="https://www.haskell.org/ghcup/"
+distfiles="https://github.com/haskell/${pkgname}/archive/v${version}.tar.gz"
+checksum=e85cebbb233fc8817a5f47df3b86ac7f8b1728001ce426a2e80456b7578bb043
+nopie_files="
+ /usr/bin/ghcup
+ /usr/bin/ghcup-gen
+"
+nocross=yes
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+	vcompletion shell-completions/bash bash ghcup
+	vcompletion shell-completions/fish fish ghcup
+	vcompletion shell-completions/zsh zsh ghcup
+}

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

* Re: [PR PATCH] [Closed]: New package: ghcup-hs-0.1.16.2
  2021-05-06 19:04 [PR PATCH] New package: ghcup-hs-0.1.14.1 zweimach
                   ` (2 preceding siblings ...)
  2021-08-24  8:46 ` [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.2 zweimach
@ 2021-12-23  9:17 ` zweimach
  2021-12-23 11:34 ` prez
  4 siblings, 0 replies; 6+ messages in thread
From: zweimach @ 2021-12-23  9:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

There's a closed pull request on the void-packages repository

New package: ghcup-hs-0.1.16.2
https://github.com/void-linux/void-packages/pull/30710

Description:
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes regularly and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross-build. More is better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

* Re: New package: ghcup-hs-0.1.16.2
  2021-05-06 19:04 [PR PATCH] New package: ghcup-hs-0.1.14.1 zweimach
                   ` (3 preceding siblings ...)
  2021-12-23  9:17 ` [PR PATCH] [Closed]: New package: ghcup-hs-0.1.16.2 zweimach
@ 2021-12-23 11:34 ` prez
  4 siblings, 0 replies; 6+ messages in thread
From: prez @ 2021-12-23 11:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

New comment by prez on void-packages repository

https://github.com/void-linux/void-packages/pull/30710#issuecomment-1000243258

Comment:
I would like to see this merged, I assume this has been closed due to lack of review?
Pinging @leahneukirchen since it's Haskell

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

end of thread, other threads:[~2021-12-23 11:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 19:04 [PR PATCH] New package: ghcup-hs-0.1.14.1 zweimach
2021-06-13 16:51 ` [PR PATCH] [Updated] " zweimach
2021-07-11  3:19 ` [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.1 zweimach
2021-08-24  8:46 ` [PR PATCH] [Updated] New package: ghcup-hs-0.1.15.2 zweimach
2021-12-23  9:17 ` [PR PATCH] [Closed]: New package: ghcup-hs-0.1.16.2 zweimach
2021-12-23 11:34 ` prez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).