[arch-commits] Commit in haskell-hspec-core/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Oct 23 15:34:16 UTC 2016
Date: Sunday, October 23, 2016 @ 15:34:15
Author: felixonmars
Revision: 193069
upgpkg: haskell-hspec-core 2.3.2-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-hspec-core/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-23 15:33:29 UTC (rev 193068)
+++ PKGBUILD 2016-10-23 15:34:15 UTC (rev 193069)
@@ -3,17 +3,17 @@
_hkgname=hspec-core
pkgname=haskell-hspec-core
-pkgver=2.2.4
+pkgver=2.3.2
pkgrel=1
pkgdesc="A Testing Framework for Haskell"
url="http://hspec.github.io/"
license=('MIT')
arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-ansi-terminal' 'haskell-async' 'haskell-hspec-expectations'
- 'haskell-hunit' 'haskell-quickcheck' 'haskell-quickcheck-io' 'haskell-random'
- 'haskell-setenv' 'haskell-tf-random')
+depends=('ghc=8.0.1' 'haskell-ansi-terminal' 'haskell-async' 'haskell-call-stack'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('15217a13e64f032a1eb6b422c33df989')
+md5sums=('45a751f4c2002fbe19e2a40a637dbc90')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list