[arch-commits] Commit in haskell-quickcheck-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 26 20:06:31 UTC 2020
Date: Tuesday, May 26, 2020 @ 20:06:30
Author: felixonmars
Revision: 635279
upgpkg: haskell-quickcheck-instances 0.3.23-1: rebuild with quickcheck-instances 0.3.23
Modified:
haskell-quickcheck-instances/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-26 20:04:14 UTC (rev 635278)
+++ PKGBUILD 2020-05-26 20:06:30 UTC (rev 635279)
@@ -3,8 +3,8 @@
_hkgname=quickcheck-instances
pkgname=haskell-quickcheck-instances
-pkgver=0.3.22
-pkgrel=29
+pkgver=0.3.23
+pkgrel=1
pkgdesc="Common quickcheck instances"
url="https://github.com/phadej/qc-instances"
license=("BSD")
@@ -11,17 +11,12 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-case-insensitive'
'haskell-hashable' 'haskell-old-time' 'haskell-scientific' 'haskell-splitmix'
- 'haskell-tagged' 'haskell-time-compat' 'haskell-transformers-compat'
+ 'haskell-tagged' 'haskell-these' 'haskell-time-compat' 'haskell-transformers-compat'
'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('cd36e6833752fbc5501a4fe8459381fe3c07f73b706a438effee06bd1b5e17ecb12b1347fdacb65556e339de58ca8ac32480dc1339cb43b1416c4aeb4f714f8c')
+sha512sums=('b5344f32ed3c05cefcc6aea3850b9ab249025b3a473f65e6442f33ab1d6290547f068096406d842031ff6c3dfbeec68b28eacf17d2613a0888c9141bccf5514b')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e 's/< *0.11/<1/' -e 's/< *4.13/<5/' -e 's/< *2.14/<3/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list