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

Felix Yan felixonmars at archlinux.org
Wed Aug 12 19:09:40 UTC 2020


    Date: Wednesday, August 12, 2020 @ 19:09:39
  Author: felixonmars
Revision: 676570

upgpkg: haskell-quickcheck-instances 0.3.24-1: rebuild with quickcheck-instances 0.3.24

Modified:
  haskell-quickcheck-instances/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-12 19:04:50 UTC (rev 676569)
+++ PKGBUILD	2020-08-12 19:09:39 UTC (rev 676570)
@@ -3,25 +3,21 @@
 
 _hkgname=quickcheck-instances
 pkgname=haskell-quickcheck-instances
-pkgver=0.3.23
-pkgrel=12
+pkgver=0.3.24
+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-splitmix'
-         'haskell-tagged' 'haskell-these' 'haskell-time-compat' 'haskell-transformers-compat'
-         'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-case-insensitive' 'haskell-data-fix'
+         'haskell-hashable' 'haskell-integer-logarithms' 'haskell-old-time' 'haskell-scientific'
+         'haskell-splitmix' 'haskell-strict' '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=('b5344f32ed3c05cefcc6aea3850b9ab249025b3a473f65e6442f33ab1d6290547f068096406d842031ff6c3dfbeec68b28eacf17d2613a0888c9141bccf5514b')
+sha512sums=('f72d5aadc283a7da19298566d0208dcbfb790faae5a26bdd2ffb0dc1cb8afd76892c994c5f193be9ad9233973d04c3386e83e3fb483674ff6f0cabcdf6a3d52f')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *0.1/<0.2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list