[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:16:15
  Author: felixonmars
Revision: 785693

upgpkg: haskell-stm-chans 3.0.0.4-23: rebuild with ghc 8.10.3

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:15:53 UTC (rev 785692)
+++ PKGBUILD2020-12-23 23:16:15 UTC (rev 785693)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=22
+pkgrel=23
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 19:43:43
  Author: felixonmars
Revision: 693022

upgpkg: haskell-stm-chans 3.0.0.4-22: rebuild with happy 1.20.0

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 19:43:00 UTC (rev 693021)
+++ PKGBUILD2020-08-30 19:43:43 UTC (rev 693022)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=21
+pkgrel=22
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 07:57:58
  Author: felixonmars
Revision: 682491

upgpkg: haskell-stm-chans 3.0.0.4-21: rebuild with ghc 8.10.2

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 07:57:24 UTC (rev 682490)
+++ PKGBUILD2020-08-17 07:57:58 UTC (rev 682491)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=20
+pkgrel=21
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")
@@ -20,7 +20,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 15:25:34
  Author: felixonmars
Revision: 618272

upgpkg: haskell-stm-chans 3.0.0.4-20: rebuild with ghc 8.10.1

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 15:24:58 UTC (rev 618271)
+++ PKGBUILD2020-04-23 15:25:34 UTC (rev 618272)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=19
+pkgrel=20
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 23:15:05
  Author: felixonmars
Revision: 583554

upgpkg: haskell-stm-chans 3.0.0.4-19: rebuild with ghc 8.8.3

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 23:14:29 UTC (rev 583553)
+++ PKGBUILD2020-02-26 23:15:05 UTC (rev 583554)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=18
+pkgrel=19
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")
@@ -33,6 +33,6 @@
 install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
 install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
 runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 16:04:52
  Author: felixonmars
Revision: 571667

upgpkg: haskell-stm-chans 3.0.0.4-18: rebuild with ghc 8.8.2

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:04:10 UTC (rev 571666)
+++ PKGBUILD2020-02-15 16:04:52 UTC (rev 571667)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=17
+pkgrel=18
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 22:26:08
  Author: felixonmars
Revision: 550747

upgpkg: haskell-stm-chans 3.0.0.4-17: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 22:25:58 UTC (rev 550746)
+++ PKGBUILD2020-01-08 22:26:08 UTC (rev 550747)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=16
+pkgrel=17
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 15:20:52
  Author: felixonmars
Revision: 453917

upgpkg: haskell-stm-chans 3.0.0.4-16

rebuild with ghc 8.6.5

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 15:19:36 UTC (rev 453916)
+++ PKGBUILD2019-04-25 15:20:52 UTC (rev 453917)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 23:07:12
  Author: felixonmars
Revision: 438692

upgpkg: haskell-stm-chans 3.0.0.4-15

rebuild with ghc 8.6.4

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 23:06:45 UTC (rev 438691)
+++ PKGBUILD2019-03-09 23:07:12 UTC (rev 438692)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("BSD")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 23:03:07
  Author: felixonmars
Revision: 413438

upgpkg: haskell-stm-chans 3.0.0.4-14

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 23:02:35 UTC (rev 413437)
+++ PKGBUILD2018-12-09 23:03:07 UTC (rev 413438)
@@ -4,10 +4,10 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=13
+pkgrel=14
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 20:38:40
  Author: felixonmars
Revision: 402135

upgpkg: haskell-stm-chans 3.0.0.4-13

rebuild with ghc 8.6.1

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 20:38:06 UTC (rev 402134)
+++ PKGBUILD2018-11-06 20:38:40 UTC (rev 402135)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('7882fa4d036dc3de3dfbfcb62fd54eef5bf679d2adcbdc0653a1cd4c4f1b715dab6a70465573721b141cb9a281f2d6119114445c0dc79c5e4c474250f4f22d18')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -28,11 +28,11 @@
 }
 
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 }


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 21:30:56
  Author: felixonmars
Revision: 393874

upgpkg: haskell-stm-chans 3.0.0.4-12

rebuild with ghc 8.6.1

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 21:30:19 UTC (rev 393873)
+++ PKGBUILD2018-10-14 21:30:56 UTC (rev 393874)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 18:44:09
  Author: felixonmars
Revision: 335204

upgpkg: haskell-stm-chans 3.0.0.4-11

rebuild with ghc 8.4.3

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 18:43:35 UTC (rev 335203)
+++ PKGBUILD2018-05-31 18:44:09 UTC (rev 335204)
@@ -5,7 +5,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 19:38:28
  Author: felixonmars
Revision: 323152

upgpkg: haskell-stm-chans 3.0.0.4-10

rebuild with ghc 8.4.2

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 19:37:52 UTC (rev 323151)
+++ PKGBUILD2018-05-16 19:38:28 UTC (rev 323152)
@@ -5,12 +5,12 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-stm")
+depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('7882fa4d036dc3de3dfbfcb62fd54eef5bf679d2adcbdc0653a1cd4c4f1b715dab6a70465573721b141cb9a281f2d6119114445c0dc79c5e4c474250f4f22d18')


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2018-02-05 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 18:36:30
  Author: felixonmars
Revision: 289270

upgpkg: haskell-stm-chans 3.0.0.4-9

rebuild with stm,2.4.5.0

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 18:33:49 UTC (rev 289269)
+++ PKGBUILD2018-02-05 18:36:30 UTC (rev 289270)
@@ -5,7 +5,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 08:13:10
  Author: felixonmars
Revision: 268843

upgpkg: haskell-stm-chans 3.0.0.4-8

rebuild with ghc 8.2.2

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 08:12:37 UTC (rev 268842)
+++ PKGBUILD2017-11-26 08:13:10 UTC (rev 268843)
@@ -5,7 +5,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2017-09-22 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 05:13:57
  Author: felixonmars
Revision: 259824

upgpkg: haskell-stm-chans 3.0.0.4-7

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 05:13:15 UTC (rev 259823)
+++ PKGBUILD2017-09-23 05:13:57 UTC (rev 259824)
@@ -5,7 +5,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-stm")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738')
+sha512sums=('7882fa4d036dc3de3dfbfcb62fd54eef5bf679d2adcbdc0653a1cd4c4f1b715dab6a70465573721b141cb9a281f2d6119114445c0dc79c5e4c474250f4f22d18')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -36,7 +36,4 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 10:04:12
  Author: felixonmars
Revision: 250844

upgpkg: haskell-stm-chans 3.0.0.4-6

GHC 8.2.1 rebuild

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 10:03:12 UTC (rev 250843)
+++ PKGBUILD2017-08-15 10:04:12 UTC (rev 250844)
@@ -5,12 +5,13 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-stm")
+depends=('ghc-libs' "haskell-stm")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738')
 
@@ -19,9 +20,8 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -33,8 +33,6 @@
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2017-06-14 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 04:20:50
  Author: felixonmars
Revision: 236970

upgpkg: haskell-stm-chans 3.0.0.4-5

rebuild with ghc,8.0.2

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 04:19:15 UTC (rev 236969)
+++ PKGBUILD2017-06-15 04:20:50 UTC (rev 236970)
@@ -5,12 +5,12 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-stm")
+depends=("ghc" "haskell-stm")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:50:49
  Author: felixonmars
Revision: 225603

use https

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:50:40 UTC (rev 225602)
+++ PKGBUILD2017-04-26 08:50:49 UTC (rev 225603)
@@ -11,7 +11,7 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-stm")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738')
 
 build() {


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD haskell-stm-chans.install)

2016-05-24 Thread Felix Yan
Date: Tuesday, May 24, 2016 @ 18:11:34
  Author: fyan
Revision: 176393

upgpkg: haskell-stm-chans 3.0.0.4-4

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, 
cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, 
extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3 0.14.2 -> 0.14.3, 
haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, 
microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, 
simple-sendfile-0.2.24, stack-1.1.2, wai-3.2.1.1

Modified:
  haskell-stm-chans/trunk/PKGBUILD
Deleted:
  haskell-stm-chans/trunk/haskell-stm-chans.install

---+
 PKGBUILD  |   11 +--
 haskell-stm-chans.install |   18 --
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 16:11:21 UTC (rev 176392)
+++ PKGBUILD2016-05-24 16:11:34 UTC (rev 176393)
@@ -5,15 +5,13 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-stm")
-options=('staticlibs')
+depends=("ghc=8.0.1" "haskell-stm")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
 sha256sums=('2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738')
 
 build() {
@@ -26,6 +24,7 @@
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
@@ -32,8 +31,8 @@
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
 install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
 ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"

Deleted: haskell-stm-chans.install
===
--- haskell-stm-chans.install   2016-05-24 16:11:21 UTC (rev 176392)
+++ haskell-stm-chans.install   2016-05-24 16:11:34 UTC (rev 176393)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-stm-chans
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2016-01-04 Thread Felix Yan
Date: Monday, January 4, 2016 @ 09:47:20
  Author: fyan
Revision: 155289

upgpkg: haskell-stm-chans 3.0.0.4-3

rebuild with stm-2.4.4.1

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 08:47:16 UTC (rev 155288)
+++ PKGBUILD2016-01-04 08:47:20 UTC (rev 155289)
@@ -5,7 +5,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-stm-chans/trunk (PKGBUILD)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:28:27
  Author: foutrelis
Revision: 152350

GHC 7.10.3 rebuild

Modified:
  haskell-stm-chans/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:28:06 UTC (rev 152349)
+++ PKGBUILD2015-12-10 16:28:27 UTC (rev 152350)
@@ -5,12 +5,12 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-stm")
+depends=("ghc=7.10.3" "haskell-stm")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"