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

Felix Yan felixonmars at archlinux.org
Fri Oct 16 22:51:52 UTC 2020


    Date: Friday, October 16, 2020 @ 22:51:52
  Author: felixonmars
Revision: 725177

upgpkg: haskell-polysemy 1.3.0.0-10: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-polysemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 22:45:06 UTC (rev 725176)
+++ PKGBUILD	2020-10-16 22:51:52 UTC (rev 725177)
@@ -3,7 +3,7 @@
 _hkgname=polysemy
 pkgname=haskell-polysemy
 pkgver=1.3.0.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Higher-order, low-boilerplate, zero-cost free monads"
 url="https://github.com/isovector/polysemy"
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-async' 'haskell-first-class-families' 'haskell-syb'
          'haskell-th-abstraction' 'haskell-type-errors' 'haskell-type-errors-pretty'
          '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")
 sha256sums=('6b5fd0b804ab47de2be8aa74de21e635d2d58a5053387c7153d335b08a0daf5c')
@@ -18,7 +18,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  sed -i 's/< *0.17/<1/;s/< *0.8/<1/' $_hkgname.cabal
+  uusi $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list