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

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

upgpkg: haskell-rfc5051 0.2-4: rebuild with ghc 8.10.3

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:15:18 UTC (rev 785690)
+++ PKGBUILD2020-12-23 23:15:43 UTC (rev 785691)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 19:16:13
  Author: felixonmars
Revision: 692984

upgpkg: haskell-rfc5051 0.2-3: rebuild with happy 1.20.0

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 19:14:11 UTC (rev 692983)
+++ PKGBUILD2020-08-30 19:16:13 UTC (rev 692984)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 07:39:42
  Author: felixonmars
Revision: 682451

upgpkg: haskell-rfc5051 0.2-2: rebuild with ghc 8.10.2

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 07:38:55 UTC (rev 682450)
+++ PKGBUILD2020-08-17 07:39:42 UTC (rev 682451)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-08-12 Thread Felix Yan via arch-commits
Date: Wednesday, August 12, 2020 @ 18:56:04
  Author: felixonmars
Revision: 676559

upgpkg: haskell-rfc5051 0.2-1: rebuild with rfc5051 0.2, pandoc-citeproc 
0.17.0.2

Modified:
  haskell-rfc5051/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-12 18:48:24 UTC (rev 676558)
+++ PKGBUILD2020-08-12 18:56:04 UTC (rev 676559)
@@ -3,8 +3,8 @@
 
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
-pkgver=0.1.0.4
-pkgrel=9
+pkgver=0.2
+pkgrel=1
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -12,16 +12,16 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5a8a3f3ccb846986242152c8c30a0069466072f2b3fb449565b7fb95615c7909be04a320b9215d313d8b8e442a01959ffead0d5076bc61ee7f33f5ff1d9dd67b')
+sha512sums=('93222535d9c94ac947d9760c8d856ec150b17b93342999f6594a048905c791b08220e656f26c95702bec3c1e835b537635395d1dae6f3607fd8a8a767b24a23f')
 
 build() {
 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 --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-mkunicodedata
-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
@@ -28,6 +28,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 14:55:39
  Author: felixonmars
Revision: 618234

upgpkg: haskell-rfc5051 0.1.0.4-9: rebuild with ghc 8.10.1

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 14:55:06 UTC (rev 618233)
+++ PKGBUILD2020-04-23 14:55:39 UTC (rev 618234)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 22:57:12
  Author: felixonmars
Revision: 583516

upgpkg: haskell-rfc5051 0.1.0.4-8: rebuild with ghc 8.8.3

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 22:56:33 UTC (rev 583515)
+++ PKGBUILD2020-02-26 22:57:12 UTC (rev 583516)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -34,6 +34,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-rfc5051/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 14:44:28
  Author: felixonmars
Revision: 571603

upgpkg: haskell-rfc5051 0.1.0.4-7: rebuild with ghc 8.8.2

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 14:43:50 UTC (rev 571602)
+++ PKGBUILD2020-02-15 14:44:28 UTC (rev 571603)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 21:46:29
  Author: felixonmars
Revision: 550679

upgpkg: haskell-rfc5051 0.1.0.4-6: 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

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 21:45:52 UTC (rev 550678)
+++ PKGBUILD2020-01-08 21:46:29 UTC (rev 550679)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 13:21:22
  Author: felixonmars
Revision: 453881

upgpkg: haskell-rfc5051 0.1.0.4-5

rebuild with ghc 8.6.5

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 13:20:40 UTC (rev 453880)
+++ PKGBUILD2019-04-25 13:21:22 UTC (rev 453881)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 22:52:56
  Author: felixonmars
Revision: 438653

upgpkg: haskell-rfc5051 0.1.0.4-4

rebuild with ghc 8.6.4

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 22:52:46 UTC (rev 438652)
+++ PKGBUILD2019-03-09 22:52:56 UTC (rev 438653)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 22:49:38
  Author: felixonmars
Revision: 413406

upgpkg: haskell-rfc5051 0.1.0.4-3

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 22:49:34 UTC (rev 413405)
+++ PKGBUILD2018-12-09 22:49:38 UTC (rev 413406)
@@ -4,10 +4,10 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 20:23:44
  Author: felixonmars
Revision: 402096

upgpkg: haskell-rfc5051 0.1.0.4-2

rebuild with ghc 8.6.1

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 20:23:08 UTC (rev 402095)
+++ PKGBUILD2018-11-06 20:23:44 UTC (rev 402096)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('5a8a3f3ccb846986242152c8c30a0069466072f2b3fb449565b7fb95615c7909be04a320b9215d313d8b8e442a01959ffead0d5076bc61ee7f33f5ff1d9dd67b')
 
 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 \
 -f-mkunicodedata
 runhaskell Setup build
@@ -29,11 +29,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-rfc5051/trunk (PKGBUILD)

2018-10-19 Thread Felix Yan via arch-commits
Date: Friday, October 19, 2018 @ 18:56:23
  Author: felixonmars
Revision: 397937

upgpkg: haskell-rfc5051 0.1.0.4-1

rebuild with rfc5051 0.1.0.4

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 18:27:41 UTC (rev 397936)
+++ PKGBUILD2018-10-19 18:56:23 UTC (rev 397937)
@@ -3,8 +3,8 @@
 
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
-pkgver=0.1.0.3
-pkgrel=10
+pkgver=0.1.0.4
+pkgrel=1
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -12,13 +12,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('aef601b6e42c3f4238e77452ef302f155ba7bc815d35cf680e2f260ce337644652ee4ac77ea03696a91563faaabd7c124b95a4c16661dd104ddc85be7d9dffa0')
+sha512sums=('5a8a3f3ccb846986242152c8c30a0069466072f2b3fb449565b7fb95615c7909be04a320b9215d313d8b8e442a01959ffead0d5076bc61ee7f33f5ff1d9dd67b')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *0.6/<1/' $_hkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 21:02:34
  Author: felixonmars
Revision: 393836

upgpkg: haskell-rfc5051 0.1.0.3-10

rebuild with ghc 8.6.1

Modified:
  haskell-rfc5051/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 21:00:36 UTC (rev 393835)
+++ PKGBUILD2018-10-14 21:02:34 UTC (rev 393836)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=9
+pkgrel=10
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -14,6 +14,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('aef601b6e42c3f4238e77452ef302f155ba7bc815d35cf680e2f260ce337644652ee4ac77ea03696a91563faaabd7c124b95a4c16661dd104ddc85be7d9dffa0')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.6/<1/' $_hkgname.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 09:50:39
  Author: felixonmars
Revision: 335822

upgpkg: haskell-rfc5051 0.1.0.3-9

rebuild with ghc 8.4.3

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 09:50:00 UTC (rev 335821)
+++ PKGBUILD2018-06-01 09:50:39 UTC (rev 335822)
@@ -5,7 +5,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 12:57:54
  Author: felixonmars
Revision: 323740

upgpkg: haskell-rfc5051 0.1.0.3-8

rebuild with ghc 8.4.2

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 12:57:15 UTC (rev 323739)
+++ PKGBUILD2018-05-17 12:57:54 UTC (rev 323740)
@@ -5,7 +5,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 07:50:14
  Author: felixonmars
Revision: 268805

upgpkg: haskell-rfc5051 0.1.0.3-7

rebuild with ghc 8.2.2

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 07:49:37 UTC (rev 268804)
+++ PKGBUILD2017-11-26 07:50:14 UTC (rev 268805)
@@ -5,7 +5,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-09-23 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 16:16:26
  Author: felixonmars
Revision: 260098

upgpkg: haskell-rfc5051 0.1.0.3-6

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 16:16:06 UTC (rev 260097)
+++ PKGBUILD2017-09-23 16:16:26 UTC (rev 260098)
@@ -5,7 +5,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b')
+sha512sums=('aef601b6e42c3f4238e77452ef302f155ba7bc815d35cf680e2f260ce337644652ee4ac77ea03696a91563faaabd7c124b95a4c16661dd104ddc85be7d9dffa0')
 
 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 \
 -f-mkunicodedata
@@ -37,7 +37,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-rfc5051/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 09:21:35
  Author: felixonmars
Revision: 250793

upgpkg: haskell-rfc5051 0.1.0.3-5

GHC 8.2.1 rebuild

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 09:21:22 UTC (rev 250792)
+++ PKGBUILD2017-08-15 09:21:35 UTC (rev 250793)
@@ -5,12 +5,13 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc-libs')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b')
 
@@ -19,10 +20,9 @@
 
 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 \
 -f-mkunicodedata
 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
@@ -34,8 +34,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-rfc5051/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 08:02:50
  Author: felixonmars
Revision: 237531

upgpkg: haskell-rfc5051 0.1.0.3-4

rebuild with ghc,8.0.2

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 08:01:01 UTC (rev 237530)
+++ PKGBUILD2017-06-16 08:02:50 UTC (rev 237531)
@@ -5,12 +5,12 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 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=('e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b')
 
@@ -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 \
 -f-mkunicodedata
@@ -39,4 +39,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-rfc5051/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:49:36
  Author: felixonmars
Revision: 225593

use https

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:49:31 UTC (rev 225592)
+++ PKGBUILD2017-04-26 08:49:36 UTC (rev 225593)
@@ -7,11 +7,11 @@
 pkgver=0.1.0.3
 pkgrel=3
 pkgdesc="Simple unicode collation as per RFC5051."
-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")
-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=('e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b')
 
 build() {


[arch-commits] Commit in haskell-rfc5051/trunk (PKGBUILD haskell-rfc5051.install)

2016-05-25 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 11:46:38
  Author: fyan
Revision: 176786

upgpkg: haskell-rfc5051 0.1.0.3-3

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-rfc5051/trunk/PKGBUILD
Deleted:
  haskell-rfc5051/trunk/haskell-rfc5051.install

-+
 PKGBUILD|   11 +--
 haskell-rfc5051.install |   18 --
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 09:46:32 UTC (rev 176785)
+++ PKGBUILD2016-05-25 09:46:38 UTC (rev 176786)
@@ -5,15 +5,13 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple unicode collation as per RFC5051."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 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=('e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b')
 
 build() {
@@ -27,6 +25,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
 }
 
@@ -33,8 +32,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}"

Deleted: haskell-rfc5051.install
===
--- haskell-rfc5051.install 2016-05-25 09:46:32 UTC (rev 176785)
+++ haskell-rfc5051.install 2016-05-25 09:46:38 UTC (rev 176786)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-rfc5051
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:28:04
  Author: foutrelis
Revision: 152252

GHC 7.10.3 rebuild

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:27:04 UTC (rev 152251)
+++ PKGBUILD2015-12-10 15:28:04 UTC (rev 152252)
@@ -5,12 +5,12 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple unicode collation as per RFC5051."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"