[arch-commits] Commit in haskell-path/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:57:47 Author: felixonmars Revision: 872842 upgpkg: haskell-path 0.8.0-102: rebuild with regex-base 0.94.0.1 Modified: haskell-path/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:57:01 UTC (rev 872841) +++ PKGBUILD2021-02-25 04:57:47 UTC (rev 872842) @@ -4,7 +4,7 @@ _hkgname=path pkgname=haskell-path pkgver=0.8.0 -pkgrel=101 +pkgrel=102 pkgdesc="Path" url="https://hackage.haskell.org/package/${_hkgname}"; license=("BSD")
[arch-commits] Commit in haskell-aeson/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:57:01 Author: felixonmars Revision: 872841 archrelease: copy trunk to community-staging-x86_64 Added: haskell-aeson/repos/community-staging-x86_64/ haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 872840, haskell-aeson/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 872840, haskell-aeson/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:57:01 UTC (rev 872841) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy +# Contributor: Daniel Micay + +pkgname=haskell-aeson +_hkgname=aeson +pkgver=1.5.6.0 +pkgrel=2 +pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." +url="https://github.com/haskell/aeson"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat-batteries' 'haskell-data-fix' + 'haskell-dlist' 'haskell-hashable' 'haskell-primitive' 'haskell-scientific' + 'haskell-strict' 'haskell-tagged' 'haskell-th-abstraction' 'haskell-these' + 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-integer-logarithms' + 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-diff' + 'haskell-generic-deriving' 'haskell-hashable-time' 'haskell-tasty' + 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' + 'haskell-quickcheck-instances') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +sha512sums=('31e0339945aec6d84aec230c09001fe6e7926f008d3444d12264bb323d0a050515303fdc8eeb6563733594209d930cdd2f82eb4dfe4dd4d5c573748aaa71813d') + +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 \ +-f-developer -f-fast -f-cffi + 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" + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:56:42 Author: felixonmars Revision: 872840 upgpkg: haskell-aeson 1.5.6.0-2: rebuild with regex-base 0.94.0.1 Modified: haskell-aeson/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:53:40 UTC (rev 872839) +++ PKGBUILD2021-02-25 04:56:42 UTC (rev 872840) @@ -5,7 +5,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=1.5.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/haskell/aeson"; license=("GPL")
[arch-commits] Commit in haskell-tasty-golden/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:53:20 Author: felixonmars Revision: 872838 upgpkg: haskell-tasty-golden 2.3.4-68: rebuild with regex-base 0.94.0.1 Modified: haskell-tasty-golden/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:52:47 UTC (rev 872837) +++ PKGBUILD2021-02-25 04:53:20 UTC (rev 872838) @@ -4,7 +4,7 @@ _hkgname=tasty-golden pkgname=haskell-tasty-golden pkgver=2.3.4 -pkgrel=67 +pkgrel=68 pkgdesc="Golden tests support for tasty" url="https://github.com/feuerbach/tasty-golden"; license=("MIT")
[arch-commits] Commit in haskell-hs-bibutils/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:52:47 Author: felixonmars Revision: 872837 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hs-bibutils/repos/community-staging-x86_64/ haskell-hs-bibutils/repos/community-staging-x86_64/PKGBUILD (from rev 872836, haskell-hs-bibutils/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-hs-bibutils/repos/community-staging-x86_64/PKGBUILD (from rev 872836, haskell-hs-bibutils/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:52:47 UTC (rev 872837) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hs-bibutils +pkgname=haskell-hs-bibutils +pkgver=6.10.0.0 +pkgrel=20 +pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities." +url="http://istitutocolli.org/repos/hs-bibutils/"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' "haskell-syb") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('95227225908381613cd92f92ac7e4e6a8af93b8af12a5728b5c28911ada1afd1ea545c3b3a7f34af96411f0b8e27b905b76e40ae0372ed412744d0146518efdb') + +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-hs-bibutils/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:52:28 Author: felixonmars Revision: 872836 upgpkg: haskell-hs-bibutils 6.10.0.0-20: rebuild with regex-base 0.94.0.1 Modified: haskell-hs-bibutils/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:51:35 UTC (rev 872835) +++ PKGBUILD2021-02-25 04:52:28 UTC (rev 872836) @@ -4,7 +4,7 @@ _hkgname=hs-bibutils pkgname=haskell-hs-bibutils pkgver=6.10.0.0 -pkgrel=19 +pkgrel=20 pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities." url="http://istitutocolli.org/repos/hs-bibutils/"; license=("GPL")
[arch-commits] Commit in haskell-tasty-golden/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:53:40 Author: felixonmars Revision: 872839 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-golden/repos/community-staging-x86_64/ haskell-tasty-golden/repos/community-staging-x86_64/PKGBUILD (from rev 872838, haskell-tasty-golden/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-tasty-golden/repos/community-staging-x86_64/PKGBUILD (from rev 872838, haskell-tasty-golden/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:53:40 UTC (rev 872839) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=tasty-golden +pkgname=haskell-tasty-golden +pkgver=2.3.4 +pkgrel=68 +pkgdesc="Golden tests support for tasty" +url="https://github.com/feuerbach/tasty-golden"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' "haskell-tasty" "haskell-optparse-applicative" "haskell-temporary" + "haskell-tagged" "haskell-async" 'haskell-unix-compat') +makedepends=('ghc' 'haskell-tasty-hunit') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('fbc309cf7951a348f172c7cb115ef53d6cda77d47793ebbf9fbfd697187dc8773e6283d705162ce0beb877887136f34db315de0e8d48eff5f872acce32ebf516') + +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-random-fu/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:50:21 Author: felixonmars Revision: 872833 archrelease: copy trunk to community-staging-x86_64 Added: haskell-random-fu/repos/community-staging-x86_64/ haskell-random-fu/repos/community-staging-x86_64/PKGBUILD (from rev 872832, haskell-random-fu/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-random-fu/repos/community-staging-x86_64/PKGBUILD (from rev 872832, haskell-random-fu/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:50:21 UTC (rev 872833) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan + +_hkgname=random-fu +pkgname=haskell-random-fu +pkgver=0.2.7.7 +pkgrel=48 +pkgdesc="Random number generation" +url="https://github.com/mokus0/random-fu"; +license=("custom:PublicDomain") +arch=('x86_64') +depends=('ghc-libs' 'haskell-erf' 'haskell-math-functions' 'haskell-monad-loops' 'haskell-random' + 'haskell-random-shuffle' 'haskell-random-source' 'haskell-rvar' 'haskell-syb' + 'haskell-vector') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('8466bcfb5290bdc30a571c91e1eb526c419ea9773bc118996778b516cfc665ca') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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 misfortune/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:51:35 Author: felixonmars Revision: 872835 archrelease: copy trunk to community-staging-x86_64 Added: misfortune/repos/community-staging-x86_64/ misfortune/repos/community-staging-x86_64/PKGBUILD (from rev 872834, misfortune/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: misfortune/repos/community-staging-x86_64/PKGBUILD (from rev 872834, misfortune/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:51:35 UTC (rev 872835) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan + +pkgname=misfortune +pkgver=0.1.1.2 +pkgrel=49 +pkgdesc="fortune-mod clone" +url="https://github.com/mokus0/misfortune"; +license=("custom:PublicDomain") +arch=('x86_64') +depends=('ghc-libs' 'haskell-cereal' 'haskell-knob' 'haskell-monad-loops' 'haskell-random-fu' + 'haskell-regex-base' 'haskell-regex-pcre' 'haskell-semigroups' 'haskell-utf8-string' + 'haskell-vector') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";) +sha256sums=('ae4b44215f811e7af6af756c813b9bd6e4161be555f30dd817324f8d1ffe2349') + +build() { + cd $pkgname-$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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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 $pkgname-$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 misfortune/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:51:16 Author: felixonmars Revision: 872834 upgpkg: misfortune 0.1.1.2-49: rebuild with regex-base 0.94.0.1 Modified: misfortune/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:50:21 UTC (rev 872833) +++ PKGBUILD2021-02-25 04:51:16 UTC (rev 872834) @@ -2,7 +2,7 @@ pkgname=misfortune pkgver=0.1.1.2 -pkgrel=48 +pkgrel=49 pkgdesc="fortune-mod clone" url="https://github.com/mokus0/misfortune"; license=("custom:PublicDomain")
[arch-commits] Commit in haskell-random-fu/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:50:02 Author: felixonmars Revision: 872832 upgpkg: haskell-random-fu 0.2.7.7-48: rebuild with regex-base 0.94.0.1 Modified: haskell-random-fu/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:49:24 UTC (rev 872831) +++ PKGBUILD2021-02-25 04:50:02 UTC (rev 872832) @@ -3,7 +3,7 @@ _hkgname=random-fu pkgname=haskell-random-fu pkgver=0.2.7.7 -pkgrel=47 +pkgrel=48 pkgdesc="Random number generation" url="https://github.com/mokus0/random-fu"; license=("custom:PublicDomain")
[arch-commits] Commit in haskell-rvar/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:49:24 Author: felixonmars Revision: 872831 archrelease: copy trunk to community-staging-x86_64 Added: haskell-rvar/repos/community-staging-x86_64/ haskell-rvar/repos/community-staging-x86_64/PKGBUILD (from rev 872830, haskell-rvar/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-rvar/repos/community-staging-x86_64/PKGBUILD (from rev 872830, haskell-rvar/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:49:24 UTC (rev 872831) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan + +_hkgname=rvar +pkgname=haskell-rvar +pkgver=0.2.0.6 +pkgrel=49 +pkgdesc="Random Variables" +url="https://github.com/mokus0/random-fu"; +license=("custom:PublicDomain") +arch=('x86_64') +depends=('ghc-libs' 'haskell-monadprompt' 'haskell-random-source') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('01e18875ffde43f9591a8acd9f60c9c51704a026e51c1a6797faecd1c7ae8cd3') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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-random-source/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:48:34 Author: felixonmars Revision: 872829 archrelease: copy trunk to community-staging-x86_64 Added: haskell-random-source/repos/community-staging-x86_64/ haskell-random-source/repos/community-staging-x86_64/PKGBUILD (from rev 872828, haskell-random-source/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-random-source/repos/community-staging-x86_64/PKGBUILD (from rev 872828, haskell-random-source/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:48:34 UTC (rev 872829) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan + +_hkgname=random-source +pkgname=haskell-random-source +pkgver=0.3.0.11 +pkgrel=49 +pkgdesc="Generic basis for random number generators" +url="https://github.com/mokus0/random-fu"; +license=("custom:PublicDomain") +arch=('x86_64') +depends=('ghc-libs' 'haskell-flexible-defaults' 'haskell-mersenne-random-pure64' + 'haskell-mwc-random' 'haskell-primitive' 'haskell-random' 'haskell-stateref' 'haskell-syb' + 'haskell-th-extras') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('5ba3647d7324f51e8c14a17666dca865c3329daedaa12be2cbba2402415b9853') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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-random-source/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:48:14 Author: felixonmars Revision: 872828 upgpkg: haskell-random-source 0.3.0.11-49: rebuild with regex-base 0.94.0.1 Modified: haskell-random-source/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:47:38 UTC (rev 872827) +++ PKGBUILD2021-02-25 04:48:14 UTC (rev 872828) @@ -3,7 +3,7 @@ _hkgname=random-source pkgname=haskell-random-source pkgver=0.3.0.11 -pkgrel=48 +pkgrel=49 pkgdesc="Generic basis for random number generators" url="https://github.com/mokus0/random-fu"; license=("custom:PublicDomain")
[arch-commits] Commit in haskell-rvar/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:49:04 Author: felixonmars Revision: 872830 upgpkg: haskell-rvar 0.2.0.6-49: rebuild with regex-base 0.94.0.1 Modified: haskell-rvar/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:48:34 UTC (rev 872829) +++ PKGBUILD2021-02-25 04:49:04 UTC (rev 872830) @@ -3,7 +3,7 @@ _hkgname=rvar pkgname=haskell-rvar pkgver=0.2.0.6 -pkgrel=48 +pkgrel=49 pkgdesc="Random Variables" url="https://github.com/mokus0/random-fu"; license=("custom:PublicDomain")
[arch-commits] Commit in haskell-th-extras/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:46:48 Author: felixonmars Revision: 872825 archrelease: copy trunk to community-staging-x86_64 Added: haskell-th-extras/repos/community-staging-x86_64/ haskell-th-extras/repos/community-staging-x86_64/PKGBUILD (from rev 872824, haskell-th-extras/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-th-extras/repos/community-staging-x86_64/PKGBUILD (from rev 872824, haskell-th-extras/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:46:48 UTC (rev 872825) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan + +_hkgname=th-extras +pkgname=haskell-th-extras +pkgver=0.0.0.4 +pkgrel=17 +pkgdesc="A grab bag of functions for use with Template Haskell" +url="https://github.com/mokus0/th-extras"; +license=("custom:PublicDomain") +arch=('x86_64') +depends=('ghc-libs' 'haskell-syb') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('8feff450aaf28ec4f08c45a5656c62879861a8e7f45591cb367d5351ddc3fbed') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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-flexible-defaults/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:47:38 Author: felixonmars Revision: 872827 archrelease: copy trunk to community-staging-x86_64 Added: haskell-flexible-defaults/repos/community-staging-x86_64/ haskell-flexible-defaults/repos/community-staging-x86_64/PKGBUILD (from rev 872826, haskell-flexible-defaults/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-flexible-defaults/repos/community-staging-x86_64/PKGBUILD (from rev 872826, haskell-flexible-defaults/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:47:38 UTC (rev 872827) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan + +_hkgname=flexible-defaults +pkgname=haskell-flexible-defaults +pkgver=0.0.3 +pkgrel=17 +pkgdesc="Generate default function implementations for complex type classes." +url="https://github.com/peti/flexible-defaults"; +license=("custom:PublicDomain") +arch=('x86_64') +depends=('ghc-libs' 'haskell-th-extras') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('6586f6fce40e64f95e6d3de6d0730f9fe6668825d0dfd81336842fa8c62a630b') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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-flexible-defaults/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:47:19 Author: felixonmars Revision: 872826 upgpkg: haskell-flexible-defaults 0.0.3-17: rebuild with regex-base 0.94.0.1 Modified: haskell-flexible-defaults/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:46:48 UTC (rev 872825) +++ PKGBUILD2021-02-25 04:47:19 UTC (rev 872826) @@ -3,7 +3,7 @@ _hkgname=flexible-defaults pkgname=haskell-flexible-defaults pkgver=0.0.3 -pkgrel=16 +pkgrel=17 pkgdesc="Generate default function implementations for complex type classes." url="https://github.com/peti/flexible-defaults"; license=("custom:PublicDomain")
[arch-commits] Commit in haskell-show/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:46:01 Author: felixonmars Revision: 872823 archrelease: copy trunk to community-staging-x86_64 Added: haskell-show/repos/community-staging-x86_64/ haskell-show/repos/community-staging-x86_64/PKGBUILD (from rev 872822, haskell-show/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-show/repos/community-staging-x86_64/PKGBUILD (from rev 872822, haskell-show/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:46:01 UTC (rev 872823) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan + +_hkgname=show +pkgname=haskell-show +pkgver=0.6 +pkgrel=17 +pkgdesc="'Show' instances for Lambdabot" +url="https://github.com/mokus0/show.git"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-syb') +makedepends=('ghc' ) +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('4f57a947a538d021406f649049dde27d4d8d0b44aac3ba38fa64806c9d737b95') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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" + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-th-extras/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:46:29 Author: felixonmars Revision: 872824 upgpkg: haskell-th-extras 0.0.0.4-17: rebuild with regex-base 0.94.0.1 Modified: haskell-th-extras/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:46:01 UTC (rev 872823) +++ PKGBUILD2021-02-25 04:46:29 UTC (rev 872824) @@ -3,7 +3,7 @@ _hkgname=th-extras pkgname=haskell-th-extras pkgver=0.0.0.4 -pkgrel=16 +pkgrel=17 pkgdesc="A grab bag of functions for use with Template Haskell" url="https://github.com/mokus0/th-extras"; license=("custom:PublicDomain")
[arch-commits] Commit in haskell-show/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:45:41 Author: felixonmars Revision: 872822 upgpkg: haskell-show 0.6-17: rebuild with regex-base 0.94.0.1 Modified: haskell-show/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:45:12 UTC (rev 872821) +++ PKGBUILD2021-02-25 04:45:41 UTC (rev 872822) @@ -3,7 +3,7 @@ _hkgname=show pkgname=haskell-show pkgver=0.6 -pkgrel=16 +pkgrel=17 pkgdesc="'Show' instances for Lambdabot" url="https://github.com/mokus0/show.git"; license=("GPL")
[arch-commits] Commit in haskell-language-c/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:45:12 Author: felixonmars Revision: 872821 archrelease: copy trunk to community-staging-x86_64 Added: haskell-language-c/repos/community-staging-x86_64/ haskell-language-c/repos/community-staging-x86_64/PKGBUILD (from rev 872820, haskell-language-c/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-language-c/repos/community-staging-x86_64/PKGBUILD (from rev 872820, haskell-language-c/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:45:12 UTC (rev 872821) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=language-c +pkgname=haskell-language-c +pkgver=0.8.3 +pkgrel=23 +pkgdesc="Analysis and generation of C code" +url="https://visq.github.io/language-c/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-syb') +makedepends=('happy' 'alex' 'ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('a2e653c3d6fe4573c0a7f34115d5a5d3db925c174cd574755bb174de834165bce236b354f04e1158309eda654d12104ea03e88f94cdc8b3e11cffba7260282de') + +build() { +cd $_hkgname-$pkgver + +rm -fr dist + +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 \ +-fseparatesyb -fusebytestrings -f-allwarnings -fiecfpextension +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-language-c/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:44:54 Author: felixonmars Revision: 872820 upgpkg: haskell-language-c 0.8.3-23: rebuild with regex-base 0.94.0.1 Modified: haskell-language-c/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:43:39 UTC (rev 872819) +++ PKGBUILD2021-02-25 04:44:54 UTC (rev 872820) @@ -4,7 +4,7 @@ _hkgname=language-c pkgname=haskell-language-c pkgver=0.8.3 -pkgrel=22 +pkgrel=23 pkgdesc="Analysis and generation of C code" url="https://visq.github.io/language-c/"; license=("BSD")
[arch-commits] Commit in haskell-expiring-cache-map/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:43:39 Author: felixonmars Revision: 872819 archrelease: copy trunk to community-staging-x86_64 Added: haskell-expiring-cache-map/repos/community-staging-x86_64/ haskell-expiring-cache-map/repos/community-staging-x86_64/PKGBUILD (from rev 872818, haskell-expiring-cache-map/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-expiring-cache-map/repos/community-staging-x86_64/PKGBUILD (from rev 872818, haskell-expiring-cache-map/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:43:39 UTC (rev 872819) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=expiring-cache-map +pkgname=haskell-expiring-cache-map +pkgver=0.0.6.1 +pkgrel=136 +pkgdesc="General purpose simple caching." +url="https://github.com/elblake/expiring-cache-map"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('36fc34492bc4083d5b14e135900c765b74d4c64dee550ca43fa517d444de8a37f297876e580f40da5614bbf07abab9dd601ca14b7094a3f2eb3bc45e04ecb973') + +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-expiring-cache-map/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:43:20 Author: felixonmars Revision: 872818 upgpkg: haskell-expiring-cache-map 0.0.6.1-136: rebuild with regex-base 0.94.0.1 Modified: haskell-expiring-cache-map/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:42:50 UTC (rev 872817) +++ PKGBUILD2021-02-25 04:43:20 UTC (rev 872818) @@ -4,7 +4,7 @@ _hkgname=expiring-cache-map pkgname=haskell-expiring-cache-map pkgver=0.0.6.1 -pkgrel=135 +pkgrel=136 pkgdesc="General purpose simple caching." url="https://github.com/elblake/expiring-cache-map"; license=('BSD')
[arch-commits] Commit in hasktags/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:42:50 Author: felixonmars Revision: 872817 archrelease: copy trunk to community-staging-x86_64 Added: hasktags/repos/community-staging-x86_64/ hasktags/repos/community-staging-x86_64/PKGBUILD (from rev 872816, hasktags/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: hasktags/repos/community-staging-x86_64/PKGBUILD (from rev 872816, hasktags/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:42:50 UTC (rev 872817) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hasktags +pkgver=0.71.2 +pkgrel=146 +pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs" +url="https://github.com/MarcWeber/hasktags"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-json' 'haskell-microlens-platform' 'haskell-optparse-applicative' + 'haskell-utf8-string') +makedepends=('ghc' 'haskell-hunit') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('649f8e74202dc08b8c37535c2fb0fefe11c55bc9de300093b20e7b224fa6daccbc938988ef810a479e745b53270215fc847caa6e0b06310a7d1c7493fc37b1ce') + +prepare() { +cd $pkgname-$pkgver +sed -i -e 's/< *0.4/<1/' -e 's/< *0.10/<1/' $pkgname.cabal +} + +build() { +cd $pkgname-$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 \ +-f-debug --ghc-option='-pie' +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 $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $pkgname-$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 hasktags/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:42:30 Author: felixonmars Revision: 872816 upgpkg: hasktags 0.71.2-146: rebuild with regex-base 0.94.0.1 Modified: hasktags/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:41:50 UTC (rev 872815) +++ PKGBUILD2021-02-25 04:42:30 UTC (rev 872816) @@ -3,7 +3,7 @@ pkgname=hasktags pkgver=0.71.2 -pkgrel=145 +pkgrel=146 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs" url="https://github.com/MarcWeber/hasktags"; license=("BSD")
[arch-commits] Commit in haskell-microlens-platform/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:41:31 Author: felixonmars Revision: 872814 upgpkg: haskell-microlens-platform 0.4.2-27: rebuild with regex-base 0.94.0.1 Modified: haskell-microlens-platform/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:40:59 UTC (rev 872813) +++ PKGBUILD2021-02-25 04:41:31 UTC (rev 872814) @@ -4,7 +4,7 @@ _hkgname=microlens-platform pkgname=haskell-microlens-platform pkgver=0.4.2 -pkgrel=26 +pkgrel=27 pkgdesc="microlens + all batteries included (best for apps)" url="https://github.com/monadfix/microlens"; license=("BSD")
[arch-commits] Commit in haskell-microlens-platform/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:41:50 Author: felixonmars Revision: 872815 archrelease: copy trunk to community-staging-x86_64 Added: haskell-microlens-platform/repos/community-staging-x86_64/ haskell-microlens-platform/repos/community-staging-x86_64/PKGBUILD (from rev 872814, haskell-microlens-platform/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-microlens-platform/repos/community-staging-x86_64/PKGBUILD (from rev 872814, haskell-microlens-platform/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:41:50 UTC (rev 872815) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=microlens-platform +pkgname=haskell-microlens-platform +pkgver=0.4.2 +pkgrel=27 +pkgdesc="microlens + all batteries included (best for apps)" +url="https://github.com/monadfix/microlens"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-hashable" "haskell-microlens" "haskell-microlens-ghc" + "haskell-microlens-mtl" "haskell-microlens-th" + "haskell-unordered-containers" "haskell-vector") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('489f495b81505fa578680c77b7b9d5f0de213229cbc18b85aa71c2133292d656125da3e4a0d92111b01d4fb270fa2046ba40a6b106239441d4a96f0c2765a9e7') + +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-ini/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:40:40 Author: felixonmars Revision: 872812 upgpkg: haskell-ini 0.4.1-125: rebuild with regex-base 0.94.0.1 Modified: haskell-ini/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:40:05 UTC (rev 872811) +++ PKGBUILD2021-02-25 04:40:40 UTC (rev 872812) @@ -4,7 +4,7 @@ _hkgname=ini pkgname=haskell-ini pkgver=0.4.1 -pkgrel=124 +pkgrel=125 pkgdesc="Quick and easy configuration files in the INI format." url="https://github.com/chrisdone/ini"; license=("BSD")
[arch-commits] Commit in haskell-ini/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:40:59 Author: felixonmars Revision: 872813 archrelease: copy trunk to community-staging-x86_64 Added: haskell-ini/repos/community-staging-x86_64/ haskell-ini/repos/community-staging-x86_64/PKGBUILD (from rev 872812, haskell-ini/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-ini/repos/community-staging-x86_64/PKGBUILD (from rev 872812, haskell-ini/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:40:59 UTC (rev 872813) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=ini +pkgname=haskell-ini +pkgver=0.4.1 +pkgrel=125 +pkgdesc="Quick and easy configuration files in the INI format." +url="https://github.com/chrisdone/ini"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-unordered-containers') +makedepends=('ghc' 'haskell-hspec') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ac61a17a29ba82827287aad641f2afcb51ab6b26dab024d761ef0bcbaf960d0288f4715c7a87c1751ecfabc586f43ca3206d0abde2e6b7005cf8e1dd9ece5301') + +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-heapsize/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:38:12 Author: felixonmars Revision: 872809 archrelease: copy trunk to community-staging-x86_64 Added: haskell-heapsize/repos/community-staging-x86_64/ haskell-heapsize/repos/community-staging-x86_64/PKGBUILD (from rev 872808, haskell-heapsize/trunk/PKGBUILD) --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Copied: haskell-heapsize/repos/community-staging-x86_64/PKGBUILD (from rev 872808, haskell-heapsize/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:38:12 UTC (rev 872809) @@ -0,0 +1,41 @@ +# Maintainer: Felix Yan + +_hkgname=heapsize +pkgname=haskell-heapsize +pkgver=0.3.0.1 +pkgrel=33 +pkgdesc="Determine the size of runtime data structures" +url="https://github.com/pepeiborra/heapsize.git"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-hashable' 'haskell-hashtables' 'haskell-primitive' + 'haskell-unordered-containers') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('1e68f7c7a67e2565308e19505c61a378118ec5b24a9ebfbe669766dbd867686c') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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 -t "$pkgdir"/usr/share/licenses/$pkgname/ + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-json-ast/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:40:05 Author: felixonmars Revision: 872811 archrelease: copy trunk to community-staging-x86_64 Added: haskell-json-ast/repos/community-staging-x86_64/ haskell-json-ast/repos/community-staging-x86_64/PKGBUILD (from rev 872810, haskell-json-ast/trunk/PKGBUILD) --+ PKGBUILD | 37 + 1 file changed, 37 insertions(+) Copied: haskell-json-ast/repos/community-staging-x86_64/PKGBUILD (from rev 872810, haskell-json-ast/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:40:05 UTC (rev 872811) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan + +_hkgname=json-ast +pkgname=haskell-json-ast +pkgver=0.3.1 +pkgrel=133 +pkgdesc="Universal JSON AST datastructure" +url="https://github.com/nikita-volkov/json-ast"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-vector' 'haskell-scientific' 'haskell-unordered-containers') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f990fce176af4e63f702533b40ab3e64c38dc9a8815eddc4093a41060efffde2b3e88ebb1f6e10229f5026e15c26aa937de97a4f32ab1837efa5cab2371c7970') + +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-json-ast/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:39:46 Author: felixonmars Revision: 872810 upgpkg: haskell-json-ast 0.3.1-133: rebuild with regex-base 0.94.0.1 Modified: haskell-json-ast/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:38:12 UTC (rev 872809) +++ PKGBUILD2021-02-25 04:39:46 UTC (rev 872810) @@ -3,7 +3,7 @@ _hkgname=json-ast pkgname=haskell-json-ast pkgver=0.3.1 -pkgrel=132 +pkgrel=133 pkgdesc="Universal JSON AST datastructure" url="https://github.com/nikita-volkov/json-ast"; license=('MIT')
[arch-commits] Commit in haskell-heapsize/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:37:42 Author: felixonmars Revision: 872808 upgpkg: haskell-heapsize 0.3.0.1-33: rebuild with regex-base 0.94.0.1 Modified: haskell-heapsize/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:37:05 UTC (rev 872807) +++ PKGBUILD2021-02-25 04:37:42 UTC (rev 872808) @@ -3,7 +3,7 @@ _hkgname=heapsize pkgname=haskell-heapsize pkgver=0.3.0.1 -pkgrel=32 +pkgrel=33 pkgdesc="Determine the size of runtime data structures" url="https://github.com/pepeiborra/heapsize.git"; license=("BSD")
[arch-commits] Commit in haskell-configurator/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:37:05 Author: felixonmars Revision: 872807 archrelease: copy trunk to community-staging-x86_64 Added: haskell-configurator/repos/community-staging-x86_64/ haskell-configurator/repos/community-staging-x86_64/PKGBUILD (from rev 872806, haskell-configurator/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-configurator/repos/community-staging-x86_64/PKGBUILD (from rev 872806, haskell-configurator/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:37:05 UTC (rev 872807) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan + +_hkgname=configurator +pkgname=haskell-configurator +pkgver=0.3.0.0 +pkgrel=188 +pkgdesc="Configuration management" +url="https://github.com/bos/configurator"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-hashable' 'haskell-unix-compat' + 'haskell-unordered-containers') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0c4c95b3182874c87c4b6b8e74bf8e39ec7528b49f06e9a02baed5fa4aa90a22a9504f59e881c17616ef95a1aa5450b431df8cc9317ef837d8e821f330e303c9') + +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 \ +-f-developer +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-configurator/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:36:44 Author: felixonmars Revision: 872806 upgpkg: haskell-configurator 0.3.0.0-188: rebuild with regex-base 0.94.0.1 Modified: haskell-configurator/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:36:06 UTC (rev 872805) +++ PKGBUILD2021-02-25 04:36:44 UTC (rev 872806) @@ -3,7 +3,7 @@ _hkgname=configurator pkgname=haskell-configurator pkgver=0.3.0.0 -pkgrel=187 +pkgrel=188 pkgdesc="Configuration management" url="https://github.com/bos/configurator"; license=('BSD')
[arch-commits] Commit in haskell-input-parsers/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:36:06 Author: felixonmars Revision: 872805 archrelease: copy trunk to community-staging-x86_64 Added: haskell-input-parsers/repos/community-staging-x86_64/ haskell-input-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 872804, haskell-input-parsers/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-input-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 872804, haskell-input-parsers/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:36:06 UTC (rev 872805) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=input-parsers +pkgname=haskell-input-parsers +pkgver=0.1.0.1 +pkgrel=79 +pkgdesc="Extension of the parsers library with more capability and efficiency" +url="https://github.com/blamario/input-parsers"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-monoid-subclasses' 'haskell-parsers') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f8ede5b34b34a3b16e9fcda7f8eb22bce274a8c14b69be8836484d28729197be43a96cfe55bd852369662be68157afff6648538b1c4b05e919282b0ae3dc989d') + +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-input-parsers/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:35:47 Author: felixonmars Revision: 872804 upgpkg: haskell-input-parsers 0.1.0.1-79: rebuild with regex-base 0.94.0.1 Modified: haskell-input-parsers/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:35:11 UTC (rev 872803) +++ PKGBUILD2021-02-25 04:35:47 UTC (rev 872804) @@ -3,7 +3,7 @@ _hkgname=input-parsers pkgname=haskell-input-parsers pkgver=0.1.0.1 -pkgrel=78 +pkgrel=79 pkgdesc="Extension of the parsers library with more capability and efficiency" url="https://github.com/blamario/input-parsers"; license=('BSD')
[arch-commits] Commit in haskell-network-ip/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:35:11 Author: felixonmars Revision: 872803 archrelease: copy trunk to community-staging-x86_64 Added: haskell-network-ip/repos/community-staging-x86_64/ haskell-network-ip/repos/community-staging-x86_64/PKGBUILD (from rev 872802, haskell-network-ip/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-network-ip/repos/community-staging-x86_64/PKGBUILD (from rev 872802, haskell-network-ip/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:35:11 UTC (rev 872803) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan + +_hkgname=network-ip +pkgname=haskell-network-ip +pkgver=0.3.0.3 +pkgrel=116 +pkgdesc="Internet Protocol data structures" +url="https://github.com/mvv/network-ip"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-data-default-class' 'haskell-data-dword' 'haskell-data-endian' + 'haskell-data-serializer' 'haskell-data-textual' 'haskell-hashable' 'haskell-parsers' + 'haskell-text-printer' 'haskell-type-hint') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0d628e514d3696db04350e54f87f179d5468e983001bfc3865ac65f6f430416c5c111b1979b368dd8115f06dd94c675b28b632ca75b22341fcc1522b7f1f2e36') + +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-network-ip/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:34:50 Author: felixonmars Revision: 872802 upgpkg: haskell-network-ip 0.3.0.3-116: rebuild with regex-base 0.94.0.1 Modified: haskell-network-ip/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:34:15 UTC (rev 872801) +++ PKGBUILD2021-02-25 04:34:50 UTC (rev 872802) @@ -3,7 +3,7 @@ _hkgname=network-ip pkgname=haskell-network-ip pkgver=0.3.0.3 -pkgrel=115 +pkgrel=116 pkgdesc="Internet Protocol data structures" url="https://github.com/mvv/network-ip"; license=('BSD')
[arch-commits] Commit in haskell-data-textual/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:34:15 Author: felixonmars Revision: 872801 archrelease: copy trunk to community-staging-x86_64 Added: haskell-data-textual/repos/community-staging-x86_64/ haskell-data-textual/repos/community-staging-x86_64/PKGBUILD (from rev 872800, haskell-data-textual/trunk/PKGBUILD) --+ PKGBUILD | 37 + 1 file changed, 37 insertions(+) Copied: haskell-data-textual/repos/community-staging-x86_64/PKGBUILD (from rev 872800, haskell-data-textual/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:34:15 UTC (rev 872801) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan + +_hkgname=data-textual +pkgname=haskell-data-textual +pkgver=0.3.0.3 +pkgrel=110 +pkgdesc="Human-friendly textual representations." +url="https://github.com/mvv/data-textual"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-parsers' 'haskell-text-latin1' 'haskell-text-printer') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('36f87d0ad6ef1207d59288013a74efb5458747b03a9ad0d0d5a242672b6f32c562e3e671688054b73289d238d1c69673a5e25fe058f100a8ead457a6228c9b22') + +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-textual/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:33:55 Author: felixonmars Revision: 872800 upgpkg: haskell-data-textual 0.3.0.3-110: rebuild with regex-base 0.94.0.1 Modified: haskell-data-textual/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:32:48 UTC (rev 872799) +++ PKGBUILD2021-02-25 04:33:55 UTC (rev 872800) @@ -3,7 +3,7 @@ _hkgname=data-textual pkgname=haskell-data-textual pkgver=0.3.0.3 -pkgrel=109 +pkgrel=110 pkgdesc="Human-friendly textual representations." url="https://github.com/mvv/data-textual"; license=('BSD')
[arch-commits] Commit in haskell-data-serializer/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:32:28 Author: felixonmars Revision: 872798 upgpkg: haskell-data-serializer 0.3.4.1-112: rebuild with regex-base 0.94.0.1 Modified: haskell-data-serializer/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:31:51 UTC (rev 872797) +++ PKGBUILD2021-02-25 04:32:28 UTC (rev 872798) @@ -3,7 +3,7 @@ _hkgname=data-serializer pkgname=haskell-data-serializer pkgver=0.3.4.1 -pkgrel=111 +pkgrel=112 pkgdesc="Common API for serialization libraries" url="https://github.com/mvv/data-serializer"; license=('BSD')
[arch-commits] Commit in haskell-data-serializer/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:32:48 Author: felixonmars Revision: 872799 archrelease: copy trunk to community-staging-x86_64 Added: haskell-data-serializer/repos/community-staging-x86_64/ haskell-data-serializer/repos/community-staging-x86_64/PKGBUILD (from rev 872798, haskell-data-serializer/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-data-serializer/repos/community-staging-x86_64/PKGBUILD (from rev 872798, haskell-data-serializer/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:32:48 UTC (rev 872799) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan + +_hkgname=data-serializer +pkgname=haskell-data-serializer +pkgver=0.3.4.1 +pkgrel=112 +pkgdesc="Common API for serialization libraries" +url="https://github.com/mvv/data-serializer"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 'haskell-split') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('a19693bb24bf5e51197d3d3c34bc398ce50eae7ec52f651acf6aad1e6c8e2a56c57dd07aaeb16cd729a7401f986a3baf4b166a47f87438a667ba0ab0b9023d53') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_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 --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-trifecta/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:31:51 Author: felixonmars Revision: 872797 archrelease: copy trunk to community-staging-x86_64 Added: haskell-trifecta/repos/community-staging-x86_64/ haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 872796, haskell-trifecta/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 872796, haskell-trifecta/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:31:51 UTC (rev 872797) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=trifecta +pkgname=haskell-trifecta +pkgver=2.1.1 +pkgrel=4 +pkgdesc="A modern parser combinator library with convenient diagnostics" +url="https://github.com/ekmett/trifecta"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-ansi-terminal" "haskell-blaze-builder" "haskell-blaze-html" + "haskell-blaze-markup" "haskell-charset" "haskell-comonad" "haskell-fingertree" + "haskell-hashable" 'haskell-indexed-traversable' "haskell-lens" "haskell-parsers" + 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' "haskell-profunctors" + "haskell-reducers" "haskell-unordered-containers" "haskell-utf8-string") +makedepends=('ghc' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('7284c56a616f82e5d498a823eb316b1000f0da7a296a2d3af1c300fa12c573e09b12b1c71e312fe7036b492b14d46abcc2b29d50b792c3cc407ed85552c2ab48') + +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-trifecta/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:31:30 Author: felixonmars Revision: 872796 upgpkg: haskell-trifecta 2.1.1-4: rebuild with regex-base 0.94.0.1 Modified: haskell-trifecta/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:30:47 UTC (rev 872795) +++ PKGBUILD2021-02-25 04:31:30 UTC (rev 872796) @@ -4,7 +4,7 @@ _hkgname=trifecta pkgname=haskell-trifecta pkgver=2.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="A modern parser combinator library with convenient diagnostics" url="https://github.com/ekmett/trifecta"; license=("BSD")
[arch-commits] Commit in haskell-parsers/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:30:47 Author: felixonmars Revision: 872795 archrelease: copy trunk to community-staging-x86_64 Added: haskell-parsers/repos/community-staging-x86_64/ haskell-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 872794, haskell-parsers/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 872794, haskell-parsers/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:30:47 UTC (rev 872795) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=parsers +pkgname=haskell-parsers +pkgver=0.12.10 +pkgrel=128 +pkgdesc="Parsing combinators" +url="https://github.com/ekmett/parsers/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-orphans' 'haskell-charset' + 'haskell-scientific' 'haskell-unordered-containers') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('99ff90de4e60be3c03c8e1e5ae7902a37424c3139ccf566ff1cbc363d176787bd60bb709ef6c56f5b446f1f1b7eca65aa5d431897a0f82a9d6f7fe77fd2ee49f') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_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 --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-charset/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:29:48 Author: felixonmars Revision: 872793 archrelease: copy trunk to community-staging-x86_64 Added: haskell-charset/repos/community-staging-x86_64/ haskell-charset/repos/community-staging-x86_64/PKGBUILD (from rev 872792, haskell-charset/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-charset/repos/community-staging-x86_64/PKGBUILD (from rev 872792, haskell-charset/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:29:48 UTC (rev 872793) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=charset +pkgname=haskell-charset +pkgver=0.3.8 +pkgrel=3 +pkgdesc="A compatibility layer for base" +url="https://github.com/ekmett/charset"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-unordered-containers') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('99bb3985a13b7ab6207e59bfa56f87147199c4bba6d82799db3cc059f813a768c616b76a4e71d4a27cfda07ebabef258968e641c045bb79172e1c5a00b3b5d7a') + +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-parsers/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:30:26 Author: felixonmars Revision: 872794 upgpkg: haskell-parsers 0.12.10-128: rebuild with regex-base 0.94.0.1 Modified: haskell-parsers/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:29:48 UTC (rev 872793) +++ PKGBUILD2021-02-25 04:30:26 UTC (rev 872794) @@ -4,7 +4,7 @@ _hkgname=parsers pkgname=haskell-parsers pkgver=0.12.10 -pkgrel=127 +pkgrel=128 pkgdesc="Parsing combinators" url="https://github.com/ekmett/parsers/"; license=("BSD")
[arch-commits] Commit in haskell-charset/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:29:26 Author: felixonmars Revision: 872792 upgpkg: haskell-charset 0.3.8-3: rebuild with regex-base 0.94.0.1 Modified: haskell-charset/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:28:52 UTC (rev 872791) +++ PKGBUILD2021-02-25 04:29:26 UTC (rev 872792) @@ -4,7 +4,7 @@ _hkgname=charset pkgname=haskell-charset pkgver=0.3.8 -pkgrel=2 +pkgrel=3 pkgdesc="A compatibility layer for base" url="https://github.com/ekmett/charset"; license=("BSD")
[arch-commits] Commit in haskell-lattices/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:28:33 Author: felixonmars Revision: 872790 upgpkg: haskell-lattices 2.0.2-61: rebuild with regex-base 0.94.0.1 Modified: haskell-lattices/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:22:46 UTC (rev 872789) +++ PKGBUILD2021-02-25 04:28:33 UTC (rev 872790) @@ -3,7 +3,7 @@ _hkgname=lattices pkgname=haskell-lattices pkgver=2.0.2 -pkgrel=60 +pkgrel=61 pkgdesc="Fine-grained library for constructing and manipulating lattices" url="http://github.com/phadej/lattices/"; license=("BSD")
[arch-commits] Commit in haskell-lattices/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:28:52 Author: felixonmars Revision: 872791 archrelease: copy trunk to community-staging-x86_64 Added: haskell-lattices/repos/community-staging-x86_64/ haskell-lattices/repos/community-staging-x86_64/PKGBUILD (from rev 872790, haskell-lattices/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-lattices/repos/community-staging-x86_64/PKGBUILD (from rev 872790, haskell-lattices/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:28:52 UTC (rev 872791) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan + +_hkgname=lattices +pkgname=haskell-lattices +pkgver=2.0.2 +pkgrel=61 +pkgdesc="Fine-grained library for constructing and manipulating lattices" +url="http://github.com/phadej/lattices/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-hashable' + 'haskell-integer-logarithms' 'haskell-semigroupoids' 'haskell-tagged' + 'haskell-universe-base' 'haskell-universe-reverse-instances' 'haskell-unordered-containers') +makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('SKIP') + +prepare() { + uusi $_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 --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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-filepattern/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:22:46 Author: felixonmars Revision: 872789 archrelease: copy trunk to community-staging-x86_64 Added: haskell-filepattern/repos/community-staging-x86_64/ haskell-filepattern/repos/community-staging-x86_64/PKGBUILD (from rev 872788, haskell-filepattern/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-filepattern/repos/community-staging-x86_64/PKGBUILD (from rev 872788, haskell-filepattern/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:22:46 UTC (rev 872789) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=filepattern +pkgname=haskell-filepattern +pkgver=0.1.2 +pkgrel=102 +pkgdesc="File path glob-like matching" +url="https://github.com/ndmitchell/filepattern"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-extra') +makedepends=('ghc' 'haskell-quickcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('16866d70efdf55ee4e6b246eb7f7300c9ad4c148d8136d817f601b9c0cac95eb1ddaf57ab0b6fad539298b55128fe5c255c31fd152a713bf312488eae823da23') + +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-filepattern/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:22:20 Author: felixonmars Revision: 872788 upgpkg: haskell-filepattern 0.1.2-102: rebuild with regex-base 0.94.0.1 Modified: haskell-filepattern/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:21:41 UTC (rev 872787) +++ PKGBUILD2021-02-25 04:22:20 UTC (rev 872788) @@ -3,7 +3,7 @@ _hkgname=filepattern pkgname=haskell-filepattern pkgver=0.1.2 -pkgrel=101 +pkgrel=102 pkgdesc="File path glob-like matching" url="https://github.com/ndmitchell/filepattern"; license=('BSD')
[arch-commits] Commit in haskell-ghc-lib-parser-ex/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:21:41 Author: felixonmars Revision: 872787 archrelease: copy trunk to community-staging-x86_64 Added: haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/ haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/PKGBUILD (from rev 872786, haskell-ghc-lib-parser-ex/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/PKGBUILD (from rev 872786, haskell-ghc-lib-parser-ex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:21:41 UTC (rev 872787) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=ghc-lib-parser-ex +pkgname=haskell-ghc-lib-parser-ex +pkgver=8.10.0.17 +pkgrel=35 +pkgdesc="Algorithms on GHC parse trees" +url="https://github.com/shayne-fletcher/ghc-lib-parser-ex"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-uniplate' 'haskell-ghc') +makedepends=('ghc' 'haskell-extra' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-uniplate') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('193cac08c898aed5c8e8f4f60ff140b2c5adf7fce84832e843b1a1bc2e2bf184972ad91f1baa47d744c7a4bdf3fa87cb6513b5ca3d02f79765d7c36574c8be9e') + +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-ghc-lib-parser-ex/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:21:12 Author: felixonmars Revision: 872786 upgpkg: haskell-ghc-lib-parser-ex 8.10.0.17-35: rebuild with regex-base 0.94.0.1 Modified: haskell-ghc-lib-parser-ex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:20:37 UTC (rev 872785) +++ PKGBUILD2021-02-25 04:21:12 UTC (rev 872786) @@ -3,7 +3,7 @@ _hkgname=ghc-lib-parser-ex pkgname=haskell-ghc-lib-parser-ex pkgver=8.10.0.17 -pkgrel=34 +pkgrel=35 pkgdesc="Algorithms on GHC parse trees" url="https://github.com/shayne-fletcher/ghc-lib-parser-ex"; license=('BSD')
[arch-commits] Commit in haskell-hiedb/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:20:16 Author: felixonmars Revision: 872784 upgpkg: haskell-hiedb 0.3.0.1-9: rebuild with regex-base 0.94.0.1 Modified: haskell-hiedb/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:19:28 UTC (rev 872783) +++ PKGBUILD2021-02-25 04:20:16 UTC (rev 872784) @@ -3,7 +3,7 @@ _hkgname=hiedb pkgname=haskell-hiedb pkgver=0.3.0.1 -pkgrel=8 +pkgrel=9 pkgdesc="Generates a references DB from .hie files" url="https://github.com/wz1000/HieDb"; license=("BSD")
[arch-commits] Commit in haskell-hiedb/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:20:37 Author: felixonmars Revision: 872785 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hiedb/repos/community-staging-x86_64/ haskell-hiedb/repos/community-staging-x86_64/PKGBUILD (from rev 872784, haskell-hiedb/trunk/PKGBUILD) --+ PKGBUILD | 55 +++ 1 file changed, 55 insertions(+) Copied: haskell-hiedb/repos/community-staging-x86_64/PKGBUILD (from rev 872784, haskell-hiedb/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:20:37 UTC (rev 872785) @@ -0,0 +1,55 @@ +# Maintainer: Felix Yan + +_hkgname=hiedb +pkgname=haskell-hiedb +pkgver=0.3.0.1 +pkgrel=9 +pkgdesc="Generates a references DB from .hie files" +url="https://github.com/wz1000/HieDb"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-algebraic-graphs' 'haskell-ansi-terminal' 'haskell-extra' 'haskell-ghc' + 'haskell-ghc-paths' 'haskell-hie-compat' 'haskell-lucid' 'haskell-optparse-applicative' + 'haskell-sqlite-simple') +makedepends=('ghc' 'haskell-hspec' 'haskell-temporary') +# https://github.com/wz1000/HieDb/pull/27 +#source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +source=("https://github.com/wz1000/HieDb/archive/$pkgver/$pkgname-$pkgver.tar.gz";) +sha256sums=('7c0d3c56f7c0ea9b5af84f9c9f8547dc2a12abf0ab3e599c9ebdff3d2bf7b980') + +prepare() { + cd HieDb-$pkgver + sed -i 's/callProcess "ghc" \$/callProcess "ghc" $ "-dynamic" :/' test/Main.hs +} + +build() { + cd HieDb-$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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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 HieDb-$pkgver + # https://github.com/wz1000/HieDb/issues/28 + PATH="$PWD/dist/build/hiedb:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed" +} + +package() { + cd HieDb-$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 -t "$pkgdir"/usr/share/licenses/$pkgname/ + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-algebraic-graphs/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:19:28 Author: felixonmars Revision: 872783 archrelease: copy trunk to community-staging-x86_64 Added: haskell-algebraic-graphs/repos/community-staging-x86_64/ haskell-algebraic-graphs/repos/community-staging-x86_64/PKGBUILD (from rev 872782, haskell-algebraic-graphs/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-algebraic-graphs/repos/community-staging-x86_64/PKGBUILD (from rev 872782, haskell-algebraic-graphs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:19:28 UTC (rev 872783) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan + +_hkgname=algebraic-graphs +pkgname=haskell-algebraic-graphs +pkgver=0.5 +pkgrel=64 +pkgdesc="A library for algebraic graph construction and transformation" +url="https://github.com/snowleopard/alga"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-extra' 'haskell-inspection-testing' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('89b9fecf8245476ec823355125fcb95decf41fd9784e807d7bd0d09f0a79c50b') + +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *2.14/<3/' $_hkgname.cabal + sed -i '/instance Arbitrary a => Arbitrary (Tree a) where/,+13d' test/Algebra/Graph/Test/Arbitrary.hs +} + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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-algebraic-graphs/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:19:09 Author: felixonmars Revision: 872782 upgpkg: haskell-algebraic-graphs 0.5-64: rebuild with regex-base 0.94.0.1 Modified: haskell-algebraic-graphs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:15:44 UTC (rev 872781) +++ PKGBUILD2021-02-25 04:19:09 UTC (rev 872782) @@ -3,7 +3,7 @@ _hkgname=algebraic-graphs pkgname=haskell-algebraic-graphs pkgver=0.5 -pkgrel=63 +pkgrel=64 pkgdesc="A library for algebraic graph construction and transformation" url="https://github.com/snowleopard/alga"; license=('MIT')
[arch-commits] Commit in haskell-record-dot-preprocessor/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:15:44 Author: felixonmars Revision: 872781 archrelease: copy trunk to community-staging-x86_64 Added: haskell-record-dot-preprocessor/repos/community-staging-x86_64/ haskell-record-dot-preprocessor/repos/community-staging-x86_64/PKGBUILD (from rev 872780, haskell-record-dot-preprocessor/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-record-dot-preprocessor/repos/community-staging-x86_64/PKGBUILD (from rev 872780, haskell-record-dot-preprocessor/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:15:44 UTC (rev 872781) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan + +_hkgname=record-dot-preprocessor +pkgname=haskell-record-dot-preprocessor +pkgver=0.2.8 +pkgrel=3 +pkgdesc="Preprocessor to allow record.field syntax" +url="https://github.com/ndmitchell/record-dot-preprocessor#readme"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-extra' 'haskell-uniplate') +makedepends=('ghc' 'haskell-record-hasfield') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha512sums=('9a6f6c1745eb1c788404dfb800a3bdbfdacb66d1c6d06cb8aeab15ad147c2e4f945f21d84a78a09d94019198d8e6b0577c4f2c5b751bb5c100ff8a1cfd047082') + +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 \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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 -t "$pkgdir"/usr/share/licenses/$pkgname/ + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-extra/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:14:48 Author: felixonmars Revision: 872779 archrelease: copy trunk to community-staging-x86_64 Added: haskell-extra/repos/community-staging-x86_64/ haskell-extra/repos/community-staging-x86_64/PKGBUILD (from rev 872778, haskell-extra/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-extra/repos/community-staging-x86_64/PKGBUILD (from rev 872778, haskell-extra/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:14:48 UTC (rev 872779) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=extra +pkgname=haskell-extra +pkgver=1.7.9 +pkgrel=35 +pkgdesc="Extra functions I use." +url="https://github.com/ndmitchell/extra#readme"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-clock') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('bc231e72f40a357c8c64c2c33fa2c3d64f67a6eb2bbbd903a5415152497011d0ee7d597de8dc02f5e5b82c4a8a5d7f61fecdbba7f1e07981182d7c05547a7546') + +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-record-dot-preprocessor/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:15:25 Author: felixonmars Revision: 872780 upgpkg: haskell-record-dot-preprocessor 0.2.8-3: rebuild with regex-base 0.94.0.1 Modified: haskell-record-dot-preprocessor/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:14:48 UTC (rev 872779) +++ PKGBUILD2021-02-25 04:15:25 UTC (rev 872780) @@ -3,7 +3,7 @@ _hkgname=record-dot-preprocessor pkgname=haskell-record-dot-preprocessor pkgver=0.2.8 -pkgrel=2 +pkgrel=3 pkgdesc="Preprocessor to allow record.field syntax" url="https://github.com/ndmitchell/record-dot-preprocessor#readme"; license=("BSD")
[arch-commits] Commit in haskell-extra/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:14:24 Author: felixonmars Revision: 872778 upgpkg: haskell-extra 1.7.9-35: rebuild with regex-base 0.94.0.1 Modified: haskell-extra/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:13:32 UTC (rev 872777) +++ PKGBUILD2021-02-25 04:14:24 UTC (rev 872778) @@ -4,7 +4,7 @@ _hkgname=extra pkgname=haskell-extra pkgver=1.7.9 -pkgrel=34 +pkgrel=35 pkgdesc="Extra functions I use." url="https://github.com/ndmitchell/extra#readme"; license=("BSD")
[arch-commits] Commit in haskell-text-show/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:13:32 Author: felixonmars Revision: 872777 archrelease: copy trunk to community-staging-x86_64 Added: haskell-text-show/repos/community-staging-x86_64/ haskell-text-show/repos/community-staging-x86_64/PKGBUILD (from rev 872776, haskell-text-show/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-text-show/repos/community-staging-x86_64/PKGBUILD (from rev 872776, haskell-text-show/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:13:32 UTC (rev 872777) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan + +_hkgname=text-show +pkgname=haskell-text-show +pkgver=3.9 +pkgrel=59 +pkgdesc="Efficient conversion of values into Text" +url="https://github.com/RyanGlScott/text-show"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-base-compat-batteries' 'haskell-bifunctors' 'haskell-generic-deriving' + 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-transformers-compat') +makedepends=('ghc' 'haskell-base-orphans' 'haskell-deriving-compat' 'haskell-hspec' + 'haskell-quickcheck' 'haskell-quickcheck-instances') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('fd2b1ae6e4b3de09950dff0557ee35e1754e24c5f1a88876418f8a3635fe4b3eb5d7fdea9893ba7d95324a286625805696e438fcef92ae580f2214409b514820') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e '/bytestring-builder/d' $_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 --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-text-show/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:13:06 Author: felixonmars Revision: 872776 upgpkg: haskell-text-show 3.9-59: rebuild with regex-base 0.94.0.1 Modified: haskell-text-show/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:11:41 UTC (rev 872775) +++ PKGBUILD2021-02-25 04:13:06 UTC (rev 872776) @@ -3,7 +3,7 @@ _hkgname=text-show pkgname=haskell-text-show pkgver=3.9 -pkgrel=58 +pkgrel=59 pkgdesc="Efficient conversion of values into Text" url="https://github.com/RyanGlScott/text-show"; license=('BSD')
[arch-commits] Commit in haskell-edit-distance-vector/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:11:41 Author: felixonmars Revision: 872775 archrelease: copy trunk to community-staging-x86_64 Added: haskell-edit-distance-vector/repos/community-staging-x86_64/ haskell-edit-distance-vector/repos/community-staging-x86_64/PKGBUILD (from rev 872774, haskell-edit-distance-vector/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-edit-distance-vector/repos/community-staging-x86_64/PKGBUILD (from rev 872774, haskell-edit-distance-vector/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:11:41 UTC (rev 872775) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=edit-distance-vector +pkgname=haskell-edit-distance-vector +pkgver=1.0.0.4 +pkgrel=136 +pkgdesc="Calculate edit distances and edit scripts between vectors" +url="https://github.com/thsutton/edit-distance-vector"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-vector') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('8d7ef7c6ca971aec5efc2e90adff2584c1e4f996df3ad4f6111f790fd88fcce1814111eb3a3bbe07d8455b03ade98f11e6343c4746e895be2ba9b82a86a33e6d') + +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-edit-distance-vector/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:11:24 Author: felixonmars Revision: 872774 upgpkg: haskell-edit-distance-vector 1.0.0.4-136: rebuild with regex-base 0.94.0.1 Modified: haskell-edit-distance-vector/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:10:53 UTC (rev 872773) +++ PKGBUILD2021-02-25 04:11:24 UTC (rev 872774) @@ -3,7 +3,7 @@ _hkgname=edit-distance-vector pkgname=haskell-edit-distance-vector pkgver=1.0.0.4 -pkgrel=135 +pkgrel=136 pkgdesc="Calculate edit distances and edit scripts between vectors" url="https://github.com/thsutton/edit-distance-vector"; license=('BSD')
[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:10:36 Author: felixonmars Revision: 872772 upgpkg: haskell-http-api-data 0.4.3-23: rebuild with regex-base 0.94.0.1 Modified: haskell-http-api-data/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:09:44 UTC (rev 872771) +++ PKGBUILD2021-02-25 04:10:36 UTC (rev 872772) @@ -4,7 +4,7 @@ _hkgname=http-api-data pkgname=haskell-http-api-data pkgver=0.4.3 -pkgrel=22 +pkgrel=23 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters." url="https://github.com/fizruk/http-api-data"; license=("BSD")
[arch-commits] Commit in haskell-http-api-data/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:10:53 Author: felixonmars Revision: 872773 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-api-data/repos/community-staging-x86_64/ haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 872772, haskell-http-api-data/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 872772, haskell-http-api-data/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:10:53 UTC (rev 872773) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-api-data +pkgname=haskell-http-api-data +pkgver=0.4.3 +pkgrel=23 +pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters." +url="https://github.com/fizruk/http-api-data"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-base-compat' + 'haskell-cookie' 'haskell-hashable' 'haskell-http-types' 'haskell-tagged' + 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types') +makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck' + 'haskell-quickcheck-instances') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('625367d8f524eff07c69620df17c87a4365c01b9bc8bdd6bab5b8abe1b47cc429a050d63f48e50cb08fcac55aef95dfea532a5d52c87b6fa2d3e58b06aa8f4b0') + +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 \ +-f-use-text-show +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-http-types/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:09:44 Author: felixonmars Revision: 872771 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-types/repos/community-staging-x86_64/ haskell-http-types/repos/community-staging-x86_64/PKGBUILD (from rev 872770, haskell-http-types/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-http-types/repos/community-staging-x86_64/PKGBUILD (from rev 872770, haskell-http-types/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:09:44 UTC (rev 872771) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy + +_hkgname=http-types +pkgname=haskell-http-types +pkgver=0.12.3 +pkgrel=138 +pkgdesc="Generic HTTP types for Haskell (for both client and server code)." +url="https://hackage.haskell.org/package/${_hkgname}"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-case-insensitive') +makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-quickcheck' + 'haskell-quickcheck-instances') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('fdaf95cfd29ed47445af4ad6349fcbbf4dcd8341f3963da453f8be5eccae4757904d3c4e7a8719ab576a7e7857aaa035ecfc1aa8f99f4ec6fce950c7ccc76597') + +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 -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 +} + +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-pretty-simple/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:08:53 Author: felixonmars Revision: 872769 archrelease: copy trunk to community-staging-x86_64 Added: haskell-pretty-simple/repos/community-staging-x86_64/ haskell-pretty-simple/repos/community-staging-x86_64/PKGBUILD (from rev 872768, haskell-pretty-simple/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-pretty-simple/repos/community-staging-x86_64/PKGBUILD (from rev 872768, haskell-pretty-simple/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:08:53 UTC (rev 872769) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=pretty-simple +pkgname=haskell-pretty-simple +pkgver=4.0.0.0 +pkgrel=58 +pkgdesc="Pretty printer for data types with a 'Show' instance" +url="https://github.com/cdepillabout/pretty-simple"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal') +makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('b30ad63fac3545e6f6b2d67b323e4d43ef29ea2a51e2ac3433e8d0ffa6776e90ac2bbe3ab790c500244c77a54a93cc5a2a6b6e87a2524f8777c74529f7681f78') + +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-http-types/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:09:27 Author: felixonmars Revision: 872770 upgpkg: haskell-http-types 0.12.3-138: rebuild with regex-base 0.94.0.1 Modified: haskell-http-types/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:08:53 UTC (rev 872769) +++ PKGBUILD2021-02-25 04:09:27 UTC (rev 872770) @@ -4,7 +4,7 @@ _hkgname=http-types pkgname=haskell-http-types pkgver=0.12.3 -pkgrel=137 +pkgrel=138 pkgdesc="Generic HTTP types for Haskell (for both client and server code)." url="https://hackage.haskell.org/package/${_hkgname}"; license=('BSD')
[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:08:00 Author: felixonmars Revision: 872767 archrelease: copy trunk to community-staging-x86_64 Added: haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/ haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from rev 872766, haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from rev 872766, haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:08:00 UTC (rev 872767) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=prettyprinter-convert-ansi-wl-pprint +pkgname=haskell-prettyprinter-convert-ansi-wl-pprint +pkgver=1.1.1 +pkgrel=79 +pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones." +url="https://github.com/quchen/prettyprinter"; +license=('custom:BSD2') +arch=('x86_64') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 'haskell-prettyprinter' + 'haskell-prettyprinter-ansi-terminal') +makedepends=('ghc' 'haskell-doctest') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('12582ba31dc7401047a8e98c8059aee687c9b420825f6887567dbab1181602e97ad973f883592e3f035840e7abec61daa3718dba90a3cf8cac4f543674a31142') + +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.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md +}
[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:07:40 Author: felixonmars Revision: 872766 upgpkg: haskell-prettyprinter-convert-ansi-wl-pprint 1.1.1-79: rebuild with regex-base 0.94.0.1 Modified: haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:07:11 UTC (rev 872765) +++ PKGBUILD2021-02-25 04:07:40 UTC (rev 872766) @@ -3,7 +3,7 @@ _hkgname=prettyprinter-convert-ansi-wl-pprint pkgname=haskell-prettyprinter-convert-ansi-wl-pprint pkgver=1.1.1 -pkgrel=78 +pkgrel=79 pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones." url="https://github.com/quchen/prettyprinter"; license=('custom:BSD2')
[arch-commits] Commit in haskell-pretty-simple/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:08:35 Author: felixonmars Revision: 872768 upgpkg: haskell-pretty-simple 4.0.0.0-58: rebuild with regex-base 0.94.0.1 Modified: haskell-pretty-simple/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:08:00 UTC (rev 872767) +++ PKGBUILD2021-02-25 04:08:35 UTC (rev 872768) @@ -3,7 +3,7 @@ _hkgname=pretty-simple pkgname=haskell-pretty-simple pkgver=4.0.0.0 -pkgrel=57 +pkgrel=58 pkgdesc="Pretty printer for data types with a 'Show' instance" url="https://github.com/cdepillabout/pretty-simple"; license=('BSD')
[arch-commits] Commit in haskell-prettyprinter-ansi-terminal/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:07:11 Author: felixonmars Revision: 872765 archrelease: copy trunk to community-staging-x86_64 Added: haskell-prettyprinter-ansi-terminal/repos/community-staging-x86_64/ haskell-prettyprinter-ansi-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 872764, haskell-prettyprinter-ansi-terminal/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-prettyprinter-ansi-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 872764, haskell-prettyprinter-ansi-terminal/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:07:11 UTC (rev 872765) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=prettyprinter-ansi-terminal +pkgname=haskell-prettyprinter-ansi-terminal +pkgver=1.1.2 +pkgrel=76 +pkgdesc="ANSI terminal backend for the prettyprinter package." +url="https://github.com/quchen/prettyprinter-ansi-terminal"; +license=('custom:BSD2') +arch=('x86_64') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-prettyprinter') +makedepends=('ghc' 'haskell-doctest') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('6f3f077f3f171b6a2c1ca811d267f5311328cd3538ace0c174dd87960fd2617a6543e4bfe239f231ef68c6cce87ce563d0f2068631c084a1faa56a3e051f3fae') + +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 \ +-f-buildReadme +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.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md +}
[arch-commits] Commit in haskell-rere/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:04:46 Author: felixonmars Revision: 872760 upgpkg: haskell-rere 0.1-9: rebuild with regex-base 0.94.0.1 Modified: haskell-rere/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:04:04 UTC (rev 872759) +++ PKGBUILD2021-02-25 04:04:46 UTC (rev 872760) @@ -3,7 +3,7 @@ _hkgname=rere pkgname=haskell-rere pkgver=0.1 -pkgrel=8 +pkgrel=9 pkgdesc="Regular-expressions extended with fixpoints for context-free powers" url="https://github.com/phadej/rere.git"; license=("BSD")
[arch-commits] Commit in haskell-prettyprinter/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:06:21 Author: felixonmars Revision: 872763 archrelease: copy trunk to community-staging-x86_64 Added: haskell-prettyprinter/repos/community-staging-x86_64/ haskell-prettyprinter/repos/community-staging-x86_64/PKGBUILD (from rev 872762, haskell-prettyprinter/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-prettyprinter/repos/community-staging-x86_64/PKGBUILD (from rev 872762, haskell-prettyprinter/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:06:21 UTC (rev 872763) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan + +_hkgname=prettyprinter +pkgname=haskell-prettyprinter +pkgver=1.7.0 +pkgrel=67 +pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter." +url="https://github.com/hspec/prettyprinter"; +license=('custom:BSD2') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-doctest' 'haskell-pgp-wordlist' 'haskell-quickcheck-instances' + 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('4f1b756b3284a0319bb73229e8445f6d92c3d3d12a879f651df5624389bd6c449b2d9bc440dbf70d8752a6ba574d0539f91950d4bafbe7f9d3fd79d0d30ec95d') + +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 \ +-f-buildReadme +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.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md +}
[arch-commits] Commit in haskell-prettyprinter/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:06:05 Author: felixonmars Revision: 872762 upgpkg: haskell-prettyprinter 1.7.0-67: rebuild with regex-base 0.94.0.1 Modified: haskell-prettyprinter/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:05:02 UTC (rev 872761) +++ PKGBUILD2021-02-25 04:06:05 UTC (rev 872762) @@ -3,7 +3,7 @@ _hkgname=prettyprinter pkgname=haskell-prettyprinter pkgver=1.7.0 -pkgrel=66 +pkgrel=67 pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter." url="https://github.com/hspec/prettyprinter"; license=('custom:BSD2')
[arch-commits] Commit in haskell-prettyprinter-ansi-terminal/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:06:51 Author: felixonmars Revision: 872764 upgpkg: haskell-prettyprinter-ansi-terminal 1.1.2-76: rebuild with regex-base 0.94.0.1 Modified: haskell-prettyprinter-ansi-terminal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:06:21 UTC (rev 872763) +++ PKGBUILD2021-02-25 04:06:51 UTC (rev 872764) @@ -3,7 +3,7 @@ _hkgname=prettyprinter-ansi-terminal pkgname=haskell-prettyprinter-ansi-terminal pkgver=1.1.2 -pkgrel=75 +pkgrel=76 pkgdesc="ANSI terminal backend for the prettyprinter package." url="https://github.com/quchen/prettyprinter-ansi-terminal"; license=('custom:BSD2')
[arch-commits] Commit in haskell-rere/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:05:02 Author: felixonmars Revision: 872761 archrelease: copy trunk to community-staging-x86_64 Added: haskell-rere/repos/community-staging-x86_64/ haskell-rere/repos/community-staging-x86_64/PKGBUILD (from rev 872760, haskell-rere/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-rere/repos/community-staging-x86_64/PKGBUILD (from rev 872760, haskell-rere/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:05:02 UTC (rev 872761) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan + +_hkgname=rere +pkgname=haskell-rere +pkgver=0.1 +pkgrel=9 +pkgdesc="Regular-expressions extended with fixpoints for context-free powers" +url="https://github.com/phadej/rere.git"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-fin' 'haskell-vec') +makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('4c79e0e8d7101e0e0177716d0b912aa7a2bbdeb91533b599e6b4e24e55b35343') + +prepare() { + cd $_hkgname-$pkgver + gen-setup + uusi -u QuickCheck -u tasty $_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 --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ +--ghc-option='-pie' + + 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 -t "$pkgdir"/usr/share/licenses/$pkgname/ + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-th-utilities/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 03:12:53 Author: felixonmars Revision: 872656 upgpkg: haskell-th-utilities 0.2.4.1-36: rebuild with regex-base 0.94.0.1 Modified: haskell-th-utilities/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 03:12:20 UTC (rev 872655) +++ PKGBUILD2021-02-25 03:12:53 UTC (rev 872656) @@ -3,7 +3,7 @@ _hkgname=th-utilities pkgname=haskell-th-utilities pkgver=0.2.4.1 -pkgrel=35 +pkgrel=36 pkgdesc="Collection of useful functions for use with Template Haskell" url="https://github.com/fpco/th-utilities"; license=('MIT')
[arch-commits] Commit in haskell-bytestring-tree-builder/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:04:04 Author: felixonmars Revision: 872759 archrelease: copy trunk to community-staging-x86_64 Added: haskell-bytestring-tree-builder/repos/community-staging-x86_64/ haskell-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD (from rev 872758, haskell-bytestring-tree-builder/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD (from rev 872758, haskell-bytestring-tree-builder/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:04:04 UTC (rev 872759) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=bytestring-tree-builder +pkgname=haskell-bytestring-tree-builder +pkgver=0.2.7.5 +pkgrel=54 +pkgdesc="A very efficient ByteString builder implementation based on the binary tree" +url="https://github.com/nikita-volkov/bytestring-tree-builder"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-base-prelude') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit' + 'haskell-quickcheck-instances' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('9311e9cd1cbadf91fcbcea2beebc680d2d22633350a36649e6932e7b95258213934bfcd223e838c4b24bf5daeab88a886b88e19e0dbede4a9be3c0d0565d7275') + +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-cassava-megaparsec/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:03:20 Author: felixonmars Revision: 872757 archrelease: copy trunk to community-staging-x86_64 Added: haskell-cassava-megaparsec/repos/community-staging-x86_64/ haskell-cassava-megaparsec/repos/community-staging-x86_64/PKGBUILD (from rev 872756, haskell-cassava-megaparsec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-cassava-megaparsec/repos/community-staging-x86_64/PKGBUILD (from rev 872756, haskell-cassava-megaparsec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:03:20 UTC (rev 872757) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=cassava-megaparsec +pkgname=haskell-cassava-megaparsec +pkgver=2.0.2 +pkgrel=64 +pkgdesc="Megaparsec parser of CSV files that plays nicely with Cassava" +url="https://github.com/stackbuilders/cassava-megaparsec"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-cassava' 'haskell-megaparsec' 'haskell-unordered-containers' + 'haskell-vector') +makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-megaparsec') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('b32057fe6dd2a70eb96e9453e3f765f0b67099342411df050bf30dc0bf1c360b3804b1e958c6e2937f66b98433e0459ab3833f060065b45af051415cdfc0bf7b') + +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.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md +}
[arch-commits] Commit in haskell-cassava-megaparsec/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:03:04 Author: felixonmars Revision: 872756 upgpkg: haskell-cassava-megaparsec 2.0.2-64: rebuild with regex-base 0.94.0.1 Modified: haskell-cassava-megaparsec/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:02:26 UTC (rev 872755) +++ PKGBUILD2021-02-25 04:03:04 UTC (rev 872756) @@ -3,7 +3,7 @@ _hkgname=cassava-megaparsec pkgname=haskell-cassava-megaparsec pkgver=2.0.2 -pkgrel=63 +pkgrel=64 pkgdesc="Megaparsec parser of CSV files that plays nicely with Cassava" url="https://github.com/stackbuilders/cassava-megaparsec"; license=('MIT')
[arch-commits] Commit in haskell-bytestring-tree-builder/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:03:48 Author: felixonmars Revision: 872758 upgpkg: haskell-bytestring-tree-builder 0.2.7.5-54: rebuild with regex-base 0.94.0.1 Modified: haskell-bytestring-tree-builder/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:03:20 UTC (rev 872757) +++ PKGBUILD2021-02-25 04:03:48 UTC (rev 872758) @@ -4,7 +4,7 @@ _hkgname=bytestring-tree-builder pkgname=haskell-bytestring-tree-builder pkgver=0.2.7.5 -pkgrel=53 +pkgrel=54 pkgdesc="A very efficient ByteString builder implementation based on the binary tree" url="https://github.com/nikita-volkov/bytestring-tree-builder"; license=("MIT")
[arch-commits] Commit in haskell-cassava/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 04:02:07 Author: felixonmars Revision: 872754 upgpkg: haskell-cassava 0.5.2.0-109: rebuild with regex-base 0.94.0.1 Modified: haskell-cassava/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 04:01:20 UTC (rev 872753) +++ PKGBUILD2021-02-25 04:02:07 UTC (rev 872754) @@ -4,7 +4,7 @@ _hkgname=cassava pkgname=haskell-cassava pkgver=0.5.2.0 -pkgrel=108 +pkgrel=109 pkgdesc="A CSV parsing and encoding library" url="https://github.com/tibbe/cassava"; license=("BSD")
[arch-commits] Commit in haskell-cassava/repos (2 files)
Date: Thursday, February 25, 2021 @ 04:02:26 Author: felixonmars Revision: 872755 archrelease: copy trunk to community-staging-x86_64 Added: haskell-cassava/repos/community-staging-x86_64/ haskell-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 872754, haskell-cassava/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 872754, haskell-cassava/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 04:02:26 UTC (rev 872755) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=cassava +pkgname=haskell-cassava +pkgver=0.5.2.0 +pkgrel=109 +pkgdesc="A CSV parsing and encoding library" +url="https://github.com/tibbe/cassava"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-attoparsec" "haskell-hashable" "haskell-only" "haskell-scientific" + "haskell-text-short" "haskell-unordered-containers" "haskell-vector") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('f7f3fc2ebf58491847fb20b21ecf18595933d296bfd4c48249d35c52e72988c4e2758d7a6d2095a9edb3bed8e154a11170920a7c08262270c9f60cb853085383') + +prepare() { +cd $_hkgname-$pkgver +sed -i '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 \ +-f-bytestring--LT-0_10_4 +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-th-utilities/repos (2 files)
Date: Thursday, February 25, 2021 @ 03:13:10 Author: felixonmars Revision: 872657 archrelease: copy trunk to community-staging-x86_64 Added: haskell-th-utilities/repos/community-staging-x86_64/ haskell-th-utilities/repos/community-staging-x86_64/PKGBUILD (from rev 872656, haskell-th-utilities/trunk/PKGBUILD) --+ PKGBUILD | 37 + 1 file changed, 37 insertions(+) Copied: haskell-th-utilities/repos/community-staging-x86_64/PKGBUILD (from rev 872656, haskell-th-utilities/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 03:13:10 UTC (rev 872657) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan + +_hkgname=th-utilities +pkgname=haskell-th-utilities +pkgver=0.2.4.1 +pkgrel=36 +pkgdesc="Collection of useful functions for use with Template Haskell" +url="https://github.com/fpco/th-utilities"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-primitive' 'haskell-syb' 'haskell-th-orphans') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('b23272db62a0842af56efbc2f4cc0ebb8d0c900ecb3471fd2a984792da76ab57780d0960fa737fa0023dcd06e12b7585b586ae330005570046ba767101840d02') + +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-th-orphans/repos (2 files)
Date: Thursday, February 25, 2021 @ 03:10:59 Author: felixonmars Revision: 872653 archrelease: copy trunk to community-staging-x86_64 Added: haskell-th-orphans/repos/community-staging-x86_64/ haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 872652, haskell-th-orphans/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 872652, haskell-th-orphans/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 03:10:59 UTC (rev 872653) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=th-orphans +pkgname=haskell-th-orphans +pkgver=0.13.11 +pkgrel=50 +pkgdesc="Orphan instances for TH datatypes" +url="https://github.com/ekmett/th-orphans/"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-th-compat' 'haskell-th-lift' 'haskell-th-lift-instances' + 'haskell-th-reify-many') +makedepends=('ghc' 'haskell-hspec') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('ff306b6dbc1a8b123c9a9cc6c91483d845aee12dbf3e0e67d0e38429a198a004fb12067b0c9033c8707c2946f4072060929fce629c1576f66bb1130ab701d063') + +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-th-desugar/repos (2 files)
Date: Thursday, February 25, 2021 @ 03:12:20 Author: felixonmars Revision: 872655 archrelease: copy trunk to community-staging-x86_64 Added: haskell-th-desugar/repos/community-staging-x86_64/ haskell-th-desugar/repos/community-staging-x86_64/PKGBUILD (from rev 872654, haskell-th-desugar/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-th-desugar/repos/community-staging-x86_64/PKGBUILD (from rev 872654, haskell-th-desugar/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 03:12:20 UTC (rev 872655) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=th-desugar +pkgname=haskell-th-desugar +pkgver=1.11 +pkgrel=74 +pkgdesc="Functions to desugar Template Haskell" +url="https://github.com/goldfirere/th-desugar"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-ordered-containers' 'haskell-syb' 'haskell-th-abstraction' + 'haskell-th-lift' 'haskell-th-orphans' 'haskell-transformers-compat') +makedepends=('ghc' 'haskell-hunit' 'haskell-hspec') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('30aaa03cf93858f043b46692564cb0d5855b2368bc464b4c95c9d389a40da71c45fc9dc91e7d601a0d3ed8b007361024f6b32c92b8609103f3b353d19c4ce37a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e '/fail/d' -e '/semigroups/d' $_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 --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-th-orphans/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 03:10:43 Author: felixonmars Revision: 872652 upgpkg: haskell-th-orphans 0.13.11-50: rebuild with regex-base 0.94.0.1 Modified: haskell-th-orphans/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 03:10:10 UTC (rev 872651) +++ PKGBUILD2021-02-25 03:10:43 UTC (rev 872652) @@ -3,7 +3,7 @@ _hkgname=th-orphans pkgname=haskell-th-orphans pkgver=0.13.11 -pkgrel=49 +pkgrel=50 pkgdesc="Orphan instances for TH datatypes" url="https://github.com/ekmett/th-orphans/"; license=('BSD')
[arch-commits] Commit in haskell-th-reify-many/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 03:09:53 Author: felixonmars Revision: 872650 upgpkg: haskell-th-reify-many 0.1.9-29: rebuild with regex-base 0.94.0.1 Modified: haskell-th-reify-many/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 03:09:25 UTC (rev 872649) +++ PKGBUILD2021-02-25 03:09:53 UTC (rev 872650) @@ -3,7 +3,7 @@ _hkgname=th-reify-many pkgname=haskell-th-reify-many pkgver=0.1.9 -pkgrel=28 +pkgrel=29 pkgdesc="Recurseively reify template haskell datatype info" url="https://github.com/mgsloan/th-reify-many"; license=('BSD')
[arch-commits] Commit in haskell-th-desugar/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 03:12:02 Author: felixonmars Revision: 872654 upgpkg: haskell-th-desugar 1.11-74: rebuild with regex-base 0.94.0.1 Modified: haskell-th-desugar/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 03:10:59 UTC (rev 872653) +++ PKGBUILD2021-02-25 03:12:02 UTC (rev 872654) @@ -3,7 +3,7 @@ _hkgname=th-desugar pkgname=haskell-th-desugar pkgver=1.11 -pkgrel=73 +pkgrel=74 pkgdesc="Functions to desugar Template Haskell" url="https://github.com/goldfirere/th-desugar"; license=('BSD')
[arch-commits] Commit in haskell-th-expand-syns/repos (2 files)
Date: Thursday, February 25, 2021 @ 03:09:25 Author: felixonmars Revision: 872649 archrelease: copy trunk to community-staging-x86_64 Added: haskell-th-expand-syns/repos/community-staging-x86_64/ haskell-th-expand-syns/repos/community-staging-x86_64/PKGBUILD (from rev 872648, haskell-th-expand-syns/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-th-expand-syns/repos/community-staging-x86_64/PKGBUILD (from rev 872648, haskell-th-expand-syns/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 03:09:25 UTC (rev 872649) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=th-expand-syns +pkgname=haskell-th-expand-syns +pkgver=0.4.6.0 +pkgrel=20 +pkgdesc="Expands type synonyms in Template Haskell ASTs" +url="https://hackage.haskell.org/package/th-expand-syns"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-syb') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('93c4516052b2130a189c72fe5ca99e44ffdb4937f6a8afd8c192ba24a7002bd45865992cebf44c5c9d6ddfd9f67a1d7d73633e7521c4a9828a0defee627e89b5') + +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-th-reify-many/repos (2 files)
Date: Thursday, February 25, 2021 @ 03:10:10 Author: felixonmars Revision: 872651 archrelease: copy trunk to community-staging-x86_64 Added: haskell-th-reify-many/repos/community-staging-x86_64/ haskell-th-reify-many/repos/community-staging-x86_64/PKGBUILD (from rev 872650, haskell-th-reify-many/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-th-reify-many/repos/community-staging-x86_64/PKGBUILD (from rev 872650, haskell-th-reify-many/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 03:10:10 UTC (rev 872651) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=th-reify-many +pkgname=haskell-th-reify-many +pkgver=0.1.9 +pkgrel=29 +pkgdesc="Recurseively reify template haskell datatype info" +url="https://github.com/mgsloan/th-reify-many"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-safe' 'haskell-th-expand-syns') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('6d6f3cb939c172869e88a14ee800aa7760e090df55e0105f41ddc501c0a4bb60d59a66fafd890475fc3074a4fb25d7583570e2cfe32ce69f43c8db9663b0f110') + +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-th-expand-syns/trunk (PKGBUILD)
Date: Thursday, February 25, 2021 @ 03:09:08 Author: felixonmars Revision: 872648 upgpkg: haskell-th-expand-syns 0.4.6.0-20: rebuild with regex-base 0.94.0.1 Modified: haskell-th-expand-syns/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2021-02-25 03:08:40 UTC (rev 872647) +++ PKGBUILD2021-02-25 03:09:08 UTC (rev 872648) @@ -3,7 +3,7 @@ _hkgname=th-expand-syns pkgname=haskell-th-expand-syns pkgver=0.4.6.0 -pkgrel=19 +pkgrel=20 pkgdesc="Expands type synonyms in Template Haskell ASTs" url="https://hackage.haskell.org/package/th-expand-syns"; license=('BSD')
[arch-commits] Commit in haskell-tasty-ant-xml/repos (2 files)
Date: Thursday, February 25, 2021 @ 03:07:03 Author: felixonmars Revision: 872643 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-ant-xml/repos/community-staging-x86_64/ haskell-tasty-ant-xml/repos/community-staging-x86_64/PKGBUILD (from rev 872642, haskell-tasty-ant-xml/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-tasty-ant-xml/repos/community-staging-x86_64/PKGBUILD (from rev 872642, haskell-tasty-ant-xml/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-02-25 03:07:03 UTC (rev 872643) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-ant-xml +pkgname=haskell-tasty-ant-xml +pkgver=1.1.7 +pkgrel=46 +pkgdesc="Render tasty output to XML for Jenkins" +url="https://github.com/ocharles/tasty-ant-xml"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-generic-deriving' 'haskell-tagged' 'haskell-tasty' 'haskell-xml') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('2949c0dd54cb326595690efa885739a6bfa4cef98198f22f3e6dbe7957203ec60042c12fdc43de62ed229e2953f2c6f72526b239cdc159841854893c7bc516f2') + +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 +}