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

Felix Yan felixonmars at archlinux.org
Thu May 13 13:33:23 UTC 2021


    Date: Thursday, May 13, 2021 @ 13:33:22
  Author: felixonmars
Revision: 933229

upgpkg: haskell-multistate 0.8.0.3-61: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0

Modified:
  haskell-multistate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 13:14:42 UTC (rev 933228)
+++ PKGBUILD	2021-05-13 13:33:22 UTC (rev 933229)
@@ -3,16 +3,21 @@
 _hkgname=multistate
 pkgname=haskell-multistate
 pkgver=0.8.0.3
-pkgrel=60
+pkgrel=61
 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=('0f597aee4fdd243751a9f2d935156960c437252527818bec7d98709991a87969')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u hspec $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list