[arch-commits] Commit in haskell-io-streams/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Mar 26 03:53:31 UTC 2021


    Date: Friday, March 26, 2021 @ 03:53:30
  Author: felixonmars
Revision: 904441

upgpkg: haskell-io-streams 1.5.2.0-66: rebuild with attoparsec 0.14.1

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 03:21:26 UTC (rev 904440)
+++ PKGBUILD	2021-03-26 03:53:30 UTC (rev 904441)
@@ -3,7 +3,7 @@
 _hkgname=io-streams
 pkgname=haskell-io-streams
 pkgver=1.5.2.0
-pkgrel=65
+pkgrel=66
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams"
 license=('BSD')
@@ -10,7 +10,7 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-network' 'haskell-primitive' 'haskell-vector'
          'haskell-zlib-bindings')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework'
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework'
              'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('2cb6c9cded0077f1501b0fba576b79e5ebf21ccc2711a91552ec46ef6d5e943e0c1255cdfda381aa8e4d7691b1e450956bedd2fbd4414b13ef7926b0cc3dc4c3')
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+    uusi -d bytestring-builder -u attoparsec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list