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

Felix Yan felixonmars at archlinux.org
Mon Apr 12 15:50:21 UTC 2021


    Date: Monday, April 12, 2021 @ 15:50:21
  Author: felixonmars
Revision: 915888

upgpkg: haskell-quickcheck-classes-base 0.6.2.0-1: rebuild with quickcheck-classes-base 0.6.2.0

Modified:
  haskell-quickcheck-classes-base/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-12 15:46:23 UTC (rev 915887)
+++ PKGBUILD	2021-04-12 15:50:21 UTC (rev 915888)
@@ -2,22 +2,20 @@
 
 _hkgname=quickcheck-classes-base
 pkgname=haskell-quickcheck-classes-base
-pkgver=0.6.1.0
-pkgrel=156
+pkgver=0.6.2.0
+pkgrel=1
 pkgdesc="QuickCheck common typeclasses from 'base'"
 url="https://github.com/andrewthad/quickcheck-classes"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 'haskell-contravariant'
-         'haskell-quickcheck' 'haskell-tagged')
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('039b1d22ed67de6cedd98b41c61f6a6cd96a6d91e4fc074db7fde2af53a5c24ef429dc3c59cde01532478d94bef7486819c2dc9300826b8ac1669e1f3bec7550')
+sha512sums=('730255f74582081e65fa8c6b36ab8a2c26991a8e7d8140361151614e7a9619f178e50820cdfc3bf5771f1688dce369f9d71de683bc89481a20f8d2382ae4b58d')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/fail$/d' $_hkgname.cabal
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list