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

Felix Yan felixonmars at archlinux.org
Sun Mar 14 14:41:20 UTC 2021


    Date: Sunday, March 14, 2021 @ 14:41:20
  Author: felixonmars
Revision: 891088

upgpkg: haskell-selective 0.4.2-1: rebuild with selective 0.4.2

Modified:
  haskell-selective/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 14:36:01 UTC (rev 891087)
+++ PKGBUILD	2021-03-14 14:41:20 UTC (rev 891088)
@@ -2,21 +2,21 @@
 
 _hkgname=selective
 pkgname=haskell-selective
-pkgver=0.4.1.1
-pkgrel=79
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="Selective applicative functors"
 url="https://github.com/snowleopard/selective"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-expected-failure'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-expected-failure'
              'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5f40ebb4c0b516ced83cdf91e7c138f3f802c6ce6307467d60cd01bf9e76e4aa74d53ae59c1a39fde781f4f83f33df7b72eea2a635b5931e57ddef8012ce5a4f')
+sha512sums=('16e9dd4bbb4ffa628d5befd0b750af968c397a5d77ea0ca76f2638974f45f69a4ba8c982208a1ea2b8de2b0a846593d02137109ac7da405f448b9721563d0d19')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list