[arch-commits] Commit in haskell-multistate/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Jan 31 03:40:26 UTC 2022
Date: Monday, January 31, 2022 @ 03:40:26
Author: felixonmars
Revision: 1121035
upgpkg: haskell-multistate 0.8.0.4-1: rebuild with multistate 0.8.0.4
Modified:
haskell-multistate/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-31 03:38:33 UTC (rev 1121034)
+++ PKGBUILD 2022-01-31 03:40:26 UTC (rev 1121035)
@@ -2,22 +2,17 @@
_hkgname=multistate
pkgname=haskell-multistate
-pkgver=0.8.0.3
-pkgrel=103
+pkgver=0.8.0.4
+pkgrel=1
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' 'uusi' 'haskell-hspec')
+makedepends=('ghc' 'haskell-hspec')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('0f597aee4fdd243751a9f2d935156960c437252527818bec7d98709991a87969')
+sha256sums=('b88494770cffa99b9d31289287d5e13ac7d5665c44016233c490010583608278')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u base -u hspec $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list