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

Felix Yan felixonmars at archlinux.org
Tue May 15 08:29:03 UTC 2018


    Date: Tuesday, May 15, 2018 @ 08:29:02
  Author: felixonmars
Revision: 322360

upgpkg: haskell-th-lift 0.7.10-1

rebuild with th-lift,0.7.10

Modified:
  haskell-th-lift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-15 08:02:55 UTC (rev 322359)
+++ PKGBUILD	2018-05-15 08:29:02 UTC (rev 322360)
@@ -3,16 +3,16 @@
 
 _hkgname=th-lift
 pkgname=haskell-th-lift
-pkgver=0.7.9
+pkgver=0.7.10
 pkgrel=1
 pkgdesc="Derive Template Haskell's Lift class for datatypes."
 url="https://github.com/ekmett/th-lift/"
 license=('custom:BSD3')
 arch=('x86_64')
-depends=('ghc-libs')
+depends=('ghc-libs' 'haskell-th-abstraction')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('1e94e9f845500394ab6030c98df6720a3adfd9d6b55731334474fe541638b2660fb25ea65c557b96c86899e985cb281cf6f7db36209fe7e9ab38b52da5ad6d13')
+sha512sums=('be94248f344a82441ab71225cf2a88f0a2e6bc603e63ff535c5484f60e5797871658a1824860c7336c9c5b4b987f6a8a42e911d1103794e544274b3de85eeb4a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list