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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:13:26
  Author: felixonmars
Revision: 785683

upgpkg: haskell-extensible-exceptions 0.1.1.4-32: rebuild with ghc 8.10.3

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:13:05 UTC (rev 785682)
+++ PKGBUILD2020-12-23 23:13:26 UTC (rev 785683)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=31
+pkgrel=32
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 11:32:38
  Author: felixonmars
Revision: 692738

upgpkg: haskell-extensible-exceptions 0.1.1.4-31: rebuild with happy 1.20.0

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:32:05 UTC (rev 692737)
+++ PKGBUILD2020-08-30 11:32:38 UTC (rev 692738)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=30
+pkgrel=31
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 06:06:01
  Author: felixonmars
Revision: 682245

upgpkg: haskell-extensible-exceptions 0.1.1.4-30: rebuild with ghc 8.10.2

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 06:05:31 UTC (rev 682244)
+++ PKGBUILD2020-08-17 06:06:01 UTC (rev 682245)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=29
+pkgrel=30
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')
@@ -19,7 +19,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-extensible-exceptions/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 11:00:36
  Author: felixonmars
Revision: 618022

upgpkg: haskell-extensible-exceptions 0.1.1.4-29: rebuild with ghc 8.10.1

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 11:00:12 UTC (rev 618021)
+++ PKGBUILD2020-04-23 11:00:36 UTC (rev 618022)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=28
+pkgrel=29
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:25:05
  Author: felixonmars
Revision: 583274

upgpkg: haskell-extensible-exceptions 0.1.1.4-28: rebuild with ghc 8.8.3

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:24:33 UTC (rev 583273)
+++ PKGBUILD2020-02-26 21:25:05 UTC (rev 583274)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=27
+pkgrel=28
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')
@@ -32,6 +32,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-extensible-exceptions/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:55:28
  Author: felixonmars
Revision: 571333

upgpkg: haskell-extensible-exceptions 0.1.1.4-27: rebuild with ghc 8.8.2

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:54:57 UTC (rev 571332)
+++ PKGBUILD2020-02-14 21:55:28 UTC (rev 571333)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=26
+pkgrel=27
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:56:09
  Author: felixonmars
Revision: 550428

upgpkg: haskell-extensible-exceptions 0.1.1.4-26: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:55:36 UTC (rev 550427)
+++ PKGBUILD2020-01-08 18:56:09 UTC (rev 550428)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=25
+pkgrel=26
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 00:55:34
  Author: felixonmars
Revision: 453601

upgpkg: haskell-extensible-exceptions 0.1.1.4-25

rebuild with ghc 8.6.5

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 00:55:04 UTC (rev 453600)
+++ PKGBUILD2019-04-25 00:55:34 UTC (rev 453601)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=24
+pkgrel=25
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')


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

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

upgpkg: haskell-extensible-exceptions 0.1.1.4-24

rebuild with ghc 8.6.4

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:57:14 UTC (rev 438372)
+++ PKGBUILD2019-03-09 15:57:43 UTC (rev 438373)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=23
+pkgrel=24
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('BSD')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:40:23
  Author: felixonmars
Revision: 413178

upgpkg: haskell-extensible-exceptions 0.1.1.4-23

rebuild with ghc 8.6.3

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:39:53 UTC (rev 413177)
+++ PKGBUILD2018-12-09 20:40:23 UTC (rev 413178)
@@ -3,10 +3,10 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=22
+pkgrel=23
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
-license=('custom:BSD3')
+license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'sh')
 makedepends=('ghc')


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

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

upgpkg: haskell-extensible-exceptions 0.1.1.4-22

rebuild with ghc 8.6.1

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:41:24 UTC (rev 401858)
+++ PKGBUILD2018-11-06 18:42:05 UTC (rev 401859)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=21
+pkgrel=22
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
@@ -14,10 +14,10 @@
 
sha512sums=('b63bb6b8bc846571db37c23801b711748a10a27a6a6b25035e992013f6705ad9b3ad86e61a7de839c9ac61c26ad3640b9642a8747d6b76a03336834c39e93dca')
 
 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
@@ -27,11 +27,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-extensible-exceptions/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 14:17:55
  Author: felixonmars
Revision: 393602

upgpkg: haskell-extensible-exceptions 0.1.1.4-21

rebuild with ghc 8.6.1

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 14:17:19 UTC (rev 393601)
+++ PKGBUILD2018-10-14 14:17:55 UTC (rev 393602)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=20
+pkgrel=21
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 16:06:38
  Author: felixonmars
Revision: 334907

upgpkg: haskell-extensible-exceptions 0.1.1.4-20

rebuild with ghc 8.4.3

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 16:06:07 UTC (rev 334906)
+++ PKGBUILD2018-05-31 16:06:38 UTC (rev 334907)
@@ -4,7 +4,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=19
+pkgrel=20
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 17:35:16
  Author: felixonmars
Revision: 323033

upgpkg: haskell-extensible-exceptions 0.1.1.4-19

rebuild with ghc 8.4.2

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 17:33:28 UTC (rev 323032)
+++ PKGBUILD2018-05-16 17:35:16 UTC (rev 323033)
@@ -4,7 +4,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=18
+pkgrel=19
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')


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

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

upgpkg: haskell-extensible-exceptions 0.1.1.4-18

rebuild with ghc 8.2.2

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:54:54 UTC (rev 268616)
+++ PKGBUILD2017-11-26 05:55:23 UTC (rev 268617)
@@ -4,7 +4,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=17
+pkgrel=18
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 15:27:22
  Author: felixonmars
Revision: 259534

upgpkg: haskell-extensible-exceptions 0.1.1.4-17

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 15:26:17 UTC (rev 259533)
+++ PKGBUILD2017-09-22 15:27:22 UTC (rev 259534)
@@ -4,7 +4,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=16
+pkgrel=17
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'sh')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+sha512sums=('b63bb6b8bc846571db37c23801b711748a10a27a6a6b25035e992013f6705ad9b3ad86e61a7de839c9ac61c26ad3640b9642a8747d6b76a03336834c39e93dca')
 
 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
@@ -35,7 +35,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-extensible-exceptions/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 05:39:12
  Author: felixonmars
Revision: 250558

upgpkg: haskell-extensible-exceptions 0.1.1.4-16

GHC 8.2.1 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 05:38:10 UTC (rev 250557)
+++ PKGBUILD2017-08-15 05:39:12 UTC (rev 250558)
@@ -4,12 +4,13 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=15
+pkgrel=16
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc' 'sh')
+depends=('ghc-libs' 'sh')
+makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
 
@@ -18,9 +19,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
@@ -32,8 +32,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-extensible-exceptions/trunk (PKGBUILD)

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 18:13:40
  Author: felixonmars
Revision: 237333

upgpkg: haskell-extensible-exceptions 0.1.1.4-15

rebuild with ghc,8.0.2

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 18 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 18:12:20 UTC (rev 237332)
+++ PKGBUILD2017-06-15 18:13:40 UTC (rev 237333)
@@ -4,24 +4,24 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=14
+pkgrel=15
 pkgdesc="extensible exceptions for both new and old versions of GHC"
-url="http://hackage.haskell.org/package/extensible-exceptions;
+url="https://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'sh')
+depends=('ghc' 'sh')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
 
 build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
+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
 runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
+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,9 +32,12 @@
 
 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
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2016-12-07 Thread Jelle van der Waa
Date: Wednesday, December 7, 2016 @ 21:28:55
  Author: jelle
Revision: 198435

Use https as source

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 21:27:48 UTC (rev 198434)
+++ PKGBUILD2016-12-07 21:28:55 UTC (rev 198435)
@@ -10,7 +10,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'sh')
-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=('fa1cadd15c1c7aa362618d41c6e17d8b')
 
 build() {


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:23:59
  Author: fyan
Revision: 152232

GHC 7.10.3 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:23:25 UTC (rev 152231)
+++ PKGBUILD2015-12-10 15:23:59 UTC (rev 152232)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=12
+pkgrel=13
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'sh')
+depends=('ghc=7.10.3' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')


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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 02:16:05
  Author: foutrelis
Revision: 143094

GHC 7.10.2 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 00:14:59 UTC (rev 143093)
+++ PKGBUILD2015-10-07 00:16:05 UTC (rev 143094)
@@ -4,7 +4,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=11
+pkgrel=12
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')


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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 01:52:25
  Author: foutrelis
Revision: 143068

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-06 23:43:35 UTC (rev 143067)
+++ PKGBUILD2015-10-06 23:52:25 UTC (rev 143068)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=10
+pkgrel=11
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.1' 'sh')
+depends=('ghc=7.10.2' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')


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

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 22:28:45
  Author: foutrelis
Revision: 139832

ncurses 6.0 rebuild.

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 20:27:59 UTC (rev 139831)
+++ PKGBUILD2015-09-10 20:28:45 UTC (rev 139832)
@@ -4,7 +4,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=9
+pkgrel=10
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')


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

2015-03-30 Thread Jelle van der Waa
Date: Monday, March 30, 2015 @ 21:20:25
  Author: jelle
Revision: 130370

upgpkg: haskell-extensible-exceptions 0.1.1.4-9

ghc 7.10.1 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 19:18:55 UTC (rev 130369)
+++ PKGBUILD2015-03-30 19:20:25 UTC (rev 130370)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=8
+pkgrel=9
 pkgdesc=extensible exceptions for both new and old versions of GHC
 url=http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.4-1' 'sh')
+depends=('ghc=7.10.1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')


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

2014-12-28 Thread Jelle van der Waa
Date: Sunday, December 28, 2014 @ 22:31:27
  Author: jelle
Revision: 124777

upgpkg: haskell-extensible-exceptions 0.1.1.4-8

ghc 7.8.4 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 21:28:33 UTC (rev 124776)
+++ PKGBUILD2014-12-28 21:31:27 UTC (rev 124777)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=7
+pkgrel=8
 pkgdesc=extensible exceptions for both new and old versions of GHC
 url=http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.3-1' 'sh')
+depends=('ghc=7.8.4-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')


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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:42:33
  Author: jelle
Revision: 115503

upgpkg: haskell-extensible-exceptions 0.1.1.4-7

ghc 7.8.3 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 20:40:05 UTC (rev 115502)
+++ PKGBUILD2014-07-11 20:42:33 UTC (rev 115503)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=6
+pkgrel=7
 pkgdesc=extensible exceptions for both new and old versions of GHC
 url=http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.2' sh)
+depends=('ghc=7.8.3-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')



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

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:20:18
  Author: jelle
Revision: 109324

upgpkg: haskell-extensible-exceptions 0.1.1.4-6

ghc 7.8.2 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 11:20:12 UTC (rev 109323)
+++ PKGBUILD2014-04-13 11:20:18 UTC (rev 109324)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=5
+pkgrel=6
 pkgdesc=extensible exceptions for both new and old versions of GHC
 url=http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' sh)
+depends=('ghc=7.8.2' sh)
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:24:25
  Author: jelle
Revision: 99304

add staticlibs to keep the static libs

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:21:31 UTC (rev 99303)
+++ PKGBUILD2013-10-26 18:24:25 UTC (rev 99304)
@@ -12,6 +12,7 @@
 depends=('ghc=7.6.3-1' sh)
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
+options=('staticlibs')
 md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
 
 build() {



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

2013-04-24 Thread Jelle van der Waa
Date: Wednesday, April 24, 2013 @ 13:35:17
  Author: jelle
Revision: 88855

upgpkg: haskell-extensible-exceptions 0.1.1.4-5

ghc 7.6.3 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 11:24:29 UTC (rev 88854)
+++ PKGBUILD2013-04-24 11:35:17 UTC (rev 88855)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=4
+pkgrel=5
 pkgdesc=extensible exceptions for both new and old versions of GHC
 url=http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' sh)
+depends=('ghc=7.6.3-1' sh)
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')



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

2013-02-04 Thread Thomas Dziedzic
Date: Tuesday, February 5, 2013 @ 05:20:06
  Author: td123
Revision: 83760

upgpkg: haskell-extensible-exceptions 0.1.1.4-4

rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 04:08:46 UTC (rev 83759)
+++ PKGBUILD2013-02-05 04:20:06 UTC (rev 83760)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc=extensible exceptions for both new and old versions of GHC
 url=http://hackage.haskell.org/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' sh)
+depends=('ghc=7.6.2-1' sh)
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')



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

2010-08-21 Thread Vesa Kaihlavirta
Date: Saturday, August 21, 2010 @ 16:22:50
  Author: vesa
Revision: 88260

6.12.3 rebuild  upstream bump

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-21 20:13:28 UTC (rev 88259)
+++ PKGBUILD2010-08-21 20:22:50 UTC (rev 88260)
@@ -2,17 +2,16 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 # Package generated by cabal2arch 0.4.1
 pkgname=haskell-extensible-exceptions
-pkgrel=3
-pkgver=0.1.1.0
+pkgrel=1
+pkgver=0.1.1.2
 pkgdesc=Extensible exceptions
 
url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/extensible-exceptions;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=6.12.1'  sh)
+depends=('ghc=6.12.3'  sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/extensible-exceptions/$pkgver/extensible-exceptions-$pkgver.tar.gz)
 install=haskell-extensible-exceptions.install
-md5sums=('7aba82acc64fa2f2dc89d8ac27e24a43')
 build() {
 cd $srcdir/extensible-exceptions-$pkgver
 runhaskell Setup configure --prefix=/usr -p --enable-split-objs 
--enable-shared || return 1
@@ -24,3 +23,4 @@
 runhaskell Setup copy --destdir=$pkgdir || return 1
 install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || 
return 1
 }
+md5sums=('8154e11e77db72b411f3854a03c5a0a3')



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

2010-03-23 Thread Allan McRae
Date: Tuesday, March 23, 2010 @ 23:47:07
  Author: allan
Revision: 73243

upgpkg: haskell-extensible-exceptions 0.1.1.0-3
gmp5 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-24 03:25:48 UTC (rev 73242)
+++ PKGBUILD2010-03-24 03:47:07 UTC (rev 73243)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 # Package generated by cabal2arch 0.4.1
 pkgname=haskell-extensible-exceptions
-pkgrel=2
+pkgrel=3
 pkgver=0.1.1.0
 pkgdesc=Extensible exceptions
 
url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/extensible-exceptions;



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

2009-12-27 Thread Vesa Kaihlavirta
Date: Sunday, December 27, 2009 @ 09:25:11
  Author: vesa
Revision: 61871

bump

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-27 13:53:07 UTC (rev 61870)
+++ PKGBUILD2009-12-27 14:25:11 UTC (rev 61871)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 # Package generated by cabal2arch 0.4.1
 pkgname=haskell-extensible-exceptions
-pkgrel=1.2
+pkgrel=2
 pkgver=0.1.1.0
 pkgdesc=Extensible exceptions
 
url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/extensible-exceptions;