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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 3 17:41:38 UTC 2022


    Date: Thursday, March 3, 2022 @ 17:41:38
  Author: felixonmars
Revision: 1140918

upgpkg: haskell-multistate 0.8.0.4-5: rebuild with hspec 2.9.0, hspec-core 2.9.0, hspec-discover 2.9.0

Modified:
  haskell-multistate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-03 15:59:01 UTC (rev 1140917)
+++ PKGBUILD	2022-03-03 17:41:38 UTC (rev 1140918)
@@ -3,16 +3,21 @@
 _hkgname=multistate
 pkgname=haskell-multistate
 pkgver=0.8.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Like mtl's ReaderT / WriterT / StateT, but more than one contained value/type"
 url="https://github.com/lspitzner/multistate"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-monad-control' 'haskell-tagged' 'haskell-transformers-base')
-makedepends=('ghc' 'haskell-hspec')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('b88494770cffa99b9d31289287d5e13ac7d5665c44016233c490010583608278')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u hspec $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list