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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:17:41
  Author: felixonmars
Revision: 785489

upgpkg: haskell-unexceptionalio 0.5.1-4: rebuild with ghc 8.10.3

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:17:17 UTC (rev 785488)
+++ PKGBUILD2020-12-23 22:17:41 UTC (rev 785489)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:32:18
  Author: felixonmars
Revision: 693104

upgpkg: haskell-unexceptionalio 0.5.1-3: rebuild with happy 1.20.0

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:31:11 UTC (rev 693103)
+++ PKGBUILD2020-08-30 20:32:18 UTC (rev 693104)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:35:27
  Author: felixonmars
Revision: 682578

upgpkg: haskell-unexceptionalio 0.5.1-2: rebuild with ghc 8.10.2

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:34:45 UTC (rev 682577)
+++ PKGBUILD2020-08-17 12:35:27 UTC (rev 682578)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
@@ -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-unexceptionalio/trunk (PKGBUILD)

2020-05-20 Thread Felix Yan via arch-commits
Date: Wednesday, May 20, 2020 @ 08:38:19
  Author: felixonmars
Revision: 630547

upgpkg: haskell-unexceptionalio 0.5.1-1

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 08:13:32 UTC (rev 630546)
+++ PKGBUILD2020-05-20 08:38:19 UTC (rev 630547)
@@ -3,8 +3,8 @@
 
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
-pkgver=0.5.0
-pkgrel=4
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
@@ -12,13 +12,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('6aefa186dde521b5d139664958e96474bd91515dff367be1de0f8f7d2f4b3e09e798569db304a22c32882ecc7fd46a4fa48209d85537a95b250ef195f861fcb5')
+sha512sums=('62c42e5c683cd05505971602fe4e64a50b5949d9540acefd8d4d66ec0bf57075cdb8e35e99f7e7c4b4fdf589b2af47aa31c0cd62d518b4ded5fc5f9f382008ba')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i '/fail s =/i instance MonadFail UIO where' UnexceptionalIO.hs
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 22:55:03
  Author: felixonmars
Revision: 618388

upgpkg: haskell-unexceptionalio 0.5.0-4: rebuild with ghc 8.10.1

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 22:54:18 UTC (rev 618387)
+++ PKGBUILD2020-04-23 22:55:03 UTC (rev 618388)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 08:56:44
  Author: felixonmars
Revision: 583664

upgpkg: haskell-unexceptionalio 0.5.0-3: rebuild with ghc 8.8.3

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 08:56:07 UTC (rev 583663)
+++ PKGBUILD2020-02-27 08:56:44 UTC (rev 583664)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 16:55:49
  Author: felixonmars
Revision: 571773

upgpkg: haskell-unexceptionalio 0.5.0-2: rebuild with ghc 8.8.2

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:55:04 UTC (rev 571772)
+++ PKGBUILD2020-02-15 16:55:49 UTC (rev 571773)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 23:30:42
  Author: felixonmars
Revision: 550859

upgpkg: haskell-unexceptionalio 0.5.0-1: 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-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 23:23:06 UTC (rev 550858)
+++ PKGBUILD2020-01-08 23:30:42 UTC (rev 550859)
@@ -3,8 +3,8 @@
 
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
-pkgver=0.4.0
-pkgrel=8
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
@@ -12,8 +12,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('cbee14d9accdb9504cb745705e9c1e8d408c4a657e8bc678906b5c0efbc3efe0dcc740828324ffccff9c95046116c7d4724983a2c9bb57c1cb04ea576b634f5b')
+sha512sums=('6aefa186dde521b5d139664958e96474bd91515dff367be1de0f8f7d2f4b3e09e798569db304a22c32882ecc7fd46a4fa48209d85537a95b250ef195f861fcb5')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/fail s =/i instance MonadFail UIO where' UnexceptionalIO.hs
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2019-04-26 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 06:57:01
  Author: felixonmars
Revision: 454104

upgpkg: haskell-unexceptionalio 0.4.0-8

rebuild with ghc 8.6.5

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 02:34:34 UTC (rev 454103)
+++ PKGBUILD2019-04-26 06:57:01 UTC (rev 454104)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Sunday, March 10, 2019 @ 00:47:48
  Author: felixonmars
Revision: 438832

upgpkg: haskell-unexceptionalio 0.4.0-7

rebuild with ghc 8.6.4

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 00:47:18 UTC (rev 438831)
+++ PKGBUILD2019-03-10 00:47:48 UTC (rev 438832)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

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

upgpkg: haskell-unexceptionalio 0.4.0-6

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 00:46:16 UTC (rev 413586)
+++ PKGBUILD2018-12-10 00:46:49 UTC (rev 413587)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 21:58:28
  Author: felixonmars
Revision: 402294

upgpkg: haskell-unexceptionalio 0.4.0-5

rebuild with ghc 8.6.2

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 21:57:52 UTC (rev 402293)
+++ PKGBUILD2018-11-06 21:58:28 UTC (rev 402294)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
@@ -15,10 +15,10 @@
 
sha512sums=('cbee14d9accdb9504cb745705e9c1e8d408c4a657e8bc678906b5c0efbc3efe0dcc740828324ffccff9c95046116c7d4724983a2c9bb57c1cb04ea576b634f5b')
 
 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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
 }


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

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 11:00:25
  Author: felixonmars
Revision: 394046

upgpkg: haskell-unexceptionalio 0.4.0-4

rebuild with ghc 8.6.1

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 10:59:50 UTC (rev 394045)
+++ PKGBUILD2018-10-15 11:00:25 UTC (rev 394046)
@@ -4,7 +4,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 16:52:35
  Author: felixonmars
Revision: 336274

upgpkg: haskell-unexceptionalio 0.4.0-3

rebuild with ghc 8.4.3

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 16:52:01 UTC (rev 336273)
+++ PKGBUILD2018-06-01 16:52:35 UTC (rev 336274)
@@ -5,7 +5,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 09:13:22
  Author: felixonmars
Revision: 323558

upgpkg: haskell-unexceptionalio 0.4.0-2

rebuild with ghc 8.4.2

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 09:12:50 UTC (rev 323557)
+++ PKGBUILD2018-05-17 09:13:22 UTC (rev 323558)
@@ -5,7 +5,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 11:59:10
  Author: felixonmars
Revision: 322786

upgpkg: haskell-unexceptionalio 0.4.0-1

rebuild with unexceptionalio,0.4.0

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 11:57:21 UTC (rev 322785)
+++ PKGBUILD2018-05-16 11:59:10 UTC (rev 322786)
@@ -4,8 +4,8 @@
 
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
-pkgver=0.3.0
-pkgrel=6
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('be6479cfdb39707473e07639b3a35c4e178571ec2b45a356e278c9bb20710775fe26c086239aa65c2d5f201730df223b5ca3e42ea61e1ffb9a285f384e62f4b6')
+sha512sums=('cbee14d9accdb9504cb745705e9c1e8d408c4a657e8bc678906b5c0efbc3efe0dcc740828324ffccff9c95046116c7d4724983a2c9bb57c1cb04ea576b634f5b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 09:34:19
  Author: felixonmars
Revision: 268887

upgpkg: haskell-unexceptionalio 0.3.0-6

rebuild with ghc 8.2.2

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 09:33:48 UTC (rev 268886)
+++ PKGBUILD2017-11-26 09:34:19 UTC (rev 268887)
@@ -5,7 +5,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")


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

2017-09-24 Thread Felix Yan
Date: Sunday, September 24, 2017 @ 08:32:18
  Author: felixonmars
Revision: 260371

upgpkg: haskell-unexceptionalio 0.3.0-5

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-24 08:32:07 UTC (rev 260370)
+++ PKGBUILD2017-09-24 08:32:18 UTC (rev 260371)
@@ -5,7 +5,7 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('927e2be6bb9ced73c1c17d79c981cadef4039d9ee45d2d3d6b4c133ff93ff0b8')
+sha512sums=('be6479cfdb39707473e07639b3a35c4e178571ec2b45a356e278c9bb20710775fe26c086239aa65c2d5f201730df223b5ca3e42ea61e1ffb9a285f384e62f4b6')
 
 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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 19:00:31
  Author: felixonmars
Revision: 237363

upgpkg: haskell-unexceptionalio 0.3.0-3

rebuild with ghc,8.0.2

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 18:59:23 UTC (rev 237362)
+++ PKGBUILD2017-06-15 19:00:31 UTC (rev 237363)
@@ -5,12 +5,12 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('927e2be6bb9ced73c1c17d79c981cadef4039d9ee45d2d3d6b4c133ff93ff0b8')
 
@@ -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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

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

use https

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:52:58 UTC (rev 225620)
+++ PKGBUILD2017-04-26 08:53:06 UTC (rev 225621)
@@ -11,7 +11,7 @@
 license=("custom")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-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=('927e2be6bb9ced73c1c17d79c981cadef4039d9ee45d2d3d6b4c133ff93ff0b8')
 
 build() {


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

2016-05-25 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 09:51:32
  Author: fyan
Revision: 176689

upgpkg: haskell-unexceptionalio 0.3.0-2

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, 
cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, 
extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, 
haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, 
microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, 
simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 07:13:55 UTC (rev 176688)
+++ PKGBUILD2016-05-25 07:51:32 UTC (rev 176689)
@@ -5,15 +5,13 @@
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio;
 license=("custom")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3")
-options=('staticlibs')
+depends=("ghc=8.0.1")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
 sha256sums=('927e2be6bb9ced73c1c17d79c981cadef4039d9ee45d2d3d6b4c133ff93ff0b8')
 
 build() {
@@ -26,6 +24,7 @@
 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,8 +31,8 @@
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+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}"