[arch-commits] Commit in haskell-type-errors-pretty/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 3 06:22:35 UTC 2021


    Date: Tuesday, August 3, 2021 @ 06:22:35
  Author: felixonmars
Revision: 993439

upgpkg: haskell-type-errors-pretty 0.0.1.2-1

Modified:
  haskell-type-errors-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-03 06:09:46 UTC (rev 993438)
+++ PKGBUILD	2021-08-03 06:22:35 UTC (rev 993439)
@@ -2,21 +2,20 @@
 
 _hkgname=type-errors-pretty
 pkgname=haskell-type-errors-pretty
-pkgver=0.0.1.1
-pkgrel=81
+pkgver=0.0.1.2
+pkgrel=1
 pkgdesc="Combinators for writing pretty type errors easily"
-url="https://github.com/chshersh/type-errors-pretty"
+url="https://github.com/kowainik/type-errors-pretty"
 license=('MPL2')
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7370343188979427d9433b5c0e2f1a39acb243f8177a7e217d7d1c88006bfaf3ca0001381c7ee8c0938b933cb479d720ce0397623194f2514b6149f8ed49932e')
+sha512sums=('d36c06660d0088dbc5e63ba43ae0af5563335844002294a09da2da9936d8df545c6b9a11015fcc1416b1e06ba3fc4fd60cc5a47cbe481368643e01122d7f4740')
 
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
-    uusi -u base -u doctest $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list