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

Felix Yan felixonmars at archlinux.org
Wed Mar 31 13:10:26 UTC 2021


    Date: Wednesday, March 31, 2021 @ 13:10:25
  Author: felixonmars
Revision: 910589

upgpkg: haskell-polysemy 1.5.0.0-1: rebuild with polysemy 1.5.0.0

Modified:
  haskell-polysemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-31 13:07:21 UTC (rev 910588)
+++ PKGBUILD	2021-03-31 13:10:25 UTC (rev 910589)
@@ -2,8 +2,8 @@
 
 _hkgname=polysemy
 pkgname=haskell-polysemy
-pkgver=1.4.0.0
-pkgrel=52
+pkgver=1.5.0.0
+pkgrel=1
 pkgdesc="Higher-order, low-boilerplate, zero-cost free monads"
 url="https://github.com/isovector/polysemy"
 license=('BSD')
@@ -14,11 +14,11 @@
 makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-hspec-discover' 'haskell-doctest' 'haskell-hspec'
              'haskell-inspection-testing')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('6c7c0140871de1a3245fe2b33e3c4a570a2b41c914b82a96f043374d51fc842efbc2cc2c8a6ccff2ad9e58d8ae14fa2d40d926246435ddd83dbfefe9b9c99cb3')
+sha512sums=('4cc5c348b75e6bdf7b15c926786a4bd6fec2c6aa5e0862d865aefe8a49e7ce5eadd1203b641fa4c9e398a04bd66def40196725fbdee479ded8661b5bea3bb99e')
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi $_hkgname.cabal
+  uusi -u doctest $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list