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

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


    Date: Friday, October 16, 2020 @ 11:54:08
  Author: felixonmars
Revision: 724490

upgpkg: haskell-bifunctors 5.5.7-46: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 11:53:21 UTC (rev 724489)
+++ PKGBUILD	2020-10-16 11:54:08 UTC (rev 724490)
@@ -4,7 +4,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.5.7
-pkgrel=45
+pkgrel=46
 pkgdesc="Bifunctors"
 url="https://github.com/ekmett/bifunctors/"
 license=("BSD")
@@ -11,10 +11,14 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-tagged'
          'haskell-th-abstraction')
-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=('ea1632c5dc2b8d0735e3076337768bf595071d0245b85f80859dab09189d813473b574b17d5b49864bda8c2cccd348c99db0b9b890f563ecfb5f750b06a4b219')
 
+prepare() {
+    uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list