[arch-commits] Commit in haskell-esqueleto/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 24 09:31:38 UTC 2019
Date: Sunday, November 24, 2019 @ 09:31:37
Author: felixonmars
Revision: 532875
upgpkg: haskell-esqueleto 3.2.2-1
rebuild with esqueleto 3.2.2
Modified:
haskell-esqueleto/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-24 09:31:27 UTC (rev 532874)
+++ PKGBUILD 2019-11-24 09:31:37 UTC (rev 532875)
@@ -3,18 +3,18 @@
_hkgname=esqueleto
pkgname=haskell-esqueleto
-pkgver=3.1.1
-pkgrel=9
+pkgver=3.2.2
+pkgrel=1
pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
url="https://github.com/bitemyapp/esqueleto"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-conduit' 'haskell-monad-logger'
- 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 'haskell-unliftio'
- 'haskell-unordered-containers')
+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-exceptions' 'haskell-vector') # Not enabled yet
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('cd535a841557db44984dc3affeb09211dba9d10690466c82b5f1b29d447cc19d01e314dec46eeafd768cdf5f16e73103f6a4c777f0d2f4545ae4d7d8850fe3ef')
+sha512sums=('4f08b822a07e55f9bef88e41deeecc38fb5a5a2c4005eaac09aa48210f1c8017bbc56b3c0967b29fc5f9841a5010aa82cf7d98ee1dd256ff1808779f55fd5def')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list