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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 16:48:25 UTC 2021


    Date: Monday, June 21, 2021 @ 16:48:24
  Author: felixonmars
Revision: 966521

upgpkg: haskell-serialise 0.2.3.0-140: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-serialise/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 16:37:43 UTC (rev 966520)
+++ PKGBUILD	2021-06-21 16:48:24 UTC (rev 966521)
@@ -3,7 +3,7 @@
 _hkgname=serialise
 pkgname=haskell-serialise
 pkgver=0.2.3.0
-pkgrel=139
+pkgrel=140
 pkgdesc="A binary serialisation library for Haskell values"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u tasty $_hkgname.cabal
+    uusi -u base -u ghc-prim -u tasty $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list