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

Felix Yan felixonmars at gemini.archlinux.org
Sat Oct 23 18:06:32 UTC 2021


    Date: Saturday, October 23, 2021 @ 18:06:31
  Author: felixonmars
Revision: 1032970

upgpkg: haskell-text-short 0.1.4-1: rebuild with text-short 0.1.4

Modified:
  haskell-text-short/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-23 17:48:24 UTC (rev 1032969)
+++ PKGBUILD	2021-10-23 18:06:31 UTC (rev 1032970)
@@ -3,21 +3,21 @@
 
 _hkgname=text-short
 pkgname=haskell-text-short
-pkgver=0.1.3
-pkgrel=159
+pkgver=0.1.4
+pkgrel=1
 pkgdesc="Memory-efficient representation of Unicode text strings"
 url="https://github.com/hvr/text-short"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable')
-makedepends=('ghc' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit'
+makedepends=('ghc' 'uusi' '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=('6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428')
+sha512sums=('e966933096f4b1a0e0cd57541d0b96ef3092b8f86969c570c9fe5863256fe1d322c1b1503efc870a5b827799a5c981f08d850f1838ea5e6f1ed5bff25290e689')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.13/<5/;s/< *0.6/<1/;s/< *1.3/<2/' $_hkgname.cabal
+    gen-setup
 }
 
 build() {
@@ -36,8 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # https://github.com/haskell-hvr/text-short/issues/20
-    runhaskell Setup test --show-details=direct || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list