[arch-commits] Commit in haskell-serialise/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Dec 12 19:48:36 UTC 2021
Date: Sunday, December 12, 2021 @ 19:48:36
Author: felixonmars
Revision: 1069170
upgpkg: haskell-serialise 0.2.4.0-1: rebuild with serialise 0.2.4.0
Modified:
haskell-serialise/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-12 18:04:27 UTC (rev 1069169)
+++ PKGBUILD 2021-12-12 19:48:36 UTC (rev 1069170)
@@ -2,24 +2,19 @@
_hkgname=serialise
pkgname=haskell-serialise
-pkgver=0.2.3.0
-pkgrel=165
+pkgver=0.2.4.0
+pkgrel=1
pkgdesc="A binary serialisation library for Haskell values"
url="https://github.com/well-typed/cborg"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'haskell-cborg' 'haskell-half' 'haskell-hashable' 'haskell-primitive'
- 'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
+ 'haskell-strict' 'haskell-these' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' '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=('2bcee386d81f7606d7dad8a903ae39c9f5fda493caa08755f8f0ceabe24563bcba9bb28709972664370eef5987dfcd6957dee2444da8dbe5b8558edc0b0547ae')
+sha512sums=('de575c239ae8802ef8f1342a8a3c3360e83971a9178369cb0e9eaa1698ffe189a51de62ba7b6f4ff25a582f10bf0e346daf39a4e56792ba34d6df550eb34043f')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u base -u ghc-prim -u tasty $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list