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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 16:24:57 UTC 2022


    Date: Monday, January 10, 2022 @ 16:24:57
  Author: felixonmars
Revision: 1099401

remove redundant dependencies

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 16:11:03 UTC (rev 1099400)
+++ PKGBUILD	2022-01-10 16:24:57 UTC (rev 1099401)
@@ -11,14 +11,14 @@
 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-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-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')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('8e6cd62e8e2909287e2ab67450ae49e9a432402932a18bb5a063a151b11b6dafc95457efe84feab1cda9afd7e5786a8fbd3fd4ae9d5052f52afdfdba70519cb1')
 



More information about the arch-commits mailing list