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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:32:33
  Author: felixonmars
Revision: 785335

upgpkg: haskell-bug 1.0.1-15: rebuild with ghc 8.10.3

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:32:09 UTC (rev 785334)
+++ PKGBUILD2020-12-23 21:32:33 UTC (rev 785335)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 10:45:03
  Author: felixonmars
Revision: 692632

upgpkg: haskell-bug 1.0.1-14: rebuild with happy 1.20.0

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:44:28 UTC (rev 692631)
+++ PKGBUILD2020-08-30 10:45:03 UTC (rev 692632)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:29:56
  Author: felixonmars
Revision: 682149

upgpkg: haskell-bug 1.0.1-13: rebuild with ghc 8.10.2

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:29:25 UTC (rev 682148)
+++ PKGBUILD2020-08-17 05:29:56 UTC (rev 682149)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")
@@ -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-bug/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 10:29:19
  Author: felixonmars
Revision: 617918

upgpkg: haskell-bug 1.0.1-12: rebuild with ghc 8.10.1

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:28:53 UTC (rev 617917)
+++ PKGBUILD2020-04-23 10:29:19 UTC (rev 617918)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 20:48:28
  Author: felixonmars
Revision: 583188

upgpkg: haskell-bug 1.0.1-11: rebuild with ghc 8.8.3

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 20:47:52 UTC (rev 583187)
+++ PKGBUILD2020-02-26 20:48:28 UTC (rev 583188)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")
@@ -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-bug/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:15:04
  Author: felixonmars
Revision: 571241

upgpkg: haskell-bug 1.0.1-10: rebuild with ghc 8.8.2

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:14:29 UTC (rev 571240)
+++ PKGBUILD2020-02-14 21:15:04 UTC (rev 571241)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:00:28
  Author: felixonmars
Revision: 550342

upgpkg: haskell-bug 1.0.1-9: rebuild with ghc 8.8.1

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 17:59:55 UTC (rev 550341)
+++ PKGBUILD2020-01-08 18:00:28 UTC (rev 550342)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 21:11:27
  Author: felixonmars
Revision: 453511

upgpkg: haskell-bug 1.0.1-8

rebuild with ghc 8.6.5

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:10:58 UTC (rev 453510)
+++ PKGBUILD2019-04-24 21:11:27 UTC (rev 453511)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 14:52:52
  Author: felixonmars
Revision: 438269

upgpkg: haskell-bug 1.0.1-7

rebuild with ghc 8.6.4

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 14:52:20 UTC (rev 438268)
+++ PKGBUILD2019-03-09 14:52:52 UTC (rev 438269)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:04:21
  Author: felixonmars
Revision: 413089

upgpkg: haskell-bug 1.0.1-6

rebuild with ghc 8.6.3

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:04:17 UTC (rev 413088)
+++ PKGBUILD2018-12-09 20:04:21 UTC (rev 413089)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:02:28
  Author: felixonmars
Revision: 401765

upgpkg: haskell-bug 1.0.1-5

rebuild with ghc 8.6.1

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:01:52 UTC (rev 401764)
+++ PKGBUILD2018-11-06 18:02:28 UTC (rev 401765)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")
@@ -15,10 +15,10 @@
 
sha512sums=('eea7e1141adb89bf618e25af90e23e48847f889d74518983112de68cff73d6de88e1a0dcc5ea27aeb7cefce105be7f9d2c27d7e9fd9af1f5b9a04ebbb3b76e54')
 
 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-bug/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 13:21:04
  Author: felixonmars
Revision: 393513

upgpkg: haskell-bug 1.0.1-4

rebuild with ghc 8.6.1

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 13:19:50 UTC (rev 393512)
+++ PKGBUILD2018-10-14 13:21:04 UTC (rev 393513)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 09:13:01
  Author: felixonmars
Revision: 335756

upgpkg: haskell-bug 1.0.1-3

rebuild with ghc 8.4.3

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 09:12:24 UTC (rev 335755)
+++ PKGBUILD2018-06-01 09:13:01 UTC (rev 335756)
@@ -5,7 +5,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 11:07:20
  Author: felixonmars
Revision: 323686

upgpkg: haskell-bug 1.0.1-2

rebuild with ghc 8.4.2

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 11:06:46 UTC (rev 323685)
+++ PKGBUILD2018-05-17 11:07:20 UTC (rev 323686)
@@ -5,7 +5,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")