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

Felix Yan felixonmars at archlinux.org
Mon May 10 22:53:16 UTC 2021


    Date: Monday, May 10, 2021 @ 22:53:15
  Author: felixonmars
Revision: 929656

upgpkg: haskell-io-streams 1.5.2.1-1: rebuild with io-streams 1.5.2.1

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-10 22:51:57 UTC (rev 929655)
+++ PKGBUILD	2021-05-10 22:53:15 UTC (rev 929656)
@@ -2,8 +2,8 @@
 
 _hkgname=io-streams
 pkgname=haskell-io-streams
-pkgver=1.5.2.0
-pkgrel=71
+pkgver=1.5.2.1
+pkgrel=1
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams"
 license=('BSD')
@@ -13,11 +13,11 @@
 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')
+sha512sums=('c86f55714469198bab5a670e8b061e75f3f9ad6576ed1523df543365caac492ba3b54fb6356a898c27fa6394e96874bb636e5b9100cf70e0de0d7f73e91ba9c9')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d bytestring-builder -u attoparsec $_hkgname.cabal
+    uusi -u attoparsec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list