Date: Thursday, December 22, 2016 @ 14:53:38 Author: felixonmars Revision: 201052
upgpkg: haskell-esqueleto 2.4.3-51 rebuild with aeson-1.0.2.1 Modified: haskell-esqueleto/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 14:50:47 UTC (rev 201051) +++ PKGBUILD 2016-12-22 14:53:38 UTC (rev 201052) @@ -5,7 +5,7 @@ _hkgname=esqueleto pkgname=haskell-esqueleto pkgver=2.4.3 -pkgrel=50 +pkgrel=51 pkgdesc="Type-safe EDSL for SQL queries on persistent backends." url="https://github.com/prowdsponsor/esqueleto" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger" "haskell-persistent" "haskell-resourcet" "haskell-tagged" "haskell-text" "haskell-unordered-containers") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" persistent-2.5.patch) sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc2222230d3ded6e897434' '101534ae4db348978b427a5a5b06a51765a680c4c8ae038ce283214fcd44f9e4')
