Date: Friday, June 10, 2016 @ 07:39:10 Author: fyan Revision: 179037 upgpkg: haskell-persistent-sqlite 2.5.0.2-1
rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, unordered-containers-0.2.7.1, yaml-0.8.17.2 Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-10 05:26:47 UTC (rev 179036) +++ PKGBUILD 2016-06-10 05:39:10 UTC (rev 179037) @@ -4,8 +4,8 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite -pkgver=2.2.1 -pkgrel=17 +pkgver=2.5.0.2 +pkgrel=1 pkgdesc="Backend for the persistent library using sqlite3" url="http://www.yesodweb.com/book/persistent" license=("MIT") @@ -12,9 +12,9 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control" "haskell-monad-logger" "haskell-old-locale" "haskell-persistent" - "haskell-resourcet" "haskell-text") + "haskell-resource-pool" "haskell-resourcet" "haskell-text") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('bac71080bb25ad20b9116e42df463bbe230bacb2d963a5b101a501cff7fffc5e') +sha256sums=('dd0f3490a9daa0b11638080f0966049ba0946d7a392808789e57f3aa24c5f54d') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
