[arch-commits] Commit in haskell-fgl-arbitrary/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 13 17:16:58 UTC 2021
Date: Thursday, May 13, 2021 @ 17:16:57
Author: felixonmars
Revision: 933322
upgpkg: haskell-fgl-arbitrary 0.2.0.6-12: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0
Modified:
haskell-fgl-arbitrary/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 17:16:10 UTC (rev 933321)
+++ PKGBUILD 2021-05-13 17:16:57 UTC (rev 933322)
@@ -3,16 +3,21 @@
_hkgname=fgl-arbitrary
pkgname=haskell-fgl-arbitrary
pkgver=0.2.0.6
-pkgrel=11
+pkgrel=12
pkgdesc="QuickCheck support for fgl"
url="https://github.com/haskell/fgl.git"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-quickcheck' 'haskell-fgl')
-makedepends=('ghc' 'haskell-hspec')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha256sums=('6cf210a2ecbda21059647008cc8d85969308b21d18690f82d5f70d92435bd3d7')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u hspec $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list