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

Felix Yan felixonmars at archlinux.org
Sun Oct 23 15:26:15 UTC 2016


    Date: Sunday, October 23, 2016 @ 15:26:14
  Author: felixonmars
Revision: 193061

upgpkg: haskell-hunit 1.5.0.0-1

rebuild with HUnit-1.5.0.0, quickcheck-io-0.1.4, hspec-expectations-0.8.2, hspec-discover-2.3.2, hspec-core-2.3.2, hspec-2.3.2

Modified:
  haskell-hunit/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-23 15:23:46 UTC (rev 193060)
+++ PKGBUILD	2016-10-23 15:26:14 UTC (rev 193061)
@@ -4,15 +4,15 @@
 
 _hkgname=HUnit
 pkgname=haskell-hunit
-pkgver=1.3.1.2
+pkgver=1.5.0.0
 pkgrel=1
 pkgdesc="A unit testing framework for Haskell"
 url="http://hunit.sourceforge.net/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc=8.0.1" 'haskell-call-stack')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('badebf99ae5a4982cdf2f8932f080e349240dc2b75c40e75ce2518ea086c5381')
+sha256sums=('65c51d17ced1c0646d888cd8caf195df67f6fdc1394c34459bcfd1be0f9ddea0')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list