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

Felix Yan felixonmars at archlinux.org
Fri Mar 26 23:09:20 UTC 2021


    Date: Friday, March 26, 2021 @ 23:09:20
  Author: felixonmars
Revision: 904876

upgpkg: haskell-esqueleto 3.4.1.0-15: rebuild with attoparsec 0.14.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 23:01:15 UTC (rev 904875)
+++ PKGBUILD	2021-03-26 23:09:20 UTC (rev 904876)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.4.1.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto"
 license=("BSD")
@@ -12,10 +12,15 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-html' 'haskell-conduit'
          'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged'
          'haskell-unliftio' 'haskell-unordered-containers')
-makedepends=('ghc')  # 'haskell-vector')  # Not enabled yet
+makedepends=('ghc' 'uusi')  # 'haskell-vector')  # Not enabled yet
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('972581ec2c3cc20725a40b59dc18ca9a358dc65664c84202f405add2d1fa256c1aa3b24c63fda620374fb20bd26751ff8c828f35d14f214bc26d1b89a7cfe530')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u attoparsec $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list