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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:43:53
  Author: felixonmars
Revision: 785581

upgpkg: haskell-diff 0.4.0-8: rebuild with ghc 8.10.3

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:43:30 UTC (rev 785580)
+++ PKGBUILD2020-12-23 22:43:53 UTC (rev 785581)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 11:14:42
  Author: felixonmars
Revision: 692714

upgpkg: haskell-diff 0.4.0-7: rebuild with happy 1.20.0

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:13:12 UTC (rev 692713)
+++ PKGBUILD2020-08-30 11:14:42 UTC (rev 692714)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")


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

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

upgpkg: haskell-diff 0.4.0-6: rebuild with ghc 8.10.2

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:56:03 UTC (rev 682218)
+++ PKGBUILD2020-08-17 05:56:39 UTC (rev 682219)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 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-diff/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 10:52:43
  Author: felixonmars
Revision: 617998

upgpkg: haskell-diff 0.4.0-5: rebuild with ghc 8.10.1

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:52:16 UTC (rev 617997)
+++ PKGBUILD2020-04-23 10:52:43 UTC (rev 617998)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:15:58
  Author: felixonmars
Revision: 583252

upgpkg: haskell-diff 0.4.0-4: rebuild with ghc 8.8.3

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:15:22 UTC (rev 583251)
+++ PKGBUILD2020-02-26 21:15:58 UTC (rev 583252)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 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-diff/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:46:16
  Author: felixonmars
Revision: 571305

upgpkg: haskell-diff 0.4.0-3: rebuild with ghc 8.8.2

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:45:42 UTC (rev 571304)
+++ PKGBUILD2020-02-14 21:46:16 UTC (rev 571305)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:32:59
  Author: felixonmars
Revision: 550406

upgpkg: haskell-diff 0.4.0-2: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:32:23 UTC (rev 550405)
+++ PKGBUILD2020-01-08 18:32:59 UTC (rev 550406)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")


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

2019-11-19 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 17:52:02
  Author: felixonmars
Revision: 530445

upgpkg: haskell-diff 0.4.0-1

rebuild with Diff 0.4.0

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 17:49:07 UTC (rev 530444)
+++ PKGBUILD2019-11-19 17:52:02 UTC (rev 530445)
@@ -3,8 +3,8 @@
 
 _hkgname=Diff
 pkgname=haskell-diff
-pkgver=0.3.4
-pkgrel=9
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('7b8af9a668429d8de141b840e4b22abafb7ccafa9cdbe4c5ee21efe58802ac5889f1575fd6b3c83755b1128ecec68f3aa0213e99b65161f1e7b5681dc6978ad7')
+sha512sums=('6a48a234d3140bc8c641cdf649a1f0daa39ab4de4064435dcbb15a9ea52994c967aadc8584f70aab89ef78e17ecc66b8ce3d8dd2157eb5b85277dfff80fd608c')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 00:47:02
  Author: felixonmars
Revision: 453579

upgpkg: haskell-diff 0.3.4-9

rebuild with ghc 8.6.5

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 00:46:30 UTC (rev 453578)
+++ PKGBUILD2019-04-25 00:47:02 UTC (rev 453579)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=8
+pkgrel=9
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 15:47:47
  Author: felixonmars
Revision: 438349

upgpkg: haskell-diff 0.3.4-8

rebuild with ghc 8.6.4

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:47:15 UTC (rev 438348)
+++ PKGBUILD2019-03-09 15:47:47 UTC (rev 438349)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=7
+pkgrel=8
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:31:33
  Author: felixonmars
Revision: 413156

upgpkg: haskell-diff 0.3.4-7

rebuild with ghc 8.6.3

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:31:02 UTC (rev 413155)
+++ PKGBUILD2018-12-09 20:31:33 UTC (rev 413156)
@@ -4,10 +4,10 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=6
+pkgrel=7
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

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

upgpkg: haskell-diff 0.3.4-6

rebuild with ghc 8.6.1

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:31:42 UTC (rev 401832)
+++ PKGBUILD2018-11-06 18:32:18 UTC (rev 401833)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=5
+pkgrel=6
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('7b8af9a668429d8de141b840e4b22abafb7ccafa9cdbe4c5ee21efe58802ac5889f1575fd6b3c83755b1128ecec68f3aa0213e99b65161f1e7b5681dc6978ad7')
 
 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-diff/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 14:03:44
  Author: felixonmars
Revision: 393580

upgpkg: haskell-diff 0.3.4-5

rebuild with ghc 8.6.1

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 14:02:56 UTC (rev 393579)
+++ PKGBUILD2018-10-14 14:03:44 UTC (rev 393580)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("custom:BSD3")


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 04:38:20
  Author: felixonmars
Revision: 335483

upgpkg: haskell-diff 0.3.4-4

rebuild with ghc 8.4.3

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 04:37:33 UTC (rev 335482)
+++ PKGBUILD2018-06-01 04:38:20 UTC (rev 335483)
@@ -5,7 +5,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 08:01:25
  Author: felixonmars
Revision: 323434

upgpkg: haskell-diff 0.3.4-3

rebuild with ghc 8.4.2

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 08:00:11 UTC (rev 323433)
+++ PKGBUILD2018-05-17 08:01:25 UTC (rev 323434)
@@ -5,7 +5,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("custom:BSD3")


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:00:51
  Author: felixonmars
Revision: 268504

upgpkg: haskell-diff 0.3.4-2

rebuild with ghc 8.2.2

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 04:59:50 UTC (rev 268503)
+++ PKGBUILD2017-11-26 05:00:51 UTC (rev 268504)
@@ -5,7 +5,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("custom:BSD3")