Date: Monday, April 10, 2023 @ 07:40:17
Author: felixonmars
Revision: 1443834
upgpkg: arch-hs 0.11.0.0-32: rebuild with polysemy 1.9.1.0
Modified:
arch-hs/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 07:38:11 UTC (rev 1443833)
+++ PKGBUILD 2023-04-10 07:40:17 UTC (rev 1443834)
@@ -3,7 +3,7 @@
pkgname=arch-hs
pkgver=0.11.0.0
-pkgrel=31
+pkgrel=32
pkgdesc="Distribute hackage packages to archlinux"
arch=('x86_64')
url="https://github.com/berberman/arch-hs"
@@ -14,7 +14,7 @@
'haskell-microlens-th' 'haskell-neat-interpolation'
'haskell-optparse-simple'
'haskell-polysemy' 'haskell-prettyprinter'
'haskell-prettyprinter-ansi-terminal'
'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('a0713c8db730072e77865bd6e80efb024d70bceb93914a58a9a11fed3d8112afeac8ad2a587bb7c2affb85db52467f83efc76ea0b08bd3cf5fc0b4ced9364915')
@@ -30,6 +30,11 @@
install -D -m644 fish${1}
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
}
+prepare() {
+ cd $pkgname-$pkgver
+ uusi -u polysemy $pkgname.cabal
+}
+
build() {
cd $pkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \