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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jul 28 18:12:26 UTC 2021


    Date: Wednesday, July 28, 2021 @ 18:12:26
  Author: felixonmars
Revision: 989296

upgpkg: haskell-monad-control 1.0.3-1: rebuild with monad-control 1.0.3

Modified:
  haskell-monad-control/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 18:11:18 UTC (rev 989295)
+++ PKGBUILD	2021-07-28 18:12:26 UTC (rev 989296)
@@ -3,8 +3,8 @@
 
 _hkgname=monad-control
 pkgname=haskell-monad-control
-pkgver=1.0.2.3
-pkgrel=163
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Lift control operations, like exception catching, through monad transformers"
 url="https://github.com/basvandijk/monad-control"
 license=("BSD")
@@ -12,11 +12,11 @@
 depends=('ghc-libs' 'haskell-transformers-base' 'haskell-transformers-compat')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('59837326ec9f25220cb6c7329c91a5806b0ec7412d6af24c0f0d52c4fd93b084e92edd4f5f61a4f9c4248034fa540c23b65d2aacdfca737ece98bb132b8f08d4')
+sha512sums=('4e2cd63ad7fbece5c2a0c434ddf6cbcd3b21925c47a24efd2152e0d5ee53c37ef47ca4faa97da5d6b352dd7294652880d4818d189e51766d332d83b24a106e79')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u transformers-compat $_hkgname.cabal
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list