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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 7 20:27:36 UTC 2022


    Date: Monday, March 7, 2022 @ 20:27:36
  Author: felixonmars
Revision: 1144959

upgpkg: haskell-polysemy 1.6.0.0-39: rebuild with doctest 0.19.0

Modified:
  haskell-polysemy/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-07 20:18:28 UTC (rev 1144958)
+++ PKGBUILD	2022-03-07 20:27:36 UTC (rev 1144959)
@@ -3,7 +3,7 @@
 _hkgname=polysemy
 pkgname=haskell-polysemy
 pkgver=1.6.0.0
-pkgrel=38
+pkgrel=39
 pkgdesc="Higher-order, low-boilerplate, zero-cost free monads"
 url="https://github.com/isovector/polysemy"
 license=('BSD')
@@ -10,11 +10,16 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-async' 'haskell-first-class-families' 'haskell-syb'
          'haskell-th-abstraction' 'haskell-type-errors' 'haskell-unagi-chan')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hspec-discover' 'haskell-doctest' 'haskell-hspec'
+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=('9b053ea9a06abcadacd42db8dac913e140129d9d37e93f949c4b15493b465eeb8db55a19c5c450055f5b6856cf4683d3165b74350f0e68e0d3a6e3fa1e3d9064')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u doctest $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list