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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 12:05:46 UTC 2020


    Date: Sunday, February 23, 2020 @ 12:05:46
  Author: felixonmars
Revision: 579712

upgpkg: haskell-persistent-template 2.7.4-1: rebuild with persistent-template 2.7.4

Modified:
  haskell-persistent-template/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 11:44:37 UTC (rev 579711)
+++ PKGBUILD	2020-02-23 12:05:46 UTC (rev 579712)
@@ -3,8 +3,8 @@
 
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
-pkgver=2.7.3
-pkgrel=55
+pkgver=2.7.4
+pkgrel=1
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -11,10 +11,10 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-aeson" "haskell-http-api-data" "haskell-monad-control"
          "haskell-monad-logger" "haskell-path-pieces" "haskell-persistent"
-         "haskell-unordered-containers")
+         'haskell-th-lift-instances' "haskell-unordered-containers")
 makedepends=('ghc' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0d82922f4ae4641b6dcdf8edaecef0afe5aa997fab03d55f1944bc9470a44185a17de73317519bf531f3268b837836aa7a82b976d8de838d1f8310865a395a76')
+sha512sums=('9fc3378435a53396b278287842fc2cd1c96c8c8c975568be71ee5d3f9473e93b28ac95952110f54558cdb51aac37fc614719c01d55854eb7fef579ae0db8970b')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list