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

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

upgpkg: haskell-sha 1.6.4.4-15: rebuild with ghc 8.10.3

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:13:23 UTC (rev 785268)
+++ PKGBUILD2020-12-23 21:14:13 UTC (rev 785269)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 19:33:07
  Author: felixonmars
Revision: 692998

upgpkg: haskell-sha 1.6.4.4-14: rebuild with happy 1.20.0

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 19:25:47 UTC (rev 692997)
+++ PKGBUILD2020-08-30 19:33:07 UTC (rev 692998)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=13
+pkgrel=14
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 07:47:30
  Author: felixonmars
Revision: 682465

upgpkg: haskell-sha 1.6.4.4-13: rebuild with ghc 8.10.2

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 07:44:26 UTC (rev 682464)
+++ PKGBUILD2020-08-17 07:47:30 UTC (rev 682465)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
@@ -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-sha/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 15:02:21
  Author: felixonmars
Revision: 618248

upgpkg: haskell-sha 1.6.4.4-12: rebuild with ghc 8.10.1

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 15:01:25 UTC (rev 618247)
+++ PKGBUILD2020-04-23 15:02:21 UTC (rev 618248)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 23:05:42
  Author: felixonmars
Revision: 583534

upgpkg: haskell-sha 1.6.4.4-11: rebuild with ghc 8.8.3

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 23:04:44 UTC (rev 583533)
+++ PKGBUILD2020-02-26 23:05:42 UTC (rev 583534)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
@@ -33,6 +33,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-sha/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 14:54:36
  Author: felixonmars
Revision: 571627

upgpkg: haskell-sha 1.6.4.4-10: rebuild with ghc 8.8.2

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 14:53:36 UTC (rev 571626)
+++ PKGBUILD2020-02-15 14:54:36 UTC (rev 571627)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 21:54:36
  Author: felixonmars
Revision: 550699

upgpkg: haskell-sha 1.6.4.4-9: 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-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 21:53:40 UTC (rev 550698)
+++ PKGBUILD2020-01-08 21:54:36 UTC (rev 550699)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 15:01:55
  Author: felixonmars
Revision: 453895

upgpkg: haskell-sha 1.6.4.4-8

rebuild with ghc 8.6.5

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 15:01:02 UTC (rev 453894)
+++ PKGBUILD2019-04-25 15:01:55 UTC (rev 453895)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

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

upgpkg: haskell-sha 1.6.4.4-7

rebuild with ghc 8.6.4

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 22:57:31 UTC (rev 438669)
+++ PKGBUILD2019-03-09 22:58:15 UTC (rev 438670)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 22:55:34
  Author: felixonmars
Revision: 413420

upgpkg: haskell-sha 1.6.4.4-6

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 22:54:50 UTC (rev 413419)
+++ PKGBUILD2018-12-09 22:55:34 UTC (rev 413420)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 20:30:16
  Author: felixonmars
Revision: 402112

upgpkg: haskell-sha 1.6.4.4-5

rebuild with ghc 8.6.1

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 20:29:25 UTC (rev 402111)
+++ PKGBUILD2018-11-06 20:30:16 UTC (rev 402112)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
@@ -18,7 +18,7 @@
 cd "${srcdir}/SHA-${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,9 +30,9 @@
 package() {
 cd "${srcdir}/SHA-${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-sha/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 21:09:04
  Author: felixonmars
Revision: 393850

upgpkg: haskell-sha 1.6.4.4-4

rebuild with ghc 8.6.1

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 21:08:13 UTC (rev 393849)
+++ PKGBUILD2018-10-14 21:09:04 UTC (rev 393850)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 04:25:40
  Author: felixonmars
Revision: 335461

upgpkg: haskell-sha 1.6.4.4-3

rebuild with ghc 8.4.3

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 04:24:46 UTC (rev 335460)
+++ PKGBUILD2018-06-01 04:25:40 UTC (rev 335461)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 08:23:55
  Author: felixonmars
Revision: 323468

upgpkg: haskell-sha 1.6.4.4-2

rebuild with ghc 8.4.2

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 08:23:44 UTC (rev 323467)
+++ PKGBUILD2018-05-17 08:23:55 UTC (rev 323468)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2018-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 15, 2018 @ 01:07:20
  Author: felixonmars
Revision: 307853

upgpkg: haskell-sha 1.6.4.4-1

rebuild with SHA,1.6.4.4

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 01:05:01 UTC (rev 307852)
+++ PKGBUILD2018-03-15 01:07:20 UTC (rev 307853)
@@ -4,8 +4,8 @@
 # Contributor: Arch Haskell Team <>
 
 pkgname=haskell-sha
-pkgver=1.6.4.2
-pkgrel=9
+pkgver=1.6.4.4
+pkgrel=1
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
-sha512sums=('aa1178f08ad3364c504ee790dac9b0774b7461fa7ea0a8f2c3ad82943d109602debcf4a8a83090815fef487ceac40019f8b5594ab0043f36e019d69bc5f76853')
+sha512sums=('77a525cb9ef45a410595a2f9c11a848a3aaeb6c7cb9b0ff11395326a259c0bea0e75689e3c7fa410e25be7d4480887830e11c891801f03c439b6ae9f55e5c125')
 
 build() {
 cd "${srcdir}/SHA-${pkgver}"


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

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

upgpkg: haskell-sha 1.6.4.2-9

rebuild with ghc 8.2.2

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:04:06 UTC (rev 268511)
+++ PKGBUILD2017-11-26 05:05:21 UTC (rev 268512)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 14:21:45
  Author: felixonmars
Revision: 259490

upgpkg: haskell-sha 1.6.4.2-8

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 14:21:28 UTC (rev 259489)
+++ PKGBUILD2017-09-22 14:21:45 UTC (rev 259490)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
-sha256sums=('c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c')
+sha512sums=('aa1178f08ad3364c504ee790dac9b0774b7461fa7ea0a8f2c3ad82943d109602debcf4a8a83090815fef487ceac40019f8b5594ab0043f36e019d69bc5f76853')
 
 build() {
 cd "${srcdir}/SHA-${pkgver}"
 
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -36,7 +36,4 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 18:54:08
  Author: felixonmars
Revision: 250430

upgpkg: haskell-sha 1.6.4.2-7

GHC 8.2.1 rebuild

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 18:51:26 UTC (rev 250429)
+++ PKGBUILD2017-08-14 18:54:08 UTC (rev 250430)
@@ -5,23 +5,23 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc')
+depends=('ghc-libs')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
 sha256sums=('c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c')
 
 build() {
 cd "${srcdir}/SHA-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -30,11 +30,9 @@
 
 package() {
 cd "${srcdir}/SHA-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/SHA"
 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-sha/trunk (PKGBUILD)

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 17:30:09
  Author: felixonmars
Revision: 237304

upgpkg: haskell-sha 1.6.4.2-6

rebuild with ghc,8.0.2

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 17:28:46 UTC (rev 237303)
+++ PKGBUILD2017-06-15 17:30:09 UTC (rev 237304)
@@ -5,23 +5,23 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc')
-options=('strip')
 
source=("https://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
 sha256sums=('c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c')
 
 build() {
-cd "$srcdir"/SHA-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+cd "${srcdir}/SHA-${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 haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -33,9 +33,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/SHA
-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/SHA"
+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-sha/trunk (PKGBUILD)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 15:57:04
  Author: spupykin
Revision: 195739

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 15:56:50 UTC (rev 195738)
+++ PKGBUILD2016-11-14 15:57:04 UTC (rev 195739)
@@ -7,12 +7,12 @@
 pkgver=1.6.4.2
 pkgrel=5
 pkgdesc="Implementations of the SHA suite of message digest functions"
-url="http://hackage.haskell.org/package/SHA;
+url="https://hackage.haskell.org/package/SHA;
 license=('BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc')
 options=('strip')
-source=("http://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
+source=("https://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
 sha256sums=('c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c')
 
 build() {


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

2016-05-25 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 08:18:30
  Author: fyan
Revision: 176655

upgpkg: haskell-sha 1.6.4.2-5

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

-+
 PKGBUILD|   11 ++-
 haskell-sha.install |   26 --
 2 files changed, 6 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 06:17:42 UTC (rev 176654)
+++ PKGBUILD2016-05-25 06:18:30 UTC (rev 176655)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="http://hackage.haskell.org/package/SHA;
 license=('BSD3')
@@ -12,7 +12,6 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 options=('strip')
-install="${pkgname}.install"
 
source=("http://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
 sha256sums=('c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c')
 
@@ -25,13 +24,15 @@
 runhaskell Setup haddock
 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
 }
 
 package() {
-cd ${srcdir}/SHA-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+cd "${srcdir}/SHA-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
 install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
 ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/SHA
 runhaskell Setup copy --destdir=${pkgdir}

Deleted: haskell-sha.install
===
--- haskell-sha.install 2016-05-25 06:17:42 UTC (rev 176654)
+++ haskell-sha.install 2016-05-25 06:18:30 UTC (rev 176655)
@@ -1,26 +0,0 @@
-# custom variables
-pkgname=haskell-sha
-HS_DIR=usr/share/haskell/${pkgname}
-
-# functions
-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-sha/trunk (PKGBUILD)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:18:17
  Author: fyan
Revision: 152211

GHC 7.10.3 rebuild

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:18:08 UTC (rev 152210)
+++ PKGBUILD2015-12-10 15:18:17 UTC (rev 152211)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="http://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 02:32:50
  Author: foutrelis
Revision: 143102

GHC 7.10.2 rebuild

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 00:27:19 UTC (rev 143101)
+++ PKGBUILD2015-10-07 00:32:50 UTC (rev 143102)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="http://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

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

ncurses 6.0 rebuild.

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 20:00:19 UTC (rev 139807)
+++ PKGBUILD2015-09-10 20:03:28 UTC (rev 139808)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="http://hackage.haskell.org/package/SHA;
 license=('BSD3')


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

2015-03-30 Thread Sergej Pupykin
Date: Monday, March 30, 2015 @ 13:21:27
  Author: spupykin
Revision: 130260

upgpkg: haskell-sha 1.6.4.2-1

upd

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 11:21:24 UTC (rev 130259)
+++ PKGBUILD2015-03-30 11:21:27 UTC (rev 130260)
@@ -4,19 +4,17 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=haskell-sha
-pkgver=1.6.4.1
+pkgver=1.6.4.2
 pkgrel=1
 pkgdesc=Implementations of the SHA suite of message digest functions
 url=http://hackage.haskell.org/package/SHA;
 license=('BSD3')
 arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('haskell-array' 'haskell-binary' 'haskell-bytestring')
+depends=('ghc')
 options=('strip')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz;)
-sha256sums=('fdb9924aa31493ad198e3b3498a8204cc7013e0ef86215faf1c4e435a7166aec')
-sha256sums=('743bc6d7dd3e74a44bfca8920f0f0ba5855722a62f6cc44f0a38d10c11bddc0d')
+sha256sums=('c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c')
 
 build() {
 cd ${srcdir}/SHA-${pkgver}


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

2014-12-29 Thread Sergej Pupykin
Date: Monday, December 29, 2014 @ 17:49:32
  Author: spupykin
Revision: 124850

upgpkg: haskell-sha 1.6.4.1-1

upd

Modified:
  haskell-sha/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-29 16:32:29 UTC (rev 124849)
+++ PKGBUILD2014-12-29 16:49:32 UTC (rev 124850)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
 # Contributor: Lex Black autumn-wind at web dot de
 # Contributor: Arch Haskell Team 
 


Property changes on: haskell-sha/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property