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

Felix Yan felixonmars at archlinux.org
Fri Oct 16 23:11:11 UTC 2020


    Date: Friday, October 16, 2020 @ 23:11:10
  Author: felixonmars
Revision: 725207

upgpkg: haskell-invariant 0.5.3-80: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-invariant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 23:05:29 UTC (rev 725206)
+++ PKGBUILD	2020-10-16 23:11:10 UTC (rev 725207)
@@ -3,7 +3,7 @@
 _hkgname=invariant
 pkgname=haskell-invariant
 pkgver=0.5.3
-pkgrel=79
+pkgrel=80
 pkgdesc="Haskell98 invariant functors"
 url="https://github.com/nfrisby/invariant-functors"
 license=('custom:BSD2')
@@ -11,13 +11,13 @@
 depends=('ghc-libs' 'haskell-bifunctors' 'haskell-comonad' 'haskell-contravariant'
          'haskell-profunctors' 'haskell-statevar' 'haskell-tagged' 'haskell-th-abstraction'
          'haskell-transformers-compat' 'haskell-unordered-containers')
-makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('0a488a800b0eec85e865b100e3944d5e9dd45e6c12a411f67b4ba7f40de6fe0b8e37900f72c83ec7b92033a3d15e754dc11d991ecafe18d8f257afdaf67ca9be')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.16/<3/' $_hkgname.cabal
+    uusi $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list