[arch-commits] Commit in haskell-hledger-lib/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jan 6 07:14:18 UTC 2022


    Date: Thursday, January 6, 2022 @ 07:14:18
  Author: felixonmars
Revision: 1094556

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
    (from rev 1094555, haskell-hledger-lib/trunk/PKGBUILD)
Deleted:
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-06 07:14:09 UTC (rev 1094555)
+++ PKGBUILD	2022-01-06 07:14:18 UTC (rev 1094556)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=hledger-lib
-pkgname=haskell-hledger-lib
-pkgver=1.24.1
-pkgrel=1
-pkgdesc="A reusable library providing the core functionality of hledger"
-url="http://hledger.org"
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal'
-         'haskell-base-compat-batteries' 'haskell-blaze-markup' 'haskell-call-stack'
-         'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 'haskell-data-default'
-         'haskell-decimal' 'haskell-doclayout' 'haskell-extra' 'haskell-file-embed' 'haskell-glob'
-         'haskell-hashtables' 'haskell-megaparsec' 'haskell-microlens' 'haskell-microlens-th' 'haskell-old-time' 'haskell-parser-combinators'
-         'haskell-pretty-simple' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-tabular'
-         'haskell-tasty' 'haskell-tasty-hunit' 'haskell-timeit' 'haskell-uglymemo'
-         'haskell-unordered-containers' 'haskell-utf8-string')
-makedepends=('ghc' 'uusi' 'haskell-doctest')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8e6cd62e8e2909287e2ab67450ae49e9a432402932a18bb5a063a151b11b6dafc95457efe84feab1cda9afd7e5786a8fbd3fd4ae9d5052f52afdfdba70519cb1')
-
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u megaparsec $_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=-fllvm
-    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 --show-details=direct
-}
-
-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
-}

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 1094555, haskell-hledger-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-06 07:14:18 UTC (rev 1094556)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.24.1
+pkgrel=2
+pkgdesc="A reusable library providing the core functionality of hledger"
+url="http://hledger.org"
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal'
+         'haskell-base-compat-batteries' 'haskell-blaze-markup' 'haskell-call-stack'
+         'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 'haskell-data-default'
+         'haskell-decimal' 'haskell-doclayout' 'haskell-extra' 'haskell-file-embed' 'haskell-glob'
+         'haskell-hashtables' 'haskell-megaparsec' 'haskell-microlens' 'haskell-microlens-th' 'haskell-old-time' 'haskell-parser-combinators'
+         'haskell-pretty-simple' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-tabular'
+         'haskell-tasty' 'haskell-tasty-hunit' 'haskell-timeit' 'haskell-uglymemo'
+         'haskell-unordered-containers' 'haskell-utf8-string')
+makedepends=('ghc' 'uusi' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('8e6cd62e8e2909287e2ab67450ae49e9a432402932a18bb5a063a151b11b6dafc95457efe84feab1cda9afd7e5786a8fbd3fd4ae9d5052f52afdfdba70519cb1')
+
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u megaparsec $_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=-fllvm
+    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 --show-details=direct
+}
+
+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
+}



More information about the arch-commits mailing list