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

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


    Date: Sunday, October 23, 2016 @ 15:28:30
  Author: felixonmars
Revision: 193063

upgpkg: haskell-quickcheck-io 0.1.4-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-quickcheck-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-23 15:26:41 UTC (rev 193062)
+++ PKGBUILD	2016-10-23 15:28:30 UTC (rev 193063)
@@ -3,8 +3,8 @@
 
 _hkgname=quickcheck-io
 pkgname=haskell-quickcheck-io
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
 pkgdesc="Use HUnit assertions as QuickCheck properties"
 url="https://github.com/hspec/quickcheck-io"
 license=('MIT')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-hunit' 'haskell-quickcheck')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('1db16222c0561d8ec67b82995ca095e0')
+md5sums=('4123a22e0d26d931e47e18266c6c4d61')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list