Date: Friday, August 9, 2019 @ 10:47:07 Author: felixonmars Revision: 498471
upgpkg: haskell-esqueleto 3.1.0-1 rebuild with esqueleto 3.1.0 Modified: haskell-esqueleto/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-09 10:43:07 UTC (rev 498470) +++ PKGBUILD 2019-08-09 10:47:07 UTC (rev 498471) @@ -3,18 +3,18 @@ _hkgname=esqueleto pkgname=haskell-esqueleto -pkgver=3.0.0 -pkgrel=30 +pkgver=3.1.0 +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-blaze-html' 'haskell-conduit' 'haskell-monad-logger' +depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-conduit' 'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 'haskell-unliftio' 'haskell-unordered-containers') -makedepends=('ghc') +makedepends=('ghc') # 'haskell-exceptions' 'haskell-vector') # Not enabled yet source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('686ab280cfeae1e2c4dde4259dee6da63a085cb6487b8454b1e7df631242c4be60e35bf445a84dfcd3c84f555d07dd6d2602d5e049f9a867734e302967b0be17') +sha512sums=('de09f1c1073d5576f1ad625eb63183213d2ae9c38378c92f42edd2dd8f4e29ec8e65ad106818c7517744e279120dd6b35f69493d5cc054a7da812c499f636c43') build() { cd $_hkgname-$pkgver
