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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:48:47
  Author: felixonmars
Revision: 785599

upgpkg: haskell-digest 0.0.1.2-21: rebuild with ghc 8.10.3

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:48:26 UTC (rev 785598)
+++ PKGBUILD2020-12-23 22:48:47 UTC (rev 785599)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 11:15:52
  Author: felixonmars
Revision: 692716

upgpkg: haskell-digest 0.0.1.2-20: rebuild with happy 1.20.0

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:14:57 UTC (rev 692715)
+++ PKGBUILD2020-08-30 11:15:52 UTC (rev 692716)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=19
+pkgrel=20
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:57:21
  Author: felixonmars
Revision: 682221

upgpkg: haskell-digest 0.0.1.2-19: rebuild with ghc 8.10.2

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:56:50 UTC (rev 682220)
+++ PKGBUILD2020-08-17 05:57:21 UTC (rev 682221)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -21,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-bytestring-in-base
-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-digest/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 10:53:19
  Author: felixonmars
Revision: 618000

upgpkg: haskell-digest 0.0.1.2-18: rebuild with ghc 8.10.1

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:52:52 UTC (rev 617999)
+++ PKGBUILD2020-04-23 10:53:19 UTC (rev 618000)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:16:47
  Author: felixonmars
Revision: 583254

upgpkg: haskell-digest 0.0.1.2-17: rebuild with ghc 8.8.3

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:16:13 UTC (rev 583253)
+++ PKGBUILD2020-02-26 21:16:47 UTC (rev 583254)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=16
+pkgrel=17
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 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-digest/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:47:07
  Author: felixonmars
Revision: 571307

upgpkg: haskell-digest 0.0.1.2-16: rebuild with ghc 8.8.2

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:46:31 UTC (rev 571306)
+++ PKGBUILD2020-02-14 21:47:07 UTC (rev 571307)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:33:40
  Author: felixonmars
Revision: 550408

upgpkg: haskell-digest 0.0.1.2-15: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:33:06 UTC (rev 550407)
+++ PKGBUILD2020-01-08 18:33:40 UTC (rev 550408)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=14
+pkgrel=15
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

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

upgpkg: haskell-digest 0.0.1.2-14

rebuild with ghc 8.6.5

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 00:47:17 UTC (rev 453580)
+++ PKGBUILD2019-04-25 00:47:47 UTC (rev 453581)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 15:48:38
  Author: felixonmars
Revision: 438351

upgpkg: haskell-digest 0.0.1.2-13

rebuild with ghc 8.6.4

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:48:05 UTC (rev 438350)
+++ PKGBUILD2019-03-09 15:48:38 UTC (rev 438351)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:32:22
  Author: felixonmars
Revision: 413158

upgpkg: haskell-digest 0.0.1.2-12

rebuild with ghc 8.6.3

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:31:51 UTC (rev 413157)
+++ PKGBUILD2018-12-09 20:32:22 UTC (rev 413158)
@@ -4,10 +4,10 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' "zlib")
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:33:09
  Author: felixonmars
Revision: 401837

upgpkg: haskell-digest 0.0.1.2-11

rebuild with ghc 8.6.1

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:32:58 UTC (rev 401836)
+++ PKGBUILD2018-11-06 18:33:09 UTC (rev 401837)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('f7961c098677c0e75561e3706446b073f60c6a8646aca6d139d6559952b2cba189221ac8af59f2dc6e4da65ee4a789f703e2ebbcf1e9c3df3f98167409bdf7c9')
 
 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-bytestring-in-base
 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-digest/trunk (PKGBUILD)

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

upgpkg: haskell-digest 0.0.1.2-10

rebuild with ghc 8.6.1

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 14:04:08 UTC (rev 393581)
+++ PKGBUILD2018-10-14 14:04:46 UTC (rev 393582)
@@ -4,7 +4,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 07:27:14
  Author: felixonmars
Revision: 335579

upgpkg: haskell-digest 0.0.1.2-9

rebuild with ghc 8.4.3

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 07:26:33 UTC (rev 335578)
+++ PKGBUILD2018-06-01 07:27:14 UTC (rev 335579)
@@ -5,7 +5,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 08:48:01
  Author: felixonmars
Revision: 323516

upgpkg: haskell-digest 0.0.1.2-8

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 08:47:39 UTC (rev 323515)
+++ PKGBUILD2018-05-17 08:48:01 UTC (rev 323516)
@@ -5,7 +5,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

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

upgpkg: haskell-digest 0.0.1.2-7

rebuild with ghc 8.2.2

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:47:13 UTC (rev 268598)
+++ PKGBUILD2017-11-26 05:47:44 UTC (rev 268599)
@@ -5,7 +5,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 14:16:05
  Author: felixonmars
Revision: 259480

upgpkg: haskell-digest 0.0.1.2-6

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 14:15:50 UTC (rev 259479)
+++ PKGBUILD2017-09-22 14:16:05 UTC (rev 259480)
@@ -5,7 +5,7 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "zlib")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11')
+sha512sums=('f7961c098677c0e75561e3706446b073f60c6a8646aca6d139d6559952b2cba189221ac8af59f2dc6e4da65ee4a789f703e2ebbcf1e9c3df3f98167409bdf7c9')
 
 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-bytestring-in-base
@@ -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-digest/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 05:23:21
  Author: felixonmars
Revision: 250540

upgpkg: haskell-digest 0.0.1.2-5

GHC 8.2.1 rebuild

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 05:22:16 UTC (rev 250539)
+++ PKGBUILD2017-08-15 05:23:21 UTC (rev 250540)
@@ -5,12 +5,13 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "zlib")
+depends=('ghc-libs' "zlib")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11')
 
@@ -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-bytestring-in-base
 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-digest/trunk (PKGBUILD)

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 15:18:25
  Author: felixonmars
Revision: 237172

upgpkg: haskell-digest 0.0.1.2-4

rebuild with ghc,8.0.2

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 15:13:49 UTC (rev 237171)
+++ PKGBUILD2017-06-15 15:18:25 UTC (rev 237172)
@@ -5,12 +5,12 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "zlib")
+depends=("ghc" "zlib")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11')
 
@@ -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-bytestring-in-base
@@ -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-digest/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:33:28
  Author: felixonmars
Revision: 225505

use https

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:33:21 UTC (rev 225504)
+++ PKGBUILD2017-04-26 08:33:28 UTC (rev 225505)
@@ -7,11 +7,11 @@
 pkgver=0.0.1.2
 pkgrel=3
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
-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" "zlib")
-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=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11')
 
 build() {


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

2016-05-24 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 07:20:52
  Author: fyan
Revision: 176562

upgpkg: haskell-digest 0.0.1.2-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.2 -> 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, wai-3.2.1.1

Modified:
  haskell-digest/trunk/PKGBUILD
Deleted:
  haskell-digest/trunk/haskell-digest.install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 05:20:45 UTC (rev 176561)
+++ PKGBUILD2016-05-25 05:20:52 UTC (rev 176562)
@@ -5,15 +5,13 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "zlib")
-options=('staticlibs')
+depends=("ghc=8.0.1" "zlib")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
 sha256sums=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11')
 
 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-digest.install
===
--- haskell-digest.install  2016-05-25 05:20:45 UTC (rev 176561)
+++ haskell-digest.install  2016-05-25 05:20:52 UTC (rev 176562)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-digest
-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-digest/trunk (PKGBUILD)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:24:47
  Author: fyan
Revision: 152238

GHC 7.10.3 rebuild

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:24:33 UTC (rev 152237)
+++ PKGBUILD2015-12-10 15:24:47 UTC (rev 152238)
@@ -5,12 +5,12 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "zlib")
+depends=("ghc=7.10.3" "zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"


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

2013-04-24 Thread Daniel Micay
Date: Wednesday, April 24, 2013 @ 17:35:03
  Author: thestinger
Revision: 7

upgpkg: haskell-digest 0.0.1.2-1

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 15:32:13 UTC (rev 6)
+++ PKGBUILD2013-04-24 15:35:03 UTC (rev 7)
@@ -4,17 +4,16 @@
 
 _hkgname=digest
 pkgname=haskell-digest
-pkgver=0.0.1.1
-pkgrel=2
+pkgver=0.0.1.2
+pkgrel=1
 pkgdesc='Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now.'
 url=http://hackage.haskell.org/package/$_hkgname;
 license=(custom:BSD3)
 arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('haskell-bytestring')
+depends=('ghc' 'zlib')
 
source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
 install=$pkgname.install
-sha256sums=('7bb8b85959cfb3c6539aa2f2104c14aec9758a3a5d6039aba975299fdcd704d4')
+sha256sums=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11')
 
 build() {
   cd $srcdir/$_hkgname-$pkgver



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

2013-04-05 Thread Daniel Micay
Date: Friday, April 5, 2013 @ 10:09:50
  Author: thestinger
Revision: 87667

haskell-digest: fix license field and bump pkgrel

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-05 08:08:11 UTC (rev 87666)
+++ PKGBUILD2013-04-05 08:09:50 UTC (rev 87667)
@@ -5,10 +5,10 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.1
-pkgrel=1
-pkgdesc=Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now.
+pkgrel=2
+pkgdesc='Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now.'
 url=http://hackage.haskell.org/package/$_hkgname;
-license=(BSD3)
+license=(custom:BSD3)
 arch=('i686' 'x86_64')
 makedepends=('ghc')
 depends=('haskell-bytestring')