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

Felix Yan felixonmars at archlinux.org
Wed Feb 10 08:36:00 UTC 2021


    Date: Wednesday, February 10, 2021 @ 08:36:00
  Author: felixonmars
Revision: 853405

upgpkg: haskell-blaze-textual 0.2.1.0-34: fix missing dependency on old-locale

Modified:
  haskell-blaze-textual/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-10 08:32:03 UTC (rev 853404)
+++ PKGBUILD	2021-02-10 08:36:00 UTC (rev 853405)
@@ -3,12 +3,12 @@
 _hkgname=blaze-textual
 pkgname=haskell-blaze-textual
 pkgver=0.2.1.0
-pkgrel=33
+pkgrel=34
 pkgdesc="Fast rendering of common datatypes"
 url="http://github.com/bos/blaze-textual"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-vector')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-old-locale' 'haskell-vector')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-double-conversion' 'haskell-test-framework'
              'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list