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

Felix Yan felixonmars at archlinux.org
Mon Mar 15 19:52:08 UTC 2021


    Date: Monday, March 15, 2021 @ 19:52:08
  Author: felixonmars
Revision: 891565

upgpkg: haskell-doctest 0.18.1-1: rebuild with doctest 0.18.1

Modified:
  haskell-doctest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 19:47:04 UTC (rev 891564)
+++ PKGBUILD	2021-03-15 19:52:08 UTC (rev 891565)
@@ -3,19 +3,19 @@
 
 _hkgname=doctest
 pkgname=haskell-doctest
-pkgver=0.18
-pkgrel=23
+pkgver=0.18.1
+pkgrel=1
 pkgdesc="Test interactive Haskell examples"
 url="https://github.com/sol/doctest"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb' 'haskell-code-page'
-         'haskell-ghc-paths')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-exceptions' 'haskell-ghc' 'haskell-syb'
+         'haskell-code-page' 'haskell-ghc-paths')
 makedepends=('ghc')
 checkdepends=('haskell-hunit' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck'
               'haskell-stringbuilder' 'haskell-silently' 'haskell-setenv' 'haskell-mockery')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('777be05664c2c6ac10ee8865874cefe2adf5329802ce421422ec2053e7499ffa7cd8dce89c0cdcfd43bbf1d735c509a466fde1e3d86425d30d1a1a0baa2a1ec4')
+sha512sums=('e9e74eed4246f3aeaa71940db8275f080be0a5e296c43b16b48228dbafac821643572edca3210a65d315ebbe900a1c484346aee75c88add052d9640ff008fc82')
 
 prepare() {
     # Add -dynamic flag



More information about the arch-commits mailing list