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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 02:17:57 UTC 2021


    Date: Monday, June 21, 2021 @ 02:17:57
  Author: felixonmars
Revision: 966272

upgpkg: haskell-butcher 1.3.3.2-104: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-butcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 02:13:39 UTC (rev 966271)
+++ PKGBUILD	2021-06-21 02:17:57 UTC (rev 966272)
@@ -3,7 +3,7 @@
 _hkgname=butcher
 pkgname=haskell-butcher
 pkgver=1.3.3.2
-pkgrel=103
+pkgrel=104
 pkgdesc="Chops a command or program invocation into digestable pieces."
 url="https://github.com/lspitzner/butcher/"
 license=("BSD")
@@ -11,10 +11,15 @@
 depends=('ghc-libs' 'haskell-bifunctors' 'haskell-deque' 'haskell-extra' 'haskell-free'
          'haskell-microlens' 'haskell-microlens-th' 'haskell-multistate' 'haskell-unsafe'
          'haskell-void')
-makedepends=('ghc' 'haskell-hspec')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('1d0f8e8e498b012c4a859671eebf34a6e965e8ed99b3c90d3aad1d8898c40f1b')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u base $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list