Date: Monday, October 10, 2022 @ 14:32:05
  Author: felixonmars
Revision: 1326125

upgpkg: haskell-cborg 0.2.8.0-4: rebuild with vector 0.13.0.0

Modified:
  haskell-cborg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 14:31:40 UTC (rev 1326124)
+++ PKGBUILD    2022-10-10 14:32:05 UTC (rev 1326125)
@@ -3,13 +3,13 @@
 _hkgname=cborg
 pkgname=haskell-cborg
 pkgver=0.2.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Concise Binary Object Representation (CBOR)"
 url="https://github.com/well-typed/cborg";
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-half' 'haskell-primitive')
-makedepends=('ghc' 'haskell-aeson' 'haskell-base-orphans' 
'haskell-base16-bytestring'
+makedepends=('ghc' 'uusi' 'haskell-aeson' 'haskell-base-orphans' 
'haskell-base16-bytestring'
              'haskell-base64-bytestring' 'haskell-quickcheck' 
'haskell-scientific' 'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-vector')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
@@ -19,6 +19,7 @@
     cd $_hkgname-$pkgver
     # https://github.com/well-typed/cborg/issues/290
     sed -i 's/hiding (copyByteArrayToPtr)/hiding (copyByteArrayToPtr, 
copyPtrToMutableByteArray)/' src/Codec/CBOR/Magic.hs
+    uusi -u vector $_hkgname.cabal
 }
 
 build() {

Reply via email to