[arch-commits] Commit in haskell-quickcheck-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 27 10:43:28 UTC 2019
Date: Monday, May 27, 2019 @ 10:43:28
Author: felixonmars
Revision: 471275
upgpkg: haskell-quickcheck-instances 0.3.21-1
rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21
Modified:
haskell-quickcheck-instances/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 10:42:51 UTC (rev 471274)
+++ PKGBUILD 2019-05-27 10:43:28 UTC (rev 471275)
@@ -3,25 +3,20 @@
_hkgname=quickcheck-instances
pkgname=haskell-quickcheck-instances
-pkgver=0.3.19
-pkgrel=22
+pkgver=0.3.21
+pkgrel=1
pkgdesc="Common quickcheck instances"
url="https://github.com/phadej/qc-instances"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-case-insensitive'
- 'haskell-hashable' 'haskell-old-time' 'haskell-scientific' 'haskell-tagged'
- 'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-uuid-types'
- 'haskell-vector')
+ 'haskell-hashable' 'haskell-old-time' 'haskell-scientific' 'haskell-splitmix'
+ 'haskell-tagged' '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=('8665606b4e42ae5db940db80ab278722ae3a8e7c497559db66943da556cbca3ea0106d74542bd4a51e1661206f877b20af3c4fe2de773aa60c0e30d7782bed4a')
+sha512sums=('30ead0b62832a7dd0f52ab64047a774416d8119df26df913489b43ea9ff748ef94a6b87e84d68003466cbe0d3c8a7f0d5d1514a20fd5870c53cae4d96e60ad15')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/<.*0.10/<1/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list