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

Felix Yan felixonmars at archlinux.org
Fri Sep 18 15:56:37 UTC 2020


    Date: Friday, September 18, 2020 @ 15:56:36
  Author: felixonmars
Revision: 710661

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

Modified:
  haskell-pretty-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 15:23:20 UTC (rev 710660)
+++ PKGBUILD	2020-09-18 15:56:36 UTC (rev 710661)
@@ -2,16 +2,16 @@
 
 _hkgname=pretty-simple
 pkgname=haskell-pretty-simple
-pkgver=3.3.0.0
-pkgrel=18
+pkgver=4.0.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-ansi-terminal')
+depends=('ghc-libs' '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=('4a3b0294c928879efac67a0e2dbd07390a5ec4eff5ed007fa4b6787b771795428e3b87eabf1fb92b93930ae053a2a4c541d4758c459248fd210d1a99ee5d47ce')
+sha512sums=('b30ad63fac3545e6f6b2d67b323e4d43ef29ea2a51e2ac3433e8d0ffa6776e90ac2bbe3ab790c500244c77a54a93cc5a2a6b6e87a2524f8777c74529f7681f78')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list