[arch-commits] Commit in haskell-implicit-hie-cradle/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jun 10 09:45:18 UTC 2022


    Date: Friday, June 10, 2022 @ 09:45:17
  Author: felixonmars
Revision: 1229937

upgpkg: haskell-implicit-hie-cradle 0.3.0.5-129: rebuild with unix-compat 0.6

Modified:
  haskell-implicit-hie-cradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-10 08:14:33 UTC (rev 1229936)
+++ PKGBUILD	2022-06-10 09:45:17 UTC (rev 1229937)
@@ -3,7 +3,7 @@
 _hkgname=implicit-hie-cradle
 pkgname=haskell-implicit-hie-cradle
 pkgver=0.3.0.5
-pkgrel=128
+pkgrel=129
 pkgdesc="Auto generate hie-bios cradles"
 url="https://github.com/Avi-D-coder/implicit-hie-cradle#readme"
 license=("BSD")
@@ -11,10 +11,15 @@
 depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-extra' 'haskell-hie-bios'
          'haskell-hslogger' 'haskell-implicit-hie' 'haskell-temporary' 'haskell-unix-compat'
          'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha512sums=('692534bce4513e039e8f7fe162f8ceb88ef42ced0f314ba01a4d07e2a2f5bb5be60f64a046744980000e45c0766fe801aba7102763704aa857695f770318dc3e')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u unix-compat $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list