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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:34:09
  Author: felixonmars
Revision: 785341

upgpkg: haskell-bzlib 0.5.1.0-4: rebuild with ghc 8.10.3

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:33:45 UTC (rev 785340)
+++ PKGBUILD2020-12-23 21:34:09 UTC (rev 785341)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 10:48:25
  Author: felixonmars
Revision: 692640

upgpkg: haskell-bzlib 0.5.1.0-3: rebuild with happy 1.20.0

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:47:44 UTC (rev 692639)
+++ PKGBUILD2020-08-30 10:48:25 UTC (rev 692640)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:33:14
  Author: felixonmars
Revision: 682157

upgpkg: haskell-bzlib 0.5.1.0-2: rebuild with ghc 8.10.2

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:32:28 UTC (rev 682156)
+++ PKGBUILD2020-08-17 05:33:14 UTC (rev 682157)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 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-bzlib/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:51:41
  Author: felixonmars
Revision: 640645

upgpkg: haskell-bzlib 0.5.1.0-1

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:49:38 UTC (rev 640644)
+++ PKGBUILD2020-06-09 04:51:41 UTC (rev 640645)
@@ -3,8 +3,8 @@
 
 _hkgname=bzlib
 pkgname=haskell-bzlib
-pkgver=0.5.0.5
-pkgrel=16
+pkgver=0.5.1.0
+pkgrel=1
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -11,16 +11,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'bzip2')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-ghc-8.8.patch)
-sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819'
-
'ab5344deb9667b73ed3387d58abab5ee2fd6887fd78327d15b40ac8dc81165b6060517c29e8c7860e6e4e21119622182659d8f0e4491be2fbc1f5cf12aeab885')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2d4e200abc8ef7f158b4b726e81a389d5018615dd04f5704f50323498f5a1991e217a05abd10f86cab791326bc95802d22a17b55656e5289cb07ca93698a1537')
 
-prepare() {
-cd $_hkgname-$pkgver
-patch -p0 -i ../ghc-8.8.patch
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 10:31:59
  Author: felixonmars
Revision: 617927

upgpkg: haskell-bzlib 0.5.0.5-16: rebuild with ghc 8.10.1

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:31:30 UTC (rev 617926)
+++ PKGBUILD2020-04-23 10:31:59 UTC (rev 617927)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=15
+pkgrel=16
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 20:51:56
  Author: felixonmars
Revision: 583196

upgpkg: haskell-bzlib 0.5.0.5-15: rebuild with ghc 8.8.3

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 20:51:20 UTC (rev 583195)
+++ PKGBUILD2020-02-26 20:51:56 UTC (rev 583196)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=14
+pkgrel=15
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -40,6 +40,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-bzlib/trunk (PKGBUILD)

2020-02-16 Thread Felix Yan via arch-commits
Date: Sunday, February 16, 2020 @ 19:53:07
  Author: felixonmars
Revision: 572812

upgpkg: haskell-bzlib 0.5.0.5-14: rebuild with ghc 8.8.2

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 19:52:31 UTC (rev 572811)
+++ PKGBUILD2020-02-16 19:53:07 UTC (rev 572812)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=13
+pkgrel=14
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:11:51
  Author: felixonmars
Revision: 553393

upgpkg: haskell-bzlib 0.5.0.5-13: 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, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:10:51 UTC (rev 553392)
+++ PKGBUILD2020-01-22 07:11:51 UTC (rev 553393)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=12
+pkgrel=13
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 19:30:06
  Author: felixonmars
Revision: 550491

add fix for ghc 8.8

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 19:28:19 UTC (rev 550490)
+++ PKGBUILD2020-01-08 19:30:06 UTC (rev 550491)
@@ -11,9 +11,16 @@
 arch=('x86_64')
 depends=('ghc-libs' 'bzip2')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+ghc-8.8.patch)
+sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819'
+
'ab5344deb9667b73ed3387d58abab5ee2fd6887fd78327d15b40ac8dc81165b6060517c29e8c7860e6e4e21119622182659d8f0e4491be2fbc1f5cf12aeab885')
 
+prepare() {
+cd $_hkgname-$pkgver
+patch -p0 -i ../ghc-8.8.patch
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 21:14:40
  Author: felixonmars
Revision: 453519

upgpkg: haskell-bzlib 0.5.0.5-12

rebuild with ghc 8.6.5

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:14:09 UTC (rev 453518)
+++ PKGBUILD2019-04-24 21:14:40 UTC (rev 453519)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=11
+pkgrel=12
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

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

upgpkg: haskell-bzlib 0.5.0.5-11

rebuild with ghc 8.6.4

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:02:48 UTC (rev 438278)
+++ PKGBUILD2019-03-09 15:03:23 UTC (rev 438279)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=10
+pkgrel=11
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:07:48
  Author: felixonmars
Revision: 413098

upgpkg: haskell-bzlib 0.5.0.5-10

rebuild with ghc 8.6.3

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:07:17 UTC (rev 413097)
+++ PKGBUILD2018-12-09 20:07:48 UTC (rev 413098)
@@ -4,10 +4,10 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=9
+pkgrel=10
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
+license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'bzip2')
 makedepends=('ghc')


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

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

upgpkg: haskell-bzlib 0.5.0.5-9

rebuild with ghc 8.6.1

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:05:36 UTC (rev 401772)
+++ PKGBUILD2018-11-06 18:06:12 UTC (rev 401773)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=8
+pkgrel=9
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -15,10 +15,10 @@
 
sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819')
 
 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-bzlib/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 13:31:34
  Author: felixonmars
Revision: 393522

upgpkg: haskell-bzlib 0.5.0.5-8

rebuild with ghc 8.6.1

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 13:30:58 UTC (rev 393521)
+++ PKGBUILD2018-10-14 13:31:34 UTC (rev 393522)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 10:52:08
  Author: felixonmars
Revision: 335939

upgpkg: haskell-bzlib 0.5.0.5-7

rebuild with ghc 8.4.3

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 10:51:31 UTC (rev 335938)
+++ PKGBUILD2018-06-01 10:52:08 UTC (rev 335939)
@@ -5,7 +5,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 16:28:49
  Author: felixonmars
Revision: 323865

upgpkg: haskell-bzlib 0.5.0.5-6

rebuild with ghc 8.4.2

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 16:28:12 UTC (rev 323864)
+++ PKGBUILD2018-05-17 16:28:49 UTC (rev 323865)
@@ -5,7 +5,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

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

upgpkg: haskell-bzlib 0.5.0.5-5

rebuild with ghc 8.2.2

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:24:39 UTC (rev 268550)
+++ PKGBUILD2017-11-26 05:25:13 UTC (rev 268551)
@@ -5,7 +5,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2017-09-23 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 16:24:08
  Author: felixonmars
Revision: 260110

upgpkg: haskell-bzlib 0.5.0.5-4

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 16:23:55 UTC (rev 260109)
+++ PKGBUILD2017-09-23 16:24:08 UTC (rev 260110)
@@ -5,7 +5,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -13,12 +13,12 @@
 depends=('ghc-libs' 'bzip2')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('f4980e89910eccf9ce82c4d711159f27')
+sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819')
 
 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-bzlib/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 04:30:03
  Author: felixonmars
Revision: 250489

upgpkg: haskell-bzlib 0.5.0.5-3

GHC 8.2.1 rebuild

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 04:29:56 UTC (rev 250488)
+++ PKGBUILD2017-08-15 04:30:03 UTC (rev 250489)
@@ -5,23 +5,23 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc' 'bzip2')
+depends=('ghc-libs' 'bzip2')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('f4980e89910eccf9ce82c4d711159f27')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 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
@@ -30,11 +30,9 @@
 
 package() {
 cd "${srcdir}/${_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"
-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-bzlib/trunk (PKGBUILD)

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 20:17:43
  Author: felixonmars
Revision: 237425

upgpkg: haskell-bzlib 0.5.0.5-2

rebuild with ghc,8.0.2

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 20:16:31 UTC (rev 237424)
+++ PKGBUILD2017-06-15 20:17:43 UTC (rev 237425)
@@ -5,12 +5,12 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'bzip2')
+depends=('ghc' 'bzip2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('f4980e89910eccf9ce82c4d711159f27')
 
@@ -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-bzlib/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:30:33
  Author: felixonmars
Revision: 225490

use https

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:30:28 UTC (rev 225489)
+++ PKGBUILD2017-04-26 08:30:33 UTC (rev 225490)
@@ -7,11 +7,11 @@
 pkgver=0.5.0.5
 pkgrel=1
 pkgdesc="Compression and decompression in the bzip2 format"
-url="http://hackage.haskell.org/package/${_hkgname};
+url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'bzip2')
-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;)
 md5sums=('f4980e89910eccf9ce82c4d711159f27')
 
 build() {