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

Felix Yan felixonmars at gemini.archlinux.org
Mon Apr 4 16:07:08 UTC 2022


    Date: Monday, April 4, 2022 @ 16:07:08
  Author: felixonmars
Revision: 1181302

upgpkg: haskell-pretty-simple 4.1.0.0-1: rebuild with pretty-simple 4.1.0.0

Modified:
  haskell-pretty-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 16:04:03 UTC (rev 1181301)
+++ PKGBUILD	2022-04-04 16:07:08 UTC (rev 1181302)
@@ -2,16 +2,17 @@
 
 _hkgname=pretty-simple
 pkgname=haskell-pretty-simple
-pkgver=4.0.0.0
-pkgrel=147
+pkgver=4.1.0.0
+pkgrel=1
 pkgdesc="Pretty printer for data types with a 'Show' instance"
 url="https://github.com/cdepillabout/pretty-simple"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-prettyprinter'
+         'haskell-prettyprinter-ansi-terminal')
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b30ad63fac3545e6f6b2d67b323e4d43ef29ea2a51e2ac3433e8d0ffa6776e90ac2bbe3ab790c500244c77a54a93cc5a2a6b6e87a2524f8777c74529f7681f78')
+sha512sums=('e293be11be5feb2d536241510666c45322968ebba2fccdbe54565c79b004e9603c47f8331fb8dbbc2e600bb2930f4d3a65efd5f6cd6ec52df8f544cac22665a1')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list