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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:19:49
  Author: felixonmars
Revision: 785497

upgpkg: haskell-unix-compat 0.5.2-8: rebuild with ghc 8.10.3

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:19:27 UTC (rev 785496)
+++ PKGBUILD2020-12-23 22:19:49 UTC (rev 785497)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:33:06
  Author: felixonmars
Revision: 693106

upgpkg: haskell-unix-compat 0.5.2-7: rebuild with happy 1.20.0

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:32:30 UTC (rev 693105)
+++ PKGBUILD2020-08-30 20:33:06 UTC (rev 693106)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:37:57
  Author: felixonmars
Revision: 682582

upgpkg: haskell-unix-compat 0.5.2-6: rebuild with ghc 8.10.2

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:37:22 UTC (rev 682581)
+++ PKGBUILD2020-08-17 12:37:57 UTC (rev 682582)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')
@@ -22,7 +22,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-unix-compat/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 22:57:01
  Author: felixonmars
Revision: 618396

upgpkg: haskell-unix-compat 0.5.2-5: rebuild with ghc 8.10.1

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 22:56:51 UTC (rev 618395)
+++ PKGBUILD2020-04-23 22:57:01 UTC (rev 618396)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')


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

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 08:58:54
  Author: felixonmars
Revision: 583668

upgpkg: haskell-unix-compat 0.5.2-4: rebuild with ghc 8.8.3

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 08:58:19 UTC (rev 583667)
+++ PKGBUILD2020-02-27 08:58:54 UTC (rev 583668)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')
@@ -36,5 +36,5 @@
 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"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }


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

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

upgpkg: haskell-unix-compat 0.5.2-3: rebuild with ghc 8.8.2

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:57:27 UTC (rev 571776)
+++ PKGBUILD2020-02-15 16:58:04 UTC (rev 571777)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 23:32:41
  Author: felixonmars
Revision: 550863

upgpkg: haskell-unix-compat 0.5.2-2: 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

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 23:32:04 UTC (rev 550862)
+++ PKGBUILD2020-01-08 23:32:41 UTC (rev 550863)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')


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

2019-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 10, 2019 @ 21:05:56
  Author: felixonmars
Revision: 498703

upgpkg: haskell-unix-compat 0.5.2-1

rebuild with unix-compat 0.5.2

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-10 18:53:10 UTC (rev 498702)
+++ PKGBUILD2019-08-10 21:05:56 UTC (rev 498703)
@@ -5,16 +5,16 @@
 
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
-pkgver=0.5.1
-pkgrel=6
+pkgver=0.5.2
+pkgrel=1
 pkgdesc="Portable POSIX-compatibility layer."
-url="https://hackage.haskell.org/package/unix-compat;
+url="https://github.com/jacobstanley/unix-compat;
 license=('BSD3')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-old-time')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('4b4a0267e8f84ed8ce86b47e9e02e760bbda09e7d441320ed9f9dae7f861ada25ed906a0410ef8c516b71b0ea29a1e0aa0c8ec7724ecdf889931705f000bb0d4')
+sha512sums=('0a0a98e03edb7c6ab4401a022c3e90f7598b24930cb22ba04711c3f57b8f87990c6669d5cda07196b61d36cb6e0fa8b281822fa99b199c3b78cfccd0bc3f70be')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-04-26 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 07:00:02
  Author: felixonmars
Revision: 454110

upgpkg: haskell-unix-compat 0.5.1-6

rebuild with ghc 8.6.5

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 06:59:26 UTC (rev 454109)
+++ PKGBUILD2019-04-26 07:00:02 UTC (rev 454110)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Sunday, March 10, 2019 @ 00:50:18
  Author: felixonmars
Revision: 438838

upgpkg: haskell-unix-compat 0.5.1-5

rebuild with ghc 8.6.4

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 00:49:47 UTC (rev 438837)
+++ PKGBUILD2019-03-10 00:50:18 UTC (rev 438838)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 00:49:34
  Author: felixonmars
Revision: 413593

upgpkg: haskell-unix-compat 0.5.1-4

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 00:48:58 UTC (rev 413592)
+++ PKGBUILD2018-12-10 00:49:34 UTC (rev 413593)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')


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

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

upgpkg: haskell-unix-compat 0.5.1-3

rebuild with ghc 8.6.2

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 22:00:52 UTC (rev 402299)
+++ PKGBUILD2018-11-06 22:01:32 UTC (rev 402300)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
@@ -17,10 +17,10 @@
 
sha512sums=('4b4a0267e8f84ed8ce86b47e9e02e760bbda09e7d441320ed9f9dae7f861ada25ed906a0410ef8c516b71b0ea29a1e0aa0c8ec7724ecdf889931705f000bb0d4')
 
 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
@@ -30,11 +30,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-unix-compat/trunk (PKGBUILD)

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 11:03:33
  Author: felixonmars
Revision: 394052

upgpkg: haskell-unix-compat 0.5.1-2

rebuild with ghc 8.6.1

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 11:02:51 UTC (rev 394051)
+++ PKGBUILD2018-10-15 11:03:33 UTC (rev 394052)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')


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

2018-08-25 Thread Felix Yan via arch-commits
Date: Sunday, August 26, 2018 @ 05:29:57
  Author: felixonmars
Revision: 374014

upgpkg: haskell-unix-compat 0.5.1-1

rebuild with unix-compat 0.5.1

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-25 19:01:41 UTC (rev 374013)
+++ PKGBUILD2018-08-26 05:29:57 UTC (rev 374014)
@@ -6,8 +6,8 @@
 
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
-pkgver=0.5.0.1
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
@@ -15,7 +15,7 @@
 depends=('ghc-libs' 'haskell-old-time')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ef6fe0da61efe67eee188027354495420505093d12d47ce65d45e963484a55158ad5cbbff545fa00c293a67d56b1ceed51aa2529bff217b931b67c3544584a9c')
+sha512sums=('4b4a0267e8f84ed8ce86b47e9e02e760bbda09e7d441320ed9f9dae7f861ada25ed906a0410ef8c516b71b0ea29a1e0aa0c8ec7724ecdf889931705f000bb0d4')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 03:44:56
  Author: felixonmars
Revision: 335377

upgpkg: haskell-unix-compat 0.5.0.1-3

rebuild with ghc 8.4.3

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 03:44:20 UTC (rev 335376)
+++ PKGBUILD2018-06-01 03:44:56 UTC (rev 335377)
@@ -7,7 +7,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 06:22:07
  Author: felixonmars
Revision: 323292

upgpkg: haskell-unix-compat 0.5.0.1-2

rebuild with ghc 8.4.2

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 06:15:15 UTC (rev 323291)
+++ PKGBUILD2018-05-17 06:22:07 UTC (rev 323292)
@@ -7,7 +7,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')


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

2018-05-14 Thread Felix Yan via arch-commits
Date: Monday, May 14, 2018 @ 06:04:18
  Author: felixonmars
Revision: 321699

upgpkg: haskell-unix-compat 0.5.0.1-1

rebuild with unix-compat,0.5.0.1

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-14 06:04:06 UTC (rev 321698)
+++ PKGBUILD2018-05-14 06:04:18 UTC (rev 321699)
@@ -6,8 +6,8 @@
 
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
-pkgver=0.4.3.1
-pkgrel=5
+pkgver=0.5.0.1
+pkgrel=1
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
@@ -15,7 +15,7 @@
 depends=('ghc-libs' 'haskell-old-time')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ff6d7f52d1e0e21c3739831ae33b34b13815aadfce7f90efe2cfa10325b55aac982824d4cdaf112af03e8d51824d091d8781ff1caf529f02f8d251ada5c9e63b')
+sha512sums=('ef6fe0da61efe67eee188027354495420505093d12d47ce65d45e963484a55158ad5cbbff545fa00c293a67d56b1ceed51aa2529bff217b931b67c3544584a9c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 09:36:08
  Author: felixonmars
Revision: 268891

upgpkg: haskell-unix-compat 0.4.3.1-5

rebuild with ghc 8.2.2

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 09:35:35 UTC (rev 268890)
+++ PKGBUILD2017-11-26 09:36:08 UTC (rev 268891)
@@ -7,7 +7,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.4.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 07:26:46
  Author: felixonmars
Revision: 259439

upgpkg: haskell-unix-compat 0.4.3.1-4

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 07:25:48 UTC (rev 259438)
+++ PKGBUILD2017-09-22 07:26:46 UTC (rev 259439)
@@ -7,7 +7,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.4.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
@@ -15,12 +15,12 @@
 depends=('ghc-libs' 'haskell-old-time')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('72801d5a654a6e108c153f412ebd54c37fb445643770e0b97701a59e109f7e27')
+sha512sums=('ff6d7f52d1e0e21c3739831ae33b34b13815aadfce7f90efe2cfa10325b55aac982824d4cdaf112af03e8d51824d091d8781ff1caf529f02f8d251ada5c9e63b')
 
 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
@@ -38,7 +38,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-unix-compat/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 17:51:55
  Author: felixonmars
Revision: 251159

upgpkg: haskell-unix-compat 0.4.3.1-3

GHC 8.2.1 rebuild

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 17:50:58 UTC (rev 251158)
+++ PKGBUILD2017-08-15 17:51:55 UTC (rev 251159)
@@ -7,12 +7,13 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-old-time')
+depends=('ghc-libs' 'haskell-old-time')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('72801d5a654a6e108c153f412ebd54c37fb445643770e0b97701a59e109f7e27')
 
@@ -21,9 +22,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
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -35,8 +35,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-unix-compat/trunk (PKGBUILD)

2017-06-14 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 05:57:38
  Author: felixonmars
Revision: 237055

upgpkg: haskell-unix-compat 0.4.3.1-2

rebuild with ghc,8.0.2

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 05:56:15 UTC (rev 237054)
+++ PKGBUILD2017-06-15 05:57:38 UTC (rev 237055)
@@ -7,13 +7,12 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
 arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('ghc=8.0.1' 'haskell-old-time')
+depends=('ghc' 'haskell-old-time')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('72801d5a654a6e108c153f412ebd54c37fb445643770e0b97701a59e109f7e27')
 
@@ -20,7 +19,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
@@ -41,4 +40,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-unix-compat/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:53:15
  Author: felixonmars
Revision: 225623

use https

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:53:10 UTC (rev 225622)
+++ PKGBUILD2017-04-26 08:53:15 UTC (rev 225623)
@@ -9,12 +9,12 @@
 pkgver=0.4.3.1
 pkgrel=1
 pkgdesc="Portable POSIX-compatibility layer."
-url="http://hackage.haskell.org/package/unix-compat;
+url="https://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
 arch=('i686' 'x86_64')
 makedepends=('ghc')
 depends=('ghc=8.0.1' 'haskell-old-time')
-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=('72801d5a654a6e108c153f412ebd54c37fb445643770e0b97701a59e109f7e27')
 
 build() {


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

2016-12-13 Thread Felix Yan
Date: Wednesday, December 14, 2016 @ 05:27:19
  Author: felixonmars
Revision: 199254

upgpkg: haskell-unix-compat 0.4.3.1-1

rebuild with unix-compat-0.4.3.1

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-13 21:20:09 UTC (rev 199253)
+++ PKGBUILD2016-12-14 05:27:19 UTC (rev 199254)
@@ -6,7 +6,7 @@
 
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
-pkgver=0.4.2.0
+pkgver=0.4.3.1
 pkgrel=1
 pkgdesc="Portable POSIX-compatibility layer."
 url="http://hackage.haskell.org/package/unix-compat;
@@ -15,7 +15,7 @@
 makedepends=('ghc')
 depends=('ghc=8.0.1' 'haskell-old-time')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('35f11770757853be6134b3e4d72a20ecd32c5b0326abebf2605d7ac00bd8d60c')
+sha256sums=('72801d5a654a6e108c153f412ebd54c37fb445643770e0b97701a59e109f7e27')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-06-08 Thread Felix Yan
Date: Wednesday, June 8, 2016 @ 17:33:27
  Author: fyan
Revision: 178619

upgpkg: haskell-unix-compat 0.4.2.0-1

rebuild with EdisonAPI-1.3.1, JuicyPixels-3.2.7.1, MissingH-1.4.0.0, 
aeson-compat-0.3.4.0, aws-0.14.0, cairo-0.13.3.0, cereal-0.5.2.0, cgrep-6.6.14, 
cryptonite-0.16, extra-1.4.9, glib-0.13.4.0, gtk3-0.14.5, 
hackage-security-0.5.2.1, haddock-api-2.17.3, haddock-library-1.4.2, 
hlint-1.9.34, hslogger-1.2.10, http-types-0.9.1, language-javascript-0.6.0.5, 
pandoc-1.17.1, pandoc-citeproc-0.10, pango-0.13.3.0, pipes-4.2.0, retry-0.7.4, 
sandi-0.4.0, shake-0.15.8, statistics-0.13.3.0, unix-compat-0.4.2.0

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-08 15:29:28 UTC (rev 178618)
+++ PKGBUILD2016-06-08 15:33:27 UTC (rev 178619)
@@ -6,8 +6,8 @@
 
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
-pkgver=0.4.1.4
-pkgrel=4
+pkgver=0.4.2.0
+pkgrel=1
 pkgdesc="Portable POSIX-compatibility layer."
 url="http://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
@@ -15,7 +15,7 @@
 makedepends=('ghc')
 depends=('ghc=8.0.1' 'haskell-old-time')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('fafa1a9eefc93287c028cc61f17a91f886f164b3f64392f1756f8a7f8b3cb34b')
+sha256sums=('35f11770757853be6134b3e4d72a20ecd32c5b0326abebf2605d7ac00bd8d60c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:49:46
  Author: foutrelis
Revision: 152408

GHC 7.10.3 rebuild

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:48:53 UTC (rev 152407)
+++ PKGBUILD2015-12-10 16:49:46 UTC (rev 152408)
@@ -7,13 +7,13 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.4.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Portable POSIX-compatibility layer."
 url="http://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
 arch=('i686' 'x86_64')
 makedepends=('ghc')
-depends=('ghc=7.10.2' 'haskell-old-time')
+depends=('ghc=7.10.3' 'haskell-old-time')
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('fafa1a9eefc93287c028cc61f17a91f886f164b3f64392f1756f8a7f8b3cb34b')


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

2015-10-13 Thread Felix Yan
Date: Tuesday, October 13, 2015 @ 08:25:15
  Author: fyan
Revision: 143870

upgpkg: haskell-unix-compat 0.4.1.4-2

enable profiling libraries

Modified:
  haskell-unix-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 06:24:56 UTC (rev 143869)
+++ PKGBUILD2015-10-13 06:25:15 UTC (rev 143870)
@@ -7,7 +7,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.4.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable POSIX-compatibility layer."
 url="http://hackage.haskell.org/package/unix-compat;
 license=('BSD3')
@@ -22,8 +22,8 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock