Date: Friday, February 23, 2018 @ 11:18:49
  Author: felixonmars
Revision: 297214

upgpkg: haskell-storable-record 0.0.4-1

rebuild with storable-record,0.0.4

Modified:
  haskell-storable-record/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-23 11:17:14 UTC (rev 297213)
+++ PKGBUILD    2018-02-23 11:18:49 UTC (rev 297214)
@@ -4,16 +4,16 @@
 
 _hkgname=storable-record
 pkgname=haskell-storable-record
-pkgver=0.0.3.1
+pkgver=0.0.4
 pkgrel=1
 pkgdesc="Elegant definition of Storable instances for records"
 url="http://code.haskell.org/~thielema/storable-record/";
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-utility-ht')
+depends=('ghc-libs' 'haskell-semigroups' 'haskell-utility-ht')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('8b426fa9c324a19e572d38880f5596a54db024cda5932f832529957346fb76c608212c55602a581e1f582c98288c0b0cb5ca387e2a0d6323a392af9c80c63d8e')
+sha512sums=('a49109447f63b21c2aece7e5d51119d30a7d186d415148c5f92aa8e989f47247ba539090bdbcddf1337a62a55d45dc5c452bfc58490c8f49a52707228bbba887')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"

Reply via email to