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

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 21 12:57:10 UTC 2022


    Date: Sunday, August 21, 2022 @ 12:57:08
  Author: felixonmars
Revision: 1272526

upgpkg: haskell-list-t 1.0.5.3-1: rebuild with list-t 1.0.5.3

Modified:
  haskell-list-t/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-21 12:28:24 UTC (rev 1272525)
+++ PKGBUILD	2022-08-21 12:57:08 UTC (rev 1272526)
@@ -2,8 +2,8 @@
 
 _hkgname=list-t
 pkgname=haskell-list-t
-pkgver=1.0.5.2
-pkgrel=9
+pkgver=1.0.5.3
+pkgrel=1
 pkgdesc="ListT done right"
 url="https://github.com/nikita-volkov/list-t"
 license=("MIT")
@@ -12,11 +12,11 @@
          'haskell-transformers-base')
 makedepends=('ghc' 'uusi' 'haskell-htf' 'haskell-base-prelude' 'haskell-mtl-prelude')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('9cbf2f0391c86ba1885c601a6d08de8efd957727ec27ece58436ceec5e8ce810')
+sha256sums=('adf3d36457d4c505bd7c9d5f81760145102d10d66503240fe24c3882947b6e48')
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -d semigroups -u HTF $_hkgname.cabal
+  uusi -d semigroups $_hkgname.cabal
   gen-setup
 }
 



More information about the arch-commits mailing list