[arch-commits] Commit in haskell-djinn-lib/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:59:11
  Author: felixonmars
Revision: 682226

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-djinn-lib/repos/community-staging-x86_64/
  haskell-djinn-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 682225, haskell-djinn-lib/trunk/PKGBUILD)

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

Copied: haskell-djinn-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
682225, haskell-djinn-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:59:11 UTC (rev 682226)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=djinn-lib
+pkgname=haskell-djinn-lib
+pkgver=0.0.1.3
+pkgrel=13
+pkgdesc="Generate Haskell code from a type. Library extracted from djinn 
package."
+url="http://www.augustsson.net/Darcs/Djinn/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9e531055f499a160fc1c32adeba26ef1c90aa92419140ee5659ea70100d51a1e376b2c2e87dc3816928362778dfb20362371aebdd53ad557a1bf09467d33b190')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:59:00
  Author: felixonmars
Revision: 682225

upgpkg: haskell-djinn-lib 0.0.1.3-13: rebuild with ghc 8.10.2

Modified:
  haskell-djinn-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:58:13 UTC (rev 682224)
+++ PKGBUILD2020-08-17 05:59:00 UTC (rev 682225)
@@ -4,7 +4,7 @@
 _hkgname=djinn-lib
 pkgname=haskell-djinn-lib
 pkgver=0.0.1.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Generate Haskell code from a type. Library extracted from djinn 
package."
 url="http://www.augustsson.net/Darcs/Djinn/;
 license=("BSD")
@@ -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-disk-free-space/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:58:13
  Author: felixonmars
Revision: 682224

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-disk-free-space/repos/community-staging-x86_64/
  haskell-disk-free-space/repos/community-staging-x86_64/PKGBUILD
(from rev 682223, haskell-disk-free-space/trunk/PKGBUILD)

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

Copied: haskell-disk-free-space/repos/community-staging-x86_64/PKGBUILD (from 
rev 682223, haskell-disk-free-space/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:58:13 UTC (rev 682224)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=disk-free-space
+pkgname=haskell-disk-free-space
+pkgver=0.1.0.1
+pkgrel=18
+pkgdesc="Retrieve information about disk space usage"
+url="https://github.com/redneb/disk-free-space;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:58:03
  Author: felixonmars
Revision: 682223

upgpkg: haskell-disk-free-space 0.1.0.1-18: rebuild with ghc 8.10.2

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:57:31 UTC (rev 68)
+++ PKGBUILD2020-08-17 05:58:03 UTC (rev 682223)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")
@@ -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-digest/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-digest/repos/community-staging-x86_64/
  haskell-digest/repos/community-staging-x86_64/PKGBUILD
(from rev 682221, haskell-digest/trunk/PKGBUILD)

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

Copied: haskell-digest/repos/community-staging-x86_64/PKGBUILD (from rev 
682221, haskell-digest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:57:31 UTC (rev 68)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=digest
+pkgname=haskell-digest
+pkgver=0.0.1.2
+pkgrel=19
+pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f7961c098677c0e75561e3706446b073f60c6a8646aca6d139d6559952b2cba189221ac8af59f2dc6e4da65ee4a789f703e2ebbcf1e9c3df3f98167409bdf7c9')
+
+build() {
+cd $_hkgname-$pkgver
+
+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
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -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-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-diff/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:56:39
  Author: felixonmars
Revision: 682219

upgpkg: haskell-diff 0.4.0-6: rebuild with ghc 8.10.2

Modified:
  haskell-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:56:03 UTC (rev 682218)
+++ PKGBUILD2020-08-17 05:56:39 UTC (rev 682219)
@@ -4,7 +4,7 @@
 _hkgname=Diff
 pkgname=haskell-diff
 pkgver=0.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="O(ND) diff algorithm in haskell"
 url="https://hackage.haskell.org/package/Diff;
 license=("BSD")
@@ -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-diff/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:56:50
  Author: felixonmars
Revision: 682220

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-diff/repos/community-staging-x86_64/
  haskell-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 682219, haskell-diff/trunk/PKGBUILD)

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

Copied: haskell-diff/repos/community-staging-x86_64/PKGBUILD (from rev 682219, 
haskell-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:56:50 UTC (rev 682220)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Diff
+pkgname=haskell-diff
+pkgver=0.4.0
+pkgrel=6
+pkgdesc="O(ND) diff algorithm in haskell"
+url="https://hackage.haskell.org/package/Diff;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6a48a234d3140bc8c641cdf649a1f0daa39ab4de4064435dcbb15a9ea52994c967aadc8584f70aab89ef78e17ecc66b8ce3d8dd2157eb5b85277dfff80fd608c')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:55:52
  Author: felixonmars
Revision: 682217

upgpkg: haskell-deepseq-generics 0.2.0.0-17: rebuild with ghc 8.10.2

Modified:
  haskell-deepseq-generics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:55:15 UTC (rev 682216)
+++ PKGBUILD2020-08-17 05:55:52 UTC (rev 682217)
@@ -4,7 +4,7 @@
 _hkgname=deepseq-generics
 pkgname=haskell-deepseq-generics
 pkgver=0.2.0.0
-pkgrel=16
+pkgrel=17
 pkgdesc="GHC.Generics-based Control.DeepSeq.rnf implementation"
 url="https://github.com/hvr/deepseq-generics;
 license=("BSD")
@@ -24,7 +24,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-deepseq-generics/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:56:03
  Author: felixonmars
Revision: 682218

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deepseq-generics/repos/community-staging-x86_64/
  haskell-deepseq-generics/repos/community-staging-x86_64/PKGBUILD
(from rev 682217, haskell-deepseq-generics/trunk/PKGBUILD)

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

Copied: haskell-deepseq-generics/repos/community-staging-x86_64/PKGBUILD (from 
rev 682217, haskell-deepseq-generics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:56:03 UTC (rev 682218)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=deepseq-generics
+pkgname=haskell-deepseq-generics
+pkgver=0.2.0.0
+pkgrel=17
+pkgdesc="GHC.Generics-based Control.DeepSeq.rnf implementation"
+url="https://github.com/hvr/deepseq-generics;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('403d5fd9d8bee827ec2434841d06e78520f6ff5709e4b8e1223d926e819cb99727162d7004f98bff795beaff1dc7d42d07534300c11d453ac559a743a4d70e7e')
+
+prepare() {
+sed -i 's/base >= 4.5 && < 4.10/base >= 4.5/;s/< *0.6/<0.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-dataenc/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:55:15
  Author: felixonmars
Revision: 682216

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dataenc/repos/community-staging-x86_64/
  haskell-dataenc/repos/community-staging-x86_64/PKGBUILD
(from rev 682215, haskell-dataenc/trunk/PKGBUILD)

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

Copied: haskell-dataenc/repos/community-staging-x86_64/PKGBUILD (from rev 
682215, haskell-dataenc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:55:15 UTC (rev 682216)
@@ -0,0 +1,43 @@
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.5
+
+_hkgname=dataenc
+pkgname=haskell-dataenc
+pkgver=0.14.0.7
+pkgrel=24
+pkgdesc="Data encoding library"
+url="https://hackage.haskell.org/package/dataenc;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'sh')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('82f34ad51b64b66726e45c0c2ef52c9c2be201f42c5718763158a13eb2e8f82cb0298c1580dd52788e8d7b3f1eb0e7ade4e6e69f7ba4b2f8804eb2178e719e20')
+
+prepare(){
+sed -i 's/base >= 3.0.0 && < 4.8/base >= 3.0.0/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

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

upgpkg: haskell-dataenc 0.14.0.7-24: rebuild with ghc 8.10.2

Modified:
  haskell-dataenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:54:19 UTC (rev 682214)
+++ PKGBUILD2020-08-17 05:55:05 UTC (rev 682215)
@@ -5,7 +5,7 @@
 _hkgname=dataenc
 pkgname=haskell-dataenc
 pkgver=0.14.0.7
-pkgrel=23
+pkgrel=24
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/dataenc;
 license=('BSD')
@@ -25,7 +25,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-data-ordlist/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:54:06
  Author: felixonmars
Revision: 682213

upgpkg: haskell-data-ordlist 0.4.7.0-19: rebuild with ghc 8.10.2

Modified:
  haskell-data-ordlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:53:34 UTC (rev 682212)
+++ PKGBUILD2020-08-17 05:54:06 UTC (rev 682213)
@@ -4,7 +4,7 @@
 _hkgname=data-ordlist
 pkgname=haskell-data-ordlist
 pkgver=0.4.7.0
-pkgrel=18
+pkgrel=19
 pkgdesc="This module provides set and multiset operations on ordered lists."
 url="https://hackage.haskell.org/package/data-ordlist;
 license=("BSD")
@@ -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-data-ordlist/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:54:19
  Author: felixonmars
Revision: 682214

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-ordlist/repos/community-staging-x86_64/
  haskell-data-ordlist/repos/community-staging-x86_64/PKGBUILD
(from rev 682213, haskell-data-ordlist/trunk/PKGBUILD)

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

Copied: haskell-data-ordlist/repos/community-staging-x86_64/PKGBUILD (from rev 
682213, haskell-data-ordlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:54:19 UTC (rev 682214)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-ordlist
+pkgname=haskell-data-ordlist
+pkgver=0.4.7.0
+pkgrel=19
+pkgdesc="This module provides set and multiset operations on ordered lists."
+url="https://hackage.haskell.org/package/data-ordlist;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a34ed99ea8eb34b29727a210f7a56c80b18a881e2da90fff0ae056b7c56b1f37212413a1daebc0b0118c193eb579d3d43bd426b25944da9044e8152eed80fa8b')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-data-hash/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:53:34
  Author: felixonmars
Revision: 682212

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-hash/repos/community-staging-x86_64/
  haskell-data-hash/repos/community-staging-x86_64/PKGBUILD
(from rev 682211, haskell-data-hash/trunk/PKGBUILD)

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

Copied: haskell-data-hash/repos/community-staging-x86_64/PKGBUILD (from rev 
682211, haskell-data-hash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:53:34 UTC (rev 682212)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-hash
+pkgname=haskell-data-hash
+pkgver=0.2.0.1
+pkgrel=18
+pkgdesc="Combinators for building fast hashing functions."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('daea098b9c808396606d90ae70e5156c492463db929b563a6195ee648ad72fc2949ab231ad67758fe0c68991826ea2292109a5d1f46d0cfc27c16e2e2b0666fa')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:53:23
  Author: felixonmars
Revision: 682211

upgpkg: haskell-data-hash 0.2.0.1-18: rebuild with ghc 8.10.2

Modified:
  haskell-data-hash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:52:25 UTC (rev 682210)
+++ PKGBUILD2020-08-17 05:53:23 UTC (rev 682211)
@@ -4,7 +4,7 @@
 _hkgname=data-hash
 pkgname=haskell-data-hash
 pkgver=0.2.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Combinators for building fast hashing functions."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -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-data-endian/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:52:25
  Author: felixonmars
Revision: 682210

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-endian/repos/community-staging-x86_64/
  haskell-data-endian/repos/community-staging-x86_64/PKGBUILD
(from rev 682208, haskell-data-endian/trunk/PKGBUILD)

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

Copied: haskell-data-endian/repos/community-staging-x86_64/PKGBUILD (from rev 
682208, haskell-data-endian/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:52:25 UTC (rev 682210)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-endian
+pkgname=haskell-data-endian
+pkgver=0.1.1
+pkgrel=17
+pkgdesc="Endian-sensitive data"
+url="https://github.com/mvv/data-endian;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a8e94f996a0b1c929cd01b8f38c52149cf3bac0f50449d327ba66ac4a378ba5c3826860abe4d1592aa83ed9ca81dba6083c63a66e6ee0655c27521cb87977a90')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in python-hypothesmith/repos/community-any (PKGBUILD PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:52:24
  Author: felixonmars
Revision: 682209

archrelease: copy trunk to community-any

Added:
  python-hypothesmith/repos/community-any/PKGBUILD
(from rev 682208, python-hypothesmith/trunk/PKGBUILD)
Deleted:
  python-hypothesmith/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-17 05:52:15 UTC (rev 682208)
+++ PKGBUILD2020-08-17 05:52:24 UTC (rev 682209)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesmith
-pkgver=0.1.3
-_commit=80d28f546af3e3f3c43e8f30a2779dd6e2968de2
-pkgrel=1
-pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
-url="https://github.com/Zac-HD/hypothesmith;
-license=('MPL')
-arch=('any')
-depends=('python-hypothesis' 'python-lark-parser' 'python-libcst')
-makedepends=('python-setuptools')
-checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
-source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz;)
-sha512sums=('750cf35cd7da3a28859ca94fabc4b07902e771abbfb8df19ccc825cea4509596c849acc8eaa7ebd192fd5bf2670b0f51e65abfc350fc81e33f47f6fb25c30d7b')
-
-build() {
-  cd hypothesmith-$_commit
-  python setup.py build
-}
-
-check() {
-  cd hypothesmith-$_commit
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd hypothesmith-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesmith/repos/community-any/PKGBUILD (from rev 682208, 
python-hypothesmith/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-17 05:52:24 UTC (rev 682209)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesmith
+pkgver=0.1.4
+_commit=6124cd71317add93500e0cb04c98cf5606adedea
+pkgrel=1
+pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
+url="https://github.com/Zac-HD/hypothesmith;
+license=('MPL')
+arch=('any')
+depends=('python-hypothesis' 'python-lark-parser' 'python-libcst')
+makedepends=('python-setuptools')
+checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
+source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz;)
+sha512sums=('cfb56ae43ff93a26fad77658cfb575d8bd79d9103ffc61952c69abfd40f43178ca20f81c936aca32124e12502679ffe35bb1d8f06b72065f645a7306352dba03')
+
+build() {
+  cd hypothesmith-$_commit
+  python setup.py build
+}
+
+check() {
+  cd hypothesmith-$_commit
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd hypothesmith-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:52:15
  Author: felixonmars
Revision: 682208

upgpkg: haskell-data-endian 0.1.1-17: rebuild with ghc 8.10.2

Modified:
  haskell-data-endian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:52:13 UTC (rev 682207)
+++ PKGBUILD2020-08-17 05:52:15 UTC (rev 682208)
@@ -3,7 +3,7 @@
 _hkgname=data-endian
 pkgname=haskell-data-endian
 pkgver=0.1.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Endian-sensitive data"
 url="https://github.com/mvv/data-endian;
 license=('BSD')
@@ -19,7 +19,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


[arch-commits] Commit in python-hypothesmith/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:52:13
  Author: felixonmars
Revision: 682207

upgpkg: python-hypothesmith 0.1.4-1

Modified:
  python-hypothesmith/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:51:39 UTC (rev 682206)
+++ PKGBUILD2020-08-17 05:52:13 UTC (rev 682207)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesmith
-pkgver=0.1.3
-_commit=80d28f546af3e3f3c43e8f30a2779dd6e2968de2
+pkgver=0.1.4
+_commit=6124cd71317add93500e0cb04c98cf5606adedea
 pkgrel=1
 pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
 url="https://github.com/Zac-HD/hypothesmith;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
 
source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz;)
-sha512sums=('750cf35cd7da3a28859ca94fabc4b07902e771abbfb8df19ccc825cea4509596c849acc8eaa7ebd192fd5bf2670b0f51e65abfc350fc81e33f47f6fb25c30d7b')
+sha512sums=('cfb56ae43ff93a26fad77658cfb575d8bd79d9103ffc61952c69abfd40f43178ca20f81c936aca32124e12502679ffe35bb1d8f06b72065f645a7306352dba03')
 
 build() {
   cd hypothesmith-$_commit


[arch-commits] Commit in haskell-data-default-instances-containers/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:51:39
  Author: felixonmars
Revision: 682206

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-default-instances-containers/repos/community-staging-x86_64/
  
haskell-data-default-instances-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 682205, haskell-data-default-instances-containers/trunk/PKGBUILD)

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

Copied: 
haskell-data-default-instances-containers/repos/community-staging-x86_64/PKGBUILD
 (from rev 682205, haskell-data-default-instances-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:51:39 UTC (rev 682206)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=data-default-instances-containers
+pkgname=haskell-data-default-instances-containers
+pkgver=0.0.1
+pkgrel=30
+pkgdesc="Default instances for types in containers"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a12352eb0484ad772b16674b2ef8145b3733473f716c182841d6378d8a2d3b196e8fc966afd7c335e81e924ea83088a9c67c4aaddb14a87a7a816cbe27236bfd')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+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 
-fnetwork-uri
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in wine-staging/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:50:51
  Author: felixonmars
Revision: 682203

upgpkg: wine-staging 5.15.2-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:50:46 UTC (rev 682202)
+++ PKGBUILD2020-08-17 05:50:51 UTC (rev 682203)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=5.15.1
+pkgver=5.15.2
 pkgrel=1
 
 _winever=${pkgver%.*}
@@ -17,7 +17,7 @@
 wine-binfmt.conf)
 
sha512sums=('90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3'
 'SKIP'
-
'd6ebfcc24467cef925852b67ba8fd2b7188258fa75a2e988fcf4b8a253a32c64ef50957bb4077b7dee83827c0089566b63127aba275aa1b4629b8d90161b18a3'
+
'd87209373715707a3c36ffe907bdad89693d9dc693b0d732a5a432df612fb0b043eef7c7064868fedc8b5f02ad430d31efc2382df324277bfa1ff61867641590'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


[arch-commits] Commit in haskell-data-default-instances-base/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:50:46
  Author: felixonmars
Revision: 682202

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-default-instances-base/repos/community-staging-x86_64/
  haskell-data-default-instances-base/repos/community-staging-x86_64/PKGBUILD
(from rev 682201, haskell-data-default-instances-base/trunk/PKGBUILD)

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

Copied: 
haskell-data-default-instances-base/repos/community-staging-x86_64/PKGBUILD 
(from rev 682201, haskell-data-default-instances-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:50:46 UTC (rev 682202)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=data-default-instances-base
+pkgname=haskell-data-default-instances-base
+pkgver=0.1.0.1
+pkgrel=18
+pkgdesc="Default instances for types in base"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('32d25a84dc22be5fc0145a32eb4bb8879c4ab43ec08cba9a6e48084e668ca704b1fa69b82f756759a467c23958878c0dfe00620a6a8763e95e319ef71dcbb46d')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+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 
-fnetwork-uri
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:51:12
  Author: felixonmars
Revision: 682204

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 682203, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 682203, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 682203, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 682203, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  384 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 201 insertions(+), 201 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
682203, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-17 05:50:51 UTC (rev 682203)
+++ PKGBUILD2020-08-17 05:51:12 UTC (rev 682204)
@@ -1,192 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=5.15.1
-pkgrel=1
-
-_winever=${pkgver%.*}
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/5.x/wine-$_winever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3'
-'SKIP'
-
'd6ebfcc24467cef925852b67ba8fd2b7188258fa75a2e988fcf4b8a253a32c64ef50957bb4077b7dee83827c0089566b63127aba275aa1b4629b8d90161b18a3'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="https://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex mingw-w64-gcc
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  libcups   lib32-libcups
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  

[arch-commits] Commit in haskell-data-default-instances-containers/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:51:19
  Author: felixonmars
Revision: 682205

upgpkg: haskell-data-default-instances-containers 0.0.1-30: rebuild with ghc 
8.10.2

Modified:
  haskell-data-default-instances-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:51:12 UTC (rev 682204)
+++ PKGBUILD2020-08-17 05:51:19 UTC (rev 682205)
@@ -3,7 +3,7 @@
 _hkgname=data-default-instances-containers
 pkgname=haskell-data-default-instances-containers
 pkgver=0.0.1
-pkgrel=29
+pkgrel=30
 pkgdesc="Default instances for types in containers"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -18,7 +18,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 
-fnetwork-uri
-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-data-default-instances-base/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:50:36
  Author: felixonmars
Revision: 682201

upgpkg: haskell-data-default-instances-base 0.1.0.1-18: rebuild with ghc 8.10.2

Modified:
  haskell-data-default-instances-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:50:01 UTC (rev 682200)
+++ PKGBUILD2020-08-17 05:50:36 UTC (rev 682201)
@@ -3,7 +3,7 @@
 _hkgname=data-default-instances-base
 pkgname=haskell-data-default-instances-base
 pkgver=0.1.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Default instances for types in base"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -18,7 +18,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 
-fnetwork-uri
-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-cookie/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:49:51
  Author: felixonmars
Revision: 682199

upgpkg: haskell-cookie 0.4.5-6: rebuild with ghc 8.10.2

Modified:
  haskell-cookie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:49:14 UTC (rev 682198)
+++ PKGBUILD2020-08-17 05:49:51 UTC (rev 682199)
@@ -5,7 +5,7 @@
 _hkgname=cookie
 pkgname=haskell-cookie
 pkgver=0.4.5
-pkgrel=5
+pkgrel=6
 pkgdesc="HTTP cookie parsing and rendering"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('MIT')
@@ -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 
-fnetwork-uri
-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-cookie/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:50:01
  Author: felixonmars
Revision: 682200

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cookie/repos/community-staging-x86_64/
  haskell-cookie/repos/community-staging-x86_64/PKGBUILD
(from rev 682199, haskell-cookie/trunk/PKGBUILD)

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

Copied: haskell-cookie/repos/community-staging-x86_64/PKGBUILD (from rev 
682199, haskell-cookie/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:50:01 UTC (rev 682200)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=cookie
+pkgname=haskell-cookie
+pkgver=0.4.5
+pkgrel=6
+pkgdesc="HTTP cookie parsing and rendering"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b3d4c12b4683f4f02e4d59b47ec3867554dee2fcb106fe59a073b8ead63a220458b91e8b5a2321e46a91666ba61e88798361448a7bc86e496a47d6731b8c0b93')
+
+build() {
+cd $_hkgname-$pkgver
+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 
-fnetwork-uri
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-data-default-class/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:49:14
  Author: felixonmars
Revision: 682198

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-default-class/repos/community-staging-x86_64/
  haskell-data-default-class/repos/community-staging-x86_64/PKGBUILD
(from rev 682197, haskell-data-default-class/trunk/PKGBUILD)

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

Copied: haskell-data-default-class/repos/community-staging-x86_64/PKGBUILD 
(from rev 682197, haskell-data-default-class/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:49:14 UTC (rev 682198)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=data-default-class
+pkgname=haskell-data-default-class
+pkgver=0.1.2.0
+pkgrel=18
+pkgdesc="A class for types with a default value"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('293c899cb2b5cded58baa086251110e4c5e7a15477f1864c33be30be8d16d6fadb55e1b5fa8117f4c47ac5c86ac09abb2f7f8b3b4fb658d1492eadd099f6f7b2')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+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 
-fnetwork-uri
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-data-default-class/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:49:03
  Author: felixonmars
Revision: 682197

upgpkg: haskell-data-default-class 0.1.2.0-18: rebuild with ghc 8.10.2

Modified:
  haskell-data-default-class/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:48:33 UTC (rev 682196)
+++ PKGBUILD2020-08-17 05:49:03 UTC (rev 682197)
@@ -3,7 +3,7 @@
 _hkgname=data-default-class
 pkgname=haskell-data-default-class
 pkgver=0.1.2.0
-pkgrel=17
+pkgrel=18
 pkgdesc="A class for types with a default value"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -18,7 +18,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 
-fnetwork-uri
-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-data-checked/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:48:33
  Author: felixonmars
Revision: 682196

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-checked/repos/community-staging-x86_64/
  haskell-data-checked/repos/community-staging-x86_64/PKGBUILD
(from rev 682195, haskell-data-checked/trunk/PKGBUILD)

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

Copied: haskell-data-checked/repos/community-staging-x86_64/PKGBUILD (from rev 
682195, haskell-data-checked/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:48:33 UTC (rev 682196)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-checked
+pkgname=haskell-data-checked
+pkgver=0.3
+pkgrel=17
+pkgdesc="Type-indexed runtime-checked properties"
+url="https://github.com/mvv/data-checked;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b284863ce7e66a3356ca327513c891fd62abef484cd2a1e1251c6763da2cab72ec90adf16223a15f17f74374bc133270eabd30583c16d9a9fb7a00dbdba44afa')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:48:23
  Author: felixonmars
Revision: 682195

upgpkg: haskell-data-checked 0.3-17: rebuild with ghc 8.10.2

Modified:
  haskell-data-checked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:47:52 UTC (rev 682194)
+++ PKGBUILD2020-08-17 05:48:23 UTC (rev 682195)
@@ -3,7 +3,7 @@
 _hkgname=data-checked
 pkgname=haskell-data-checked
 pkgver=0.3
-pkgrel=16
+pkgrel=17
 pkgdesc="Type-indexed runtime-checked properties"
 url="https://github.com/mvv/data-checked;
 license=('BSD')
@@ -19,7 +19,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


[arch-commits] Commit in haskell-data-bword/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:47:52
  Author: felixonmars
Revision: 682194

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-bword/repos/community-staging-x86_64/
  haskell-data-bword/repos/community-staging-x86_64/PKGBUILD
(from rev 682193, haskell-data-bword/trunk/PKGBUILD)

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

Copied: haskell-data-bword/repos/community-staging-x86_64/PKGBUILD (from rev 
682193, haskell-data-bword/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:47:52 UTC (rev 682194)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-bword
+pkgname=haskell-data-bword
+pkgver=0.1.0.1
+pkgrel=17
+pkgdesc="Extra operations on binary words of fixed length"
+url="https://github.com/mvv/data-bword;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('16338a0c4c8bd2cd9c676ae6986fdb167809c361d770f953074fecc3cb5626ca99cc826c3e5a2e925177f95e3f8ef40715764b0ffb09ddde6ecd593d0e76')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:47:42
  Author: felixonmars
Revision: 682193

upgpkg: haskell-data-bword 0.1.0.1-17: rebuild with ghc 8.10.2

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:47:10 UTC (rev 682192)
+++ PKGBUILD2020-08-17 05:47:42 UTC (rev 682193)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword;
 license=('BSD')
@@ -19,7 +19,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


[arch-commits] Commit in haskell-data-binary-ieee754/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:47:10
  Author: felixonmars
Revision: 682192

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-binary-ieee754/repos/community-staging-x86_64/
  haskell-data-binary-ieee754/repos/community-staging-x86_64/PKGBUILD
(from rev 682191, haskell-data-binary-ieee754/trunk/PKGBUILD)

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

Copied: haskell-data-binary-ieee754/repos/community-staging-x86_64/PKGBUILD 
(from rev 682191, haskell-data-binary-ieee754/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:47:10 UTC (rev 682192)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-binary-ieee754
+pkgname=haskell-data-binary-ieee754
+pkgver=0.4.4
+pkgrel=15
+pkgdesc="Parser/Serialiser for IEEE-754 floating-point values"
+url="https://john-millikin.com/software/data-binary-ieee754;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('af280e164b4b4a21d5d3cd489d8b2ff43e86fbf1d3896aabe9a8e3558b15549f4efc4497d99d6877b7d9547bf26a4a8ed422cbe00abbea73b2e936b30a71009f')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 "license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


[arch-commits] Commit in haskell-data-binary-ieee754/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:47:00
  Author: felixonmars
Revision: 682191

upgpkg: haskell-data-binary-ieee754 0.4.4-15: rebuild with ghc 8.10.2

Modified:
  haskell-data-binary-ieee754/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:46:27 UTC (rev 682190)
+++ PKGBUILD2020-08-17 05:47:00 UTC (rev 682191)
@@ -4,7 +4,7 @@
 _hkgname=data-binary-ieee754
 pkgname=haskell-data-binary-ieee754
 pkgver=0.4.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Parser/Serialiser for IEEE-754 floating-point values"
 url="https://john-millikin.com/software/data-binary-ieee754;
 license=("MIT")
@@ -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-data-accessor-transformers/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:46:27
  Author: felixonmars
Revision: 682190

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-accessor-transformers/repos/community-staging-x86_64/
  haskell-data-accessor-transformers/repos/community-staging-x86_64/PKGBUILD
(from rev 682189, haskell-data-accessor-transformers/trunk/PKGBUILD)

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

Copied: 
haskell-data-accessor-transformers/repos/community-staging-x86_64/PKGBUILD 
(from rev 682189, haskell-data-accessor-transformers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:46:27 UTC (rev 682190)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-transformers
+pkgname=haskell-data-accessor-transformers
+pkgver=0.2.1.7
+pkgrel=20
+pkgdesc="Use Accessor to access state in transformers State monad"
+url="https://www.haskell.org/haskellwiki/Record_access;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-data-accessor")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c7ca31fee72c0a52446a9d54b6dd0976bf2af8e495d91a0fe76a29436830ee8a6c7e56418168f6698a7542f405ef6de75aaf067db6b44733bf5f3ec8e5e49f4e')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-data-accessor-transformers/trunk (PKGBUILD)

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

upgpkg: haskell-data-accessor-transformers 0.2.1.7-20: rebuild with ghc 8.10.2

Modified:
  haskell-data-accessor-transformers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:45:42 UTC (rev 682188)
+++ PKGBUILD2020-08-17 05:46:16 UTC (rev 682189)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-transformers
 pkgname=haskell-data-accessor-transformers
 pkgver=0.2.1.7
-pkgrel=19
+pkgrel=20
 pkgdesc="Use Accessor to access state in transformers State monad"
 url="https://www.haskell.org/haskellwiki/Record_access;
 license=("BSD")
@@ -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-data-accessor/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:45:42
  Author: felixonmars
Revision: 682188

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-accessor/repos/community-staging-x86_64/
  haskell-data-accessor/repos/community-staging-x86_64/PKGBUILD
(from rev 682187, haskell-data-accessor/trunk/PKGBUILD)

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

Copied: haskell-data-accessor/repos/community-staging-x86_64/PKGBUILD (from rev 
682187, haskell-data-accessor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:45:42 UTC (rev 682188)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor
+pkgname=haskell-data-accessor
+pkgver=0.2.3
+pkgrel=6
+pkgdesc="Utilities for accessing and manipulating fields of records"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7e875010f9835e3706d9d760e9490e567d14498cb86d485a6b29793d95172e1c5d767aee181eef7e0f160966b93144164cd5b6dc474fb44c1367b4a90d1490b4')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 \
+-fsplitbase -fcategory
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:45:32
  Author: felixonmars
Revision: 682187

upgpkg: haskell-data-accessor 0.2.3-6: rebuild with ghc 8.10.2

Modified:
  haskell-data-accessor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:44:57 UTC (rev 682186)
+++ PKGBUILD2020-08-17 05:45:32 UTC (rev 682187)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor
 pkgname=haskell-data-accessor
 pkgver=0.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Utilities for accessing and manipulating fields of records"
 url="http://www.haskell.org/haskellwiki/Record_access;
 license=("BSD")
@@ -21,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fsplitbase -fcategory
-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-csv/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-csv/repos/community-staging-x86_64/
  haskell-csv/repos/community-staging-x86_64/PKGBUILD
(from rev 682185, haskell-csv/trunk/PKGBUILD)

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

Copied: haskell-csv/repos/community-staging-x86_64/PKGBUILD (from rev 682185, 
haskell-csv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:44:57 UTC (rev 682186)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=csv
+pkgname=haskell-csv
+pkgver=0.1.2
+pkgrel=19
+pkgdesc="CSV loader and dumper"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4fed06e71dda2d057cd370d06d0c2ecde5de0676cc8e2be97ca240564405b0714da3cb6040a3437bee38add55f7bde526455e0c187883cb0c323474378030ea9')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:44:47
  Author: felixonmars
Revision: 682185

upgpkg: haskell-csv 0.1.2-19: rebuild with ghc 8.10.2

Modified:
  haskell-csv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:44:15 UTC (rev 682184)
+++ PKGBUILD2020-08-17 05:44:47 UTC (rev 682185)
@@ -4,7 +4,7 @@
 _hkgname=csv
 pkgname=haskell-csv
 pkgver=0.1.2
-pkgrel=18
+pkgrel=19
 pkgdesc="CSV loader and dumper"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")
@@ -25,7 +25,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-cryptohash-sha256/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:44:15
  Author: felixonmars
Revision: 682184

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cryptohash-sha256/repos/community-staging-x86_64/
  haskell-cryptohash-sha256/repos/community-staging-x86_64/PKGBUILD
(from rev 682183, haskell-cryptohash-sha256/trunk/PKGBUILD)

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

Copied: haskell-cryptohash-sha256/repos/community-staging-x86_64/PKGBUILD (from 
rev 682183, haskell-cryptohash-sha256/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:44:15 UTC (rev 682184)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-sha256
+pkgname=haskell-cryptohash-sha256
+pkgver=0.11.101.0
+pkgrel=16
+pkgdesc="Fast, pure and practical SHA-256 implementation"
+url="https://github.com/hvr/cryptohash-sha256;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c755f1354fb5f1d6cfb54f73e39692392517954118d98b39ac4be7460e75a9ddc91ad641fed0f17e5fa33b62b7b0734af66526ea757e00716832572bb383c612')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 \
+-fexe
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+mv "$pkgdir"/usr/bin/{,hs-}sha256sum
+}


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

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

upgpkg: haskell-cryptohash-sha256 0.11.101.0-16: rebuild with ghc 8.10.2

Modified:
  haskell-cryptohash-sha256/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:43:27 UTC (rev 682182)
+++ PKGBUILD2020-08-17 05:44:05 UTC (rev 682183)
@@ -4,7 +4,7 @@
 _hkgname=cryptohash-sha256
 pkgname=haskell-cryptohash-sha256
 pkgver=0.11.101.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Fast, pure and practical SHA-256 implementation"
 url="https://github.com/hvr/cryptohash-sha256;
 license=("BSD")


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

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

upgpkg: haskell-cryptohash-sha1 0.11.100.1-17: rebuild with ghc 8.10.2

Modified:
  haskell-cryptohash-sha1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:42:44 UTC (rev 682180)
+++ PKGBUILD2020-08-17 05:43:16 UTC (rev 682181)
@@ -3,7 +3,7 @@
 _hkgname=cryptohash-sha1
 pkgname=haskell-cryptohash-sha1
 pkgver=0.11.100.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Fast, pure and practical SHA-1 implementation"
 url="https://github.com/hvr/cryptohash-sha1;
 license=("BSD")
@@ -23,7 +23,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-cryptohash-sha1/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:43:27
  Author: felixonmars
Revision: 682182

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cryptohash-sha1/repos/community-staging-x86_64/
  haskell-cryptohash-sha1/repos/community-staging-x86_64/PKGBUILD
(from rev 682181, haskell-cryptohash-sha1/trunk/PKGBUILD)

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

Copied: haskell-cryptohash-sha1/repos/community-staging-x86_64/PKGBUILD (from 
rev 682181, haskell-cryptohash-sha1/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:43:27 UTC (rev 682182)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cryptohash-sha1
+pkgname=haskell-cryptohash-sha1
+pkgver=0.11.100.1
+pkgrel=17
+pkgdesc="Fast, pure and practical SHA-1 implementation"
+url="https://github.com/hvr/cryptohash-sha1;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e3528c70501ffaf4649adc0fe120a0b29761fa66505083269afa67828c16695fd91567035adef0b77915df47a6bcc99d2d90f0ecb26eda583829261cb1bc')
+
+prepare() {
+sed -i 's/base >= 4.5   && < 4.10/base >= 4.5/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-cryptohash-md5/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:42:44
  Author: felixonmars
Revision: 682180

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cryptohash-md5/repos/community-staging-x86_64/
  haskell-cryptohash-md5/repos/community-staging-x86_64/PKGBUILD
(from rev 682179, haskell-cryptohash-md5/trunk/PKGBUILD)

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

Copied: haskell-cryptohash-md5/repos/community-staging-x86_64/PKGBUILD (from 
rev 682179, haskell-cryptohash-md5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:42:44 UTC (rev 682180)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cryptohash-md5
+pkgname=haskell-cryptohash-md5
+pkgver=0.11.100.1
+pkgrel=17
+pkgdesc="Fast, pure and practical MD5 implementation"
+url="https://github.com/hvr/cryptohash-md5;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f2efb197005ed5f12a7c2be490a64a83186cacb34eaedec6cbd76e52c30221733da1d31201c5209538226508db760fd9eed0afc8d72643e1509b32c7287cb12e')
+
+prepare() {
+sed -i 's/base >= 4.5   && < 4.10/base >= 4.5/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:42:34
  Author: felixonmars
Revision: 682179

upgpkg: haskell-cryptohash-md5 0.11.100.1-17: rebuild with ghc 8.10.2

Modified:
  haskell-cryptohash-md5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:42:02 UTC (rev 682178)
+++ PKGBUILD2020-08-17 05:42:34 UTC (rev 682179)
@@ -3,7 +3,7 @@
 _hkgname=cryptohash-md5
 pkgname=haskell-cryptohash-md5
 pkgver=0.11.100.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Fast, pure and practical MD5 implementation"
 url="https://github.com/hvr/cryptohash-md5;
 license=("BSD")
@@ -23,7 +23,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-conversion-text/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:42:02
  Author: felixonmars
Revision: 682178

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-conversion-text/repos/community-staging-x86_64/
  haskell-conversion-text/repos/community-staging-x86_64/PKGBUILD
(from rev 682177, haskell-conversion-text/trunk/PKGBUILD)

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

Copied: haskell-conversion-text/repos/community-staging-x86_64/PKGBUILD (from 
rev 682177, haskell-conversion-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:42:02 UTC (rev 682178)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=conversion-text
+pkgname=haskell-conversion-text
+pkgver=1.0.1
+pkgrel=14
+pkgdesc="Conversion instances for the text library"
+url="https://github.com/nikita-volkov/conversion-text;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-conversion' 
'haskell-conversion-bytestring')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9595af8753f469824ade973064d1225d93409e3c59aac2b3e14ee15139e11c3f8abd4dff220254e4eb83c91fb98a9faf5041ad065096caf4f34e4e23a4a7e79e')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:41:51
  Author: felixonmars
Revision: 682177

upgpkg: haskell-conversion-text 1.0.1-14: rebuild with ghc 8.10.2

Modified:
  haskell-conversion-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:41:18 UTC (rev 682176)
+++ PKGBUILD2020-08-17 05:41:51 UTC (rev 682177)
@@ -3,7 +3,7 @@
 _hkgname=conversion-text
 pkgname=haskell-conversion-text
 pkgver=1.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Conversion instances for the text library"
 url="https://github.com/nikita-volkov/conversion-text;
 license=('MIT')


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:41:07
  Author: felixonmars
Revision: 682175

upgpkg: haskell-conversion-bytestring 1.0.1-14: rebuild with ghc 8.10.2

Modified:
  haskell-conversion-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:40:36 UTC (rev 682174)
+++ PKGBUILD2020-08-17 05:41:07 UTC (rev 682175)
@@ -3,7 +3,7 @@
 _hkgname=conversion-bytestring
 pkgname=haskell-conversion-bytestring
 pkgver=1.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Conversion instances for the bytestring library"
 url="https://github.com/nikita-volkov/conversion-bytestring;
 license=('MIT')


[arch-commits] Commit in haskell-conversion-bytestring/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:41:18
  Author: felixonmars
Revision: 682176

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-conversion-bytestring/repos/community-staging-x86_64/
  haskell-conversion-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 682175, haskell-conversion-bytestring/trunk/PKGBUILD)

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

Copied: haskell-conversion-bytestring/repos/community-staging-x86_64/PKGBUILD 
(from rev 682175, haskell-conversion-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:41:18 UTC (rev 682176)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=conversion-bytestring
+pkgname=haskell-conversion-bytestring
+pkgver=1.0.1
+pkgrel=14
+pkgdesc="Conversion instances for the bytestring library"
+url="https://github.com/nikita-volkov/conversion-bytestring;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-conversion')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('317f167c29935d2138f29ae38dab79a5a0ef9d707d7d56a107fc4b9bd545a73cd873ee5fbb2bdac02670407bb2bec6cfe69c18775eba0d2c99e17cbbc3ca')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-conversion/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:40:36
  Author: felixonmars
Revision: 682174

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-conversion/repos/community-staging-x86_64/
  haskell-conversion/repos/community-staging-x86_64/PKGBUILD
(from rev 682173, haskell-conversion/trunk/PKGBUILD)

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

Copied: haskell-conversion/repos/community-staging-x86_64/PKGBUILD (from rev 
682173, haskell-conversion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:40:36 UTC (rev 682174)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=conversion
+pkgname=haskell-conversion
+pkgver=1.2.1
+pkgrel=14
+pkgdesc="Universal converter between values of different types"
+url="https://github.com/nikita-volkov/conversion;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f4cc84d1d1bba63b0191d2c98caa14d67ff6601eb2a0d95aebf88116e80adefe84d7e1fc3530146efa5b67170c7311afdaf811a093278891ade13483aaa3f6eb')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-control-monad-free/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:39:53
  Author: felixonmars
Revision: 682172

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-control-monad-free/repos/community-staging-x86_64/
  haskell-control-monad-free/repos/community-staging-x86_64/PKGBUILD
(from rev 682171, haskell-control-monad-free/trunk/PKGBUILD)

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

Copied: haskell-control-monad-free/repos/community-staging-x86_64/PKGBUILD 
(from rev 682171, haskell-control-monad-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:39:53 UTC (rev 682172)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=control-monad-free
+pkgname=haskell-control-monad-free
+pkgver=0.6.2
+pkgrel=11
+pkgdesc="Free monads and monad transformers"
+url="https://github.com/pepeiborra/control-monad-free;
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('32d39d7aed7fe355542cbc28d9a6a4de74cafe3e56ef10d1f327b063b1c9fb005332073ad5b623a620c9ac241ed5214e7d90e6fdfd4fb444b6162fc29a631006')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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"
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:40:26
  Author: felixonmars
Revision: 682173

upgpkg: haskell-conversion 1.2.1-14: rebuild with ghc 8.10.2

Modified:
  haskell-conversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:39:53 UTC (rev 682172)
+++ PKGBUILD2020-08-17 05:40:26 UTC (rev 682173)
@@ -3,7 +3,7 @@
 _hkgname=conversion
 pkgname=haskell-conversion
 pkgver=1.2.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Universal converter between values of different types"
 url="https://github.com/nikita-volkov/conversion;
 license=('MIT')


[arch-commits] Commit in haskell-control-monad-free/trunk (PKGBUILD)

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

upgpkg: haskell-control-monad-free 0.6.2-11: rebuild with ghc 8.10.2

Modified:
  haskell-control-monad-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:39:08 UTC (rev 682170)
+++ PKGBUILD2020-08-17 05:39:42 UTC (rev 682171)
@@ -4,7 +4,7 @@
 _hkgname=control-monad-free
 pkgname=haskell-control-monad-free
 pkgver=0.6.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Free monads and monad transformers"
 url="https://github.com/pepeiborra/control-monad-free;
 license=("custom:PublicDomain")
@@ -25,7 +25,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-containers-unicode-symbols/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-containers-unicode-symbols/repos/community-staging-x86_64/
  haskell-containers-unicode-symbols/repos/community-staging-x86_64/PKGBUILD
(from rev 682169, haskell-containers-unicode-symbols/trunk/PKGBUILD)

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

Copied: 
haskell-containers-unicode-symbols/repos/community-staging-x86_64/PKGBUILD 
(from rev 682169, haskell-containers-unicode-symbols/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:39:08 UTC (rev 682170)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=containers-unicode-symbols
+pkgname=haskell-containers-unicode-symbols
+pkgver=0.3.1.2
+pkgrel=2
+pkgdesc="Unicode alternatives for common functions and operators"
+url="https://haskell.org/haskellwiki/Unicode-symbols;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-unicode-symbols')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bf7ff7376598893819d5c70f17f55731f842ef4433178cc19c38804ac3f38bbf46ac663ba9b1ed7ceb3857add4a35f06b8bb4515c37dca71e27bcc61391f665c')
+
+build() {
+cd $_hkgname-$pkgver
+
+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-containers-old
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-containers-unicode-symbols/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:38:58
  Author: felixonmars
Revision: 682169

upgpkg: haskell-containers-unicode-symbols 0.3.1.2-2: rebuild with ghc 8.10.2

Modified:
  haskell-containers-unicode-symbols/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:38:19 UTC (rev 682168)
+++ PKGBUILD2020-08-17 05:38:58 UTC (rev 682169)
@@ -4,7 +4,7 @@
 _hkgname=containers-unicode-symbols
 pkgname=haskell-containers-unicode-symbols
 pkgver=0.3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Unicode alternatives for common functions and operators"
 url="https://haskell.org/haskellwiki/Unicode-symbols;
 license=("BSD")
@@ -21,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-containers-old
-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-code-page/trunk (PKGBUILD)

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

upgpkg: haskell-code-page 0.2-9: rebuild with ghc 8.10.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:37:36 UTC (rev 682166)
+++ PKGBUILD2020-08-17 05:38:08 UTC (rev 682167)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')
@@ -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-code-page/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:38:19
  Author: felixonmars
Revision: 682168

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-code-page/repos/community-staging-x86_64/
  haskell-code-page/repos/community-staging-x86_64/PKGBUILD
(from rev 682167, haskell-code-page/trunk/PKGBUILD)

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

Copied: haskell-code-page/repos/community-staging-x86_64/PKGBUILD (from rev 
682167, haskell-code-page/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:38:19 UTC (rev 682168)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=code-page
+pkgname=haskell-code-page
+pkgver=0.2
+pkgrel=9
+pkgdesc="Windows code page library for Haskell"
+url="https://github.com/RyanGlScott/code-page;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4c66f52bd9fa107c3ab3f7fe531cb919d856ab04c298fc88dd6a412a8c150b1ea6a72b683c12b8e3b4df87ea7641e09c05f2ddd3bc1f5c67f6bde6c0c4778b94')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-cmdargs/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:37:36
  Author: felixonmars
Revision: 682166

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cmdargs/repos/community-staging-x86_64/
  haskell-cmdargs/repos/community-staging-x86_64/PKGBUILD
(from rev 682165, haskell-cmdargs/trunk/PKGBUILD)

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

Copied: haskell-cmdargs/repos/community-staging-x86_64/PKGBUILD (from rev 
682165, haskell-cmdargs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:37:36 UTC (rev 682166)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmdargs
+pkgname=haskell-cmdargs
+pkgver=0.10.20
+pkgrel=13
+pkgdesc="Command line argument processing"
+url="http://community.haskell.org/~ndm/cmdargs/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b9e270aa5dabd84eaaa47b95a450ef5b5f43cd19646f2a407579f855857d396e5ab9ca0038e1e876849a596ecb8cdc9964c45970825a0a95021d69b23699da79')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 \
+-fquotation -f-testprog
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:37:26
  Author: felixonmars
Revision: 682165

upgpkg: haskell-cmdargs 0.10.20-13: rebuild with ghc 8.10.2

Modified:
  haskell-cmdargs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:36:17 UTC (rev 682164)
+++ PKGBUILD2020-08-17 05:37:26 UTC (rev 682165)
@@ -4,7 +4,7 @@
 _hkgname=cmdargs
 pkgname=haskell-cmdargs
 pkgver=0.10.20
-pkgrel=12
+pkgrel=13
 pkgdesc="Command line argument processing"
 url="http://community.haskell.org/~ndm/cmdargs/;
 license=("BSD")
@@ -21,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fquotation -f-testprog
-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-clock/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clock/repos/community-staging-x86_64/
  haskell-clock/repos/community-staging-x86_64/PKGBUILD
(from rev 682163, haskell-clock/trunk/PKGBUILD)

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

Copied: haskell-clock/repos/community-staging-x86_64/PKGBUILD (from rev 682163, 
haskell-clock/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:36:17 UTC (rev 682164)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clock
+pkgname=haskell-clock
+pkgver=0.8
+pkgrel=6
+pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
+url="https://github.com/corsis/clock;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c966811e3df10d299a8c5a56f0d9ffeaea1e819516d3efb1f2454254bd828e891e579894ca4783f3249e35793b1721a4a4fae867c8e2e4d2d6519ee9abd752b9')
+
+build() {
+cd $_hkgname-$pkgver
+
+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-llvm
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:36:07
  Author: felixonmars
Revision: 682163

upgpkg: haskell-clock 0.8-6: rebuild with ghc 8.10.2

Modified:
  haskell-clock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:35:33 UTC (rev 682162)
+++ PKGBUILD2020-08-17 05:36:07 UTC (rev 682163)
@@ -4,7 +4,7 @@
 _hkgname=clock
 pkgname=haskell-clock
 pkgver=0.8
-pkgrel=5
+pkgrel=6
 pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
 url="https://github.com/corsis/clock;
 license=("BSD")
@@ -21,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-llvm
-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-cereal/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:35:22
  Author: felixonmars
Revision: 682161

upgpkg: haskell-cereal 0.5.8.1-6: rebuild with ghc 8.10.2

Modified:
  haskell-cereal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:34:17 UTC (rev 682160)
+++ PKGBUILD2020-08-17 05:35:22 UTC (rev 682161)
@@ -4,7 +4,7 @@
 _hkgname=cereal
 pkgname=haskell-cereal
 pkgver=0.5.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A binary serialization library"
 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 \
 -fsplit-base -f-bytestring-builder
-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-cereal/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:35:33
  Author: felixonmars
Revision: 682162

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cereal/repos/community-staging-x86_64/
  haskell-cereal/repos/community-staging-x86_64/PKGBUILD
(from rev 682161, haskell-cereal/trunk/PKGBUILD)

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

Copied: haskell-cereal/repos/community-staging-x86_64/PKGBUILD (from rev 
682161, haskell-cereal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:35:33 UTC (rev 682162)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cereal
+pkgname=haskell-cereal
+pkgver=0.5.8.1
+pkgrel=6
+pkgdesc="A binary serialization library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('aced40e81301fbc73c6029be2c4045cf63f81d40361d5939713f3d60db196dc25a70e556e9e74e194e6a3b6cac86997d2bfc8b1f91c630676af7d066268a25b4')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 \
+-fsplit-base -f-bytestring-builder
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-cabal-doctest/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cabal-doctest/repos/community-staging-x86_64/
  haskell-cabal-doctest/repos/community-staging-x86_64/PKGBUILD
(from rev 682159, haskell-cabal-doctest/trunk/PKGBUILD)

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

Copied: haskell-cabal-doctest/repos/community-staging-x86_64/PKGBUILD (from rev 
682159, haskell-cabal-doctest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:34:17 UTC (rev 682160)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cabal-doctest
+pkgname=haskell-cabal-doctest
+pkgver=1.0.8
+pkgrel=5
+pkgdesc="A Setup.hs helper for doctests running"
+url="https://github.com/phadej/cabal-doctest;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('121827f4f9117673c5c41beeaff2ef74f75ca55fba8460f6289d69b1ebfdebb9568f23b4b7d0ab2f3d436cbcdaa073709a26562b39e5f57a6a705088d0a2ff71')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.1/<4/;s/< *4.14/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:34:06
  Author: felixonmars
Revision: 682159

upgpkg: haskell-cabal-doctest 1.0.8-5: rebuild with ghc 8.10.2

Modified:
  haskell-cabal-doctest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:33:27 UTC (rev 682158)
+++ PKGBUILD2020-08-17 05:34:06 UTC (rev 682159)
@@ -4,7 +4,7 @@
 _hkgname=cabal-doctest
 pkgname=haskell-cabal-doctest
 pkgver=1.0.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A Setup.hs helper for doctests running"
 url="https://github.com/phadej/cabal-doctest;
 license=("BSD")
@@ -25,7 +25,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-bzlib/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:33:14
  Author: felixonmars
Revision: 682157

upgpkg: haskell-bzlib 0.5.1.0-2: rebuild with ghc 8.10.2

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:32:28 UTC (rev 682156)
+++ PKGBUILD2020-08-17 05:33:14 UTC (rev 682157)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -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-bzlib/repos (3 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:33:27
  Author: felixonmars
Revision: 682158

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bzlib/repos/community-staging-x86_64/
  haskell-bzlib/repos/community-staging-x86_64/PKGBUILD
(from rev 682157, haskell-bzlib/trunk/PKGBUILD)
  haskell-bzlib/repos/community-staging-x86_64/ghc-8.8.patch
(from rev 682157, haskell-bzlib/trunk/ghc-8.8.patch)

---+
 PKGBUILD  |   38 ++
 ghc-8.8.patch |   62 
 2 files changed, 100 insertions(+)

Copied: haskell-bzlib/repos/community-staging-x86_64/PKGBUILD (from rev 682157, 
haskell-bzlib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:33:27 UTC (rev 682158)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=bzlib
+pkgname=haskell-bzlib
+pkgver=0.5.1.0
+pkgrel=2
+pkgdesc="Compression and decompression in the bzip2 format"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'bzip2')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2d4e200abc8ef7f158b4b726e81a389d5018615dd04f5704f50323498f5a1991e217a05abd10f86cab791326bc95802d22a17b55656e5289cb07ca93698a1537')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-bzlib/repos/community-staging-x86_64/ghc-8.8.patch (from rev 
682157, haskell-bzlib/trunk/ghc-8.8.patch)
===
--- community-staging-x86_64/ghc-8.8.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.8.patch  2020-08-17 05:33:27 UTC (rev 
682158)
@@ -0,0 +1,62 @@
+--- Codec/Compression/BZip/Stream.hsc.orig 2020-01-09 03:26:18.302155300 
+0800
 Codec/Compression/BZip/Stream.hsc  2020-01-09 03:27:21.602183680 +0800
+@@ -21,7 +21,7 @@
+   finalise,
+ 
+   -- * Initialisation
+-  compressInit, 
++  compressInit,
+   decompressInit,
+ 
+   -- ** Initialisation parameters
+@@ -71,6 +71,7 @@
+ import System.IO (hPutStrLn, stderr)
+ import Control.Applicative (Applicative(..))
+ import Control.Monad (liftM, ap)
++import Control.Monad.Fail
+ import Control.Exception (assert)
+ 
+ import Prelude hiding (length)
+@@ -88,8 +89,8 @@
+   -- Now that we're setting a new input buffer, we can be sure that zlib no
+   -- longer has a reference to the old one. Therefore this is the last point
+   -- at which the old buffer had to be retained. It's safe to release now.
+-  inBuf <- getInBuf 
+-  unsafeLiftIO $ touchForeignPtr inBuf
++  inBuf <- getInBuf
++  unsafeLiftIO $ touchForeignPtr inBuf
+ 
+   -- now set the available input buffer ptr and length
+   setInBuf   inBuf'
+@@ -177,11 +178,11 @@
+ 
+   result <- compress_ action
+   outFree' <- getOutFree
+-
++
+   -- number of bytes of extra output there is available as a result of
+   -- the call to deflate:
+   let outExtra = outFree - outFree'
+-  
++
+   outAvail <- getOutAvail
+   setOutAvail (outAvail + outExtra)
+   return result
+@@ -233,6 +234,8 @@
+ --  m >>= f = (m `thenZ` \a -> consistencyCheck `thenZ_` returnZ a) `thenZ` f
+   (>>)   = thenZ_
+   return = returnZ
++
++instance MonadFail Stream where
+   fail   = (finalise >>) . failZ
+ 
+ returnZ :: a -> Stream a
+@@ -452,7 +455,7 @@
+ -- require about 3700k to decompress. To support decompression of any file in
+ -- less than 4Mb there is the option to decompress using approximately half
+ -- this amount of memory, about 2300k. Decompression speed is also halved,
+--- so you should use this option only where necessary. 
++-- so you should use this option only where necessary.
+ --
+ data MemoryLevel =
+ DefaultMemoryLevel -- ^ The default.


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

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

upgpkg: haskell-bytestring-show 0.3.5.6-24: rebuild with ghc 8.10.2

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:31:28 UTC (rev 682154)
+++ PKGBUILD2020-08-17 05:32:17 UTC (rev 682155)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=23
+pkgrel=24
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show;
 license=('BSD')
@@ -24,7 +24,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-bytestring-show/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:32:28
  Author: felixonmars
Revision: 682156

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bytestring-show/repos/community-staging-x86_64/
  haskell-bytestring-show/repos/community-staging-x86_64/PKGBUILD
(from rev 682155, haskell-bytestring-show/trunk/PKGBUILD)

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

Copied: haskell-bytestring-show/repos/community-staging-x86_64/PKGBUILD (from 
rev 682155, haskell-bytestring-show/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:32:28 UTC (rev 682156)
@@ -0,0 +1,42 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-bytestring-show
+pkgver=0.3.5.6
+pkgrel=24
+pkgdesc="Efficient conversion of values into readable byte strings."
+url="https://hackage.haskell.org/package/bytestring-show;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz;)
+sha512sums=('f59a041e30ec3b3eb9f971968606685ba5968dafc44d92ed50c9f7f124b891f48fc6612fdfc1a57f702e76e41f70c647e81c1919ab7fee194db9d97ddd73dd10')
+
+prepare() {
+cd bytestring-show-$pkgver
+sed -e 's/< *0.8/<1/g' -e 's/< *0.6/<1/g' -i bytestring-show.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd "$srcdir"/bytestring-show-${pkgver}
+
+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 $MAKEFLAGS
+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}/bytestring-show-${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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-byteorder/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:31:28
  Author: felixonmars
Revision: 682154

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-byteorder/repos/community-staging-x86_64/
  haskell-byteorder/repos/community-staging-x86_64/PKGBUILD
(from rev 682153, haskell-byteorder/trunk/PKGBUILD)

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

Copied: haskell-byteorder/repos/community-staging-x86_64/PKGBUILD (from rev 
682153, haskell-byteorder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:31:28 UTC (rev 682154)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=byteorder
+pkgname=haskell-byteorder
+pkgver=1.0.4
+pkgrel=18
+pkgdesc="Exposes the native endianness or byte ordering of the system."
+url="http://community.haskell.org/~aslatter/code/byteorder;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('970f74a394947b023ab88fa7bc713478b50565e3e9535479ec641283f18e04cb952788334b2ab38fafe723f2d398b1626af92f349abc11a6c6ca5a6974653025')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:31:18
  Author: felixonmars
Revision: 682153

upgpkg: haskell-byteorder 1.0.4-18: rebuild with ghc 8.10.2

Modified:
  haskell-byteorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:30:47 UTC (rev 682152)
+++ PKGBUILD2020-08-17 05:31:18 UTC (rev 682153)
@@ -4,7 +4,7 @@
 _hkgname=byteorder
 pkgname=haskell-byteorder
 pkgver=1.0.4
-pkgrel=17
+pkgrel=18
 pkgdesc="Exposes the native endianness or byte ordering of the system."
 url="http://community.haskell.org/~aslatter/code/byteorder;
 license=("BSD")
@@ -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-byteable/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-byteable/repos/community-staging-x86_64/
  haskell-byteable/repos/community-staging-x86_64/PKGBUILD
(from rev 682151, haskell-byteable/trunk/PKGBUILD)

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

Copied: haskell-byteable/repos/community-staging-x86_64/PKGBUILD (from rev 
682151, haskell-byteable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:30:47 UTC (rev 682152)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=byteable
+pkgname=haskell-byteable
+pkgver=0.1.1
+pkgrel=19
+pkgdesc="Type class for sequence of bytes"
+url="https://github.com/vincenthz/hs-byteable;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f2e6225390be9f35ee6a4ce981aaa8c2683f1627a8401386b1abb7fff5fe1474ae0fa07e71a0c83694d7a18ca793943fe36b844d868c3e9c3387ce1a7b2bf54c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
\
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:30:37
  Author: felixonmars
Revision: 682151

upgpkg: haskell-byteable 0.1.1-19: rebuild with ghc 8.10.2

Modified:
  haskell-byteable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:30:06 UTC (rev 682150)
+++ PKGBUILD2020-08-17 05:30:37 UTC (rev 682151)
@@ -4,7 +4,7 @@
 _hkgname=byteable
 pkgname=haskell-byteable
 pkgver=0.1.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Type class for sequence of bytes"
 url="https://github.com/vincenthz/hs-byteable;
 license=("BSD")
@@ -20,7 +20,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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-bug/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:29:56
  Author: felixonmars
Revision: 682149

upgpkg: haskell-bug 1.0.1-13: rebuild with ghc 8.10.2

Modified:
  haskell-bug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:29:25 UTC (rev 682148)
+++ PKGBUILD2020-08-17 05:29:56 UTC (rev 682149)
@@ -4,7 +4,7 @@
 _hkgname=bug
 pkgname=haskell-bug
 pkgver=1.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc='Better alternatives to the "error" function'
 url="https://github.com/nikita-volkov/bug;
 license=("MIT")
@@ -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-bug/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:30:06
  Author: felixonmars
Revision: 682150

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bug/repos/community-staging-x86_64/
  haskell-bug/repos/community-staging-x86_64/PKGBUILD
(from rev 682149, haskell-bug/trunk/PKGBUILD)

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

Copied: haskell-bug/repos/community-staging-x86_64/PKGBUILD (from rev 682149, 
haskell-bug/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:30:06 UTC (rev 682150)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bug
+pkgname=haskell-bug
+pkgver=1.0.1
+pkgrel=13
+pkgdesc='Better alternatives to the "error" function'
+url="https://github.com/nikita-volkov/bug;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('eea7e1141adb89bf618e25af90e23e48847f889d74518983112de68cff73d6de88e1a0dcc5ea27aeb7cefce105be7f9d2c27d7e9fd9af1f5b9a04ebbb3b76e54')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-bloomfilter/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:29:25
  Author: felixonmars
Revision: 682148

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bloomfilter/repos/community-staging-x86_64/
  haskell-bloomfilter/repos/community-staging-x86_64/PKGBUILD
(from rev 682147, haskell-bloomfilter/trunk/PKGBUILD)

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

Copied: haskell-bloomfilter/repos/community-staging-x86_64/PKGBUILD (from rev 
682147, haskell-bloomfilter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:29:25 UTC (rev 682148)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bloomfilter
+pkgname=haskell-bloomfilter
+pkgver=2.0.1.0
+pkgrel=19
+pkgdesc="Pure and impure Bloom Filter implementations"
+url="https://github.com/bos/bloomfilter;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1031cc28c5e5c1b7687355b709d436ebab1956ffd7591a010fa3852a1bc7412925a365f99937feeacf4b1a5d3c7b34bc0370707ad6e4533280dcac4ea3fa7c21')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:29:14
  Author: felixonmars
Revision: 682147

upgpkg: haskell-bloomfilter 2.0.1.0-19: rebuild with ghc 8.10.2

Modified:
  haskell-bloomfilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:28:32 UTC (rev 682146)
+++ PKGBUILD2020-08-17 05:29:14 UTC (rev 682147)
@@ -4,7 +4,7 @@
 _hkgname=bloomfilter
 pkgname=haskell-bloomfilter
 pkgver=2.0.1.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Pure and impure Bloom Filter implementations"
 url="https://github.com/bos/bloomfilter;
 license=("BSD")
@@ -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-blaze-builder/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:28:32
  Author: felixonmars
Revision: 682146

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-blaze-builder/repos/community-staging-x86_64/
  haskell-blaze-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 682145, haskell-blaze-builder/trunk/PKGBUILD)

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

Copied: haskell-blaze-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
682145, haskell-blaze-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:28:32 UTC (rev 682146)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-builder
+pkgname=haskell-blaze-builder
+pkgver=0.4.1.0
+pkgrel=13
+pkgdesc="Efficient buffered output"
+url="https://github.com/lpsmith/blaze-builder;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0962634113a19d39fb19a9df895a4e4e3e0fc5b2c17fd0d5c27e1cd9da128fd3af2f01d7b0ce894d3964b5b3bd874aeae205b126e069a6e5d964ad97c753da39')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:28:22
  Author: felixonmars
Revision: 682145

upgpkg: haskell-blaze-builder 0.4.1.0-13: rebuild with ghc 8.10.2

Modified:
  haskell-blaze-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:27:40 UTC (rev 682144)
+++ PKGBUILD2020-08-17 05:28:22 UTC (rev 682145)
@@ -4,7 +4,7 @@
 _hkgname=blaze-builder
 pkgname=haskell-blaze-builder
 pkgver=0.4.1.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Efficient buffered output"
 url="https://github.com/lpsmith/blaze-builder;
 license=("BSD")
@@ -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-bitarray/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:27:40
  Author: felixonmars
Revision: 682144

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bitarray/repos/community-staging-x86_64/
  haskell-bitarray/repos/community-staging-x86_64/PKGBUILD
(from rev 682143, haskell-bitarray/trunk/PKGBUILD)

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

Copied: haskell-bitarray/repos/community-staging-x86_64/PKGBUILD (from rev 
682143, haskell-bitarray/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:27:40 UTC (rev 682144)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bitarray
+pkgname=haskell-bitarray
+pkgver=0.0.1.1
+pkgrel=17
+pkgdesc="Mutable and immutable bit arrays"
+url="http://code.haskell.org/~bkomuves/;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4b51ef2be989949e4ab8b9cab194c2bb5f3895abf9881ddf6009dd234c2c7d01edf01dc4ae96312a36f0b3d43f1b2b975eeaa738f66ccc2ab9a1a10e07582602')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:27:30
  Author: felixonmars
Revision: 682143

upgpkg: haskell-bitarray 0.0.1.1-17: rebuild with ghc 8.10.2

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:26:55 UTC (rev 682142)
+++ PKGBUILD2020-08-17 05:27:30 UTC (rev 682143)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')
@@ -19,7 +19,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:26:44
  Author: felixonmars
Revision: 682141

upgpkg: haskell-bindings-uname 0.1-16: rebuild with ghc 8.10.2

Modified:
  haskell-bindings-uname/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:26:07 UTC (rev 682140)
+++ PKGBUILD2020-08-17 05:26:44 UTC (rev 682141)
@@ -4,7 +4,7 @@
 _hkgname=bindings-uname
 pkgname=haskell-bindings-uname
 pkgver=0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Low-level binding to POSIX uname(3)"
 url="https://hackage.haskell.org/package/bindings-uname;
 license=("custom:PublicDomain")
@@ -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-bindings-uname/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:26:55
  Author: felixonmars
Revision: 682142

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bindings-uname/repos/community-staging-x86_64/
  haskell-bindings-uname/repos/community-staging-x86_64/PKGBUILD
(from rev 682141, haskell-bindings-uname/trunk/PKGBUILD)

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

Copied: haskell-bindings-uname/repos/community-staging-x86_64/PKGBUILD (from 
rev 682141, haskell-bindings-uname/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:26:55 UTC (rev 682142)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bindings-uname
+pkgname=haskell-bindings-uname
+pkgver=0.1
+pkgrel=16
+pkgdesc="Low-level binding to POSIX uname(3)"
+url="https://hackage.haskell.org/package/bindings-uname;
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e668b8524cd35e0558d2321f8b89e5b8f9666d43c6950a4b8e56468a84d4664bd7f6c679160fd85370ba3109fb38c00d15bf0ece9da548affcba7ec375b8b394')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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"
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:25:56
  Author: felixonmars
Revision: 682139

upgpkg: haskell-basement 0.0.11-7: rebuild with ghc 8.10.2

Modified:
  haskell-basement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:23:39 UTC (rev 682138)
+++ PKGBUILD2020-08-17 05:25:56 UTC (rev 682139)
@@ -4,7 +4,7 @@
 _hkgname=basement
 pkgname=haskell-basement
 pkgver=0.0.11
-pkgrel=6
+pkgrel=7
 pkgdesc="Foundation scrap box of array & string"
 url="https://github.com/haskell-foundation/foundation;
 license=("BSD")
@@ -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-basement/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:26:07
  Author: felixonmars
Revision: 682140

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-basement/repos/community-staging-x86_64/
  haskell-basement/repos/community-staging-x86_64/PKGBUILD
(from rev 682139, haskell-basement/trunk/PKGBUILD)

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

Copied: haskell-basement/repos/community-staging-x86_64/PKGBUILD (from rev 
682139, haskell-basement/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:26:07 UTC (rev 682140)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=basement
+pkgname=haskell-basement
+pkgver=0.0.11
+pkgrel=7
+pkgdesc="Foundation scrap box of array & string"
+url="https://github.com/haskell-foundation/foundation;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2396e692fcaa080418eb90c38148dbb2465490ffaa5e35d141573d32729794dffb444b55082878520a22629cfead5fdc1ac98f1d369600cc3165b64730d5')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in python-isort/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:23:52
  Author: felixonmars
Revision: 394325

upgpkg: python-isort 5.3.1-1

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-16 19:09:04 UTC (rev 394324)
+++ PKGBUILD2020-08-17 05:23:52 UTC (rev 394325)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python-isort
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -14,7 +14,7 @@
   'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
   'python-requirementslib')
 
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('59c8e149bbbccf452fdbc710ec3acf426305bb0f21b086e613b1c40fb2305cdf6b507b853598ea3fe34f253aec2d2b29fbb7e9221ba8c275db0693d3cdfe6d4a')
+sha512sums=('12f510e3d5826ee4ec8061926d022f03964235fc32eebfc5c85dec4f75bde168bac3f229ebecfdd6353c79df55ede58d6dfeacc233aa7b489c2e5d03d05879df')
 
 prepare() {
   cd isort-$pkgver


[arch-commits] Commit in python-isort/repos/testing-any (PKGBUILD PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:24:04
  Author: felixonmars
Revision: 394326

archrelease: copy trunk to testing-any

Added:
  python-isort/repos/testing-any/PKGBUILD
(from rev 394325, python-isort/trunk/PKGBUILD)
Deleted:
  python-isort/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-17 05:23:52 UTC (rev 394325)
+++ PKGBUILD2020-08-17 05:24:04 UTC (rev 394326)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-pkgname=python-isort
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort;
-license=('MIT')
-depends=('python-toml')
-makedepends=('python-dephell')
-checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 
'python-hypothesmith'
-  'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
-  'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('59c8e149bbbccf452fdbc710ec3acf426305bb0f21b086e613b1c40fb2305cdf6b507b853598ea3fe34f253aec2d2b29fbb7e9221ba8c275db0693d3cdfe6d4a')
-
-prepare() {
-  cd isort-$pkgver
-
-  # Devendor toml
-  rm -r isort/_vendored
-  sed -i 's/from ._vendored //' isort/settings.py
-
-  # poetry-generated setup.py are fatally broken, see:
-  # https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-dephell deps convert --from pyproject.toml --to setup.py
-popd
-  done
-}
-
-build() {
-  cd isort-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd isort-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
-popd
-  done
-  # This is just weird
-  
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --deselect tests/test_importable.py::test_importable
-}
-
-package() {
-  cd isort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-isort/repos/testing-any/PKGBUILD (from rev 394325, 
python-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-17 05:24:04 UTC (rev 394326)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgname=python-isort
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort;
+license=('MIT')
+depends=('python-toml')
+makedepends=('python-dephell')
+checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 
'python-hypothesmith'
+  'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
+  'python-requirementslib')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('12f510e3d5826ee4ec8061926d022f03964235fc32eebfc5c85dec4f75bde168bac3f229ebecfdd6353c79df55ede58d6dfeacc233aa7b489c2e5d03d05879df')
+
+prepare() {
+  cd isort-$pkgver
+
+  # Devendor toml
+  rm -r isort/_vendored
+  sed -i 's/from ._vendored //' isort/settings.py
+
+  # poetry-generated setup.py are fatally broken, see:
+  # https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
+pushd $_plugin
+dephell deps convert --from pyproject.toml --to setup.py
+popd
+  done
+}
+
+build() {
+  cd isort-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd isort-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
+pushd $_plugin
+python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
+popd
+  done
+  # This is just weird
+  
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
+pytest --deselect tests/test_importable.py::test_importable
+}
+
+package() {
+  cd isort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t 

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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:23:28
  Author: felixonmars
Revision: 682137

upgpkg: haskell-base16-bytestring 0.1.1.7-2: rebuild with ghc 8.10.2

Modified:
  haskell-base16-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:22:54 UTC (rev 682136)
+++ PKGBUILD2020-08-17 05:23:28 UTC (rev 682137)
@@ -4,7 +4,7 @@
 _hkgname=base16-bytestring
 pkgname=haskell-base16-bytestring
 pkgver=0.1.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings"
 url="https://github.com/haskell/base16-bytestring;
 license=("BSD")


[arch-commits] Commit in haskell-base-unicode-symbols/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:22:54
  Author: felixonmars
Revision: 682136

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-unicode-symbols/repos/community-staging-x86_64/
  haskell-base-unicode-symbols/repos/community-staging-x86_64/PKGBUILD
(from rev 682135, haskell-base-unicode-symbols/trunk/PKGBUILD)

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

Copied: haskell-base-unicode-symbols/repos/community-staging-x86_64/PKGBUILD 
(from rev 682135, haskell-base-unicode-symbols/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:22:54 UTC (rev 682136)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-unicode-symbols
+pkgname=haskell-base-unicode-symbols
+pkgver=0.2.4.2
+pkgrel=7
+pkgdesc="Unicode alternatives for common functions and operators"
+url="https://haskell.org/haskellwiki/Unicode-symbols;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('127ba0a6c6f50e16c0bb0634bc7ee84d3596e541ccfd1be1ad261e85fab695613fd415e6a913a02f5dbc10dcaa9e3217db3123b564d070351e5a6a7c9a64b462')
+
+build() {
+cd $_hkgname-$pkgver
+
+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-old-base
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-base16-bytestring/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:23:39
  Author: felixonmars
Revision: 682138

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base16-bytestring/repos/community-staging-x86_64/
  haskell-base16-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 682137, haskell-base16-bytestring/trunk/PKGBUILD)

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

Copied: haskell-base16-bytestring/repos/community-staging-x86_64/PKGBUILD (from 
rev 682137, haskell-base16-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:23:39 UTC (rev 682138)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base16-bytestring
+pkgname=haskell-base16-bytestring
+pkgver=0.1.1.7
+pkgrel=2
+pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings"
+url="https://github.com/haskell/base16-bytestring;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('33c4c1e35489cee42ced9fffed3ee11bfe976dc167adc3ab715c224e69025fd9634cb010ee09bf86aa71170e12172c823964fdc3bed4611c599f686beea2985e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-base-unicode-symbols/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:22:44
  Author: felixonmars
Revision: 682135

upgpkg: haskell-base-unicode-symbols 0.2.4.2-7: rebuild with ghc 8.10.2

Modified:
  haskell-base-unicode-symbols/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:22:13 UTC (rev 682134)
+++ PKGBUILD2020-08-17 05:22:44 UTC (rev 682135)
@@ -4,7 +4,7 @@
 _hkgname=base-unicode-symbols
 pkgname=haskell-base-unicode-symbols
 pkgver=0.2.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Unicode alternatives for common functions and operators"
 url="https://haskell.org/haskellwiki/Unicode-symbols;
 license=("BSD")
@@ -21,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-old-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-base-prelude/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:22:03
  Author: felixonmars
Revision: 682133

upgpkg: haskell-base-prelude 1.4-2: rebuild with ghc 8.10.2

Modified:
  haskell-base-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:21:33 UTC (rev 682132)
+++ PKGBUILD2020-08-17 05:22:03 UTC (rev 682133)
@@ -4,7 +4,7 @@
 _hkgname=base-prelude
 pkgname=haskell-base-prelude
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="The most complete prelude formed solely from the \"base\" package"
 url="https://github.com/nikita-volkov/base-prelude;
 license=("MIT")


[arch-commits] Commit in haskell-base-prelude/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:22:13
  Author: felixonmars
Revision: 682134

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-prelude/repos/community-staging-x86_64/
  haskell-base-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 682133, haskell-base-prelude/trunk/PKGBUILD)

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

Copied: haskell-base-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
682133, haskell-base-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:22:13 UTC (rev 682134)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-prelude
+pkgname=haskell-base-prelude
+pkgver=1.4
+pkgrel=2
+pkgdesc="The most complete prelude formed solely from the \"base\" package"
+url="https://github.com/nikita-volkov/base-prelude;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0665cfc349ac6b564ec76eb05b3f74cc7e0fd8c68fc64ea1b0afe094aa15d7332a06597a3f98ca2df415623102ad414e7182ad22f705647e5e47694dcc2fe8b8')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

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

upgpkg: haskell-base-compat 0.11.1-8: rebuild with ghc 8.10.2

Modified:
  haskell-base-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:20:49 UTC (rev 682130)
+++ PKGBUILD2020-08-17 05:21:22 UTC (rev 682131)
@@ -4,7 +4,7 @@
 _hkgname=base-compat
 pkgname=haskell-base-compat
 pkgver=0.11.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A compatibility layer for base"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")
@@ -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-base-compat/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-compat/repos/community-staging-x86_64/
  haskell-base-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 682131, haskell-base-compat/trunk/PKGBUILD)

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

Copied: haskell-base-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
682131, haskell-base-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:21:33 UTC (rev 682132)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-compat
+pkgname=haskell-base-compat
+pkgver=0.11.1
+pkgrel=8
+pkgdesc="A compatibility layer for base"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d92a81e670535b4ca6fd95d51800972bbc52008ef21ccc22119341974c45bec66ed725c795da8d94c8ef824dfaa7f9c03a173b643daf339a4759c49453cfcec8')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-appar/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:20:49
  Author: felixonmars
Revision: 682130

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-appar/repos/community-staging-x86_64/
  haskell-appar/repos/community-staging-x86_64/PKGBUILD
(from rev 682129, haskell-appar/trunk/PKGBUILD)

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

Copied: haskell-appar/repos/community-staging-x86_64/PKGBUILD (from rev 682129, 
haskell-appar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:20:49 UTC (rev 682130)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=appar
+pkgname=haskell-appar
+pkgver=0.1.8
+pkgrel=7
+pkgdesc="A simple applicative parser"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6954f4e966685fc47d91b34c527c524bdea29d2c8eba14f4c4ed1d268ee812926d23d2daf1b63c92b72d99be83b536f7ebc498f5981f8f4cd5c3c1e7769f0290')
+
+build() {
+cd $_hkgname-$pkgver
+
+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 $MAKEFLAGS
+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 $_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 -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:20:38
  Author: felixonmars
Revision: 682129

upgpkg: haskell-appar 0.1.8-7: rebuild with ghc 8.10.2

Modified:
  haskell-appar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:19:53 UTC (rev 682128)
+++ PKGBUILD2020-08-17 05:20:38 UTC (rev 682129)
@@ -4,7 +4,7 @@
 _hkgname=appar
 pkgname=haskell-appar
 pkgver=0.1.8
-pkgrel=6
+pkgrel=7
 pkgdesc="A simple applicative parser"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -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


  1   2   3   4   5   6   7   8   9   >