[arch-commits] Commit in haskell-hsyaml/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 3 23:02:35 UTC 2021
Date: Wednesday, March 3, 2021 @ 23:02:35
Author: felixonmars
Revision: 879696
upgpkg: haskell-hsyaml 0.2.1.0-88: rebuild with tasty 1.4, tasty-silver 3.2
Modified:
haskell-hsyaml/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-03 22:54:43 UTC (rev 879695)
+++ PKGBUILD 2021-03-03 23:02:35 UTC (rev 879696)
@@ -3,19 +3,19 @@
_hkgname=HsYAML
pkgname=haskell-hsyaml
pkgver=0.2.1.0
-pkgrel=87
+pkgrel=88
pkgdesc="Pure Haskell YAML 1.2 processor"
url="https://github.com/hvr/HsYAML"
license=('GPL')
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
sha512sums=('f8ad41a99e48183835093ad8bf6a3fbdf4b9ad9df3bea46b12efd55a9555c22bd2595c72b1ac2e73379ab47e21f6cbf9022412db8971e1c7c02a32e824f53304')
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/== 2.13.\*//;s/< *4.14/<5/;s/== *1.2/== 1.3/' $_hkgname.cabal
+ uusi -u QuickCheck -u base -u tasty $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list