Date: Thursday, January 30, 2020 @ 21:36:50 Author: felixonmars Revision: 560270
upgpkg: haskell-persistent-qq 2.9.1.1-1: rebuild with persistent-qq 2.9.1.1 Modified: haskell-persistent-qq/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-30 21:31:15 UTC (rev 560269) +++ PKGBUILD 2020-01-30 21:36:50 UTC (rev 560270) @@ -2,16 +2,18 @@ _hkgname=persistent-qq pkgname=haskell-persistent-qq -pkgver=2.9.1 -pkgrel=112 +pkgver=2.9.1.1 +pkgrel=1 pkgdesc="Provides a quasi-quoter for raw SQL for persistent" url="https://github.com/yesod-web/persistent" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-src-meta' 'haskell-persistent') -makedepends=('ghc') +makedepends=('ghc' 'haskell-aeson' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit' + 'haskell-monad-logger' 'haskell-persistent-sqlite' 'haskell-persistent-template' + 'haskell-resourcet' 'haskell-unliftio') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('3504eba27815632dd2b9c08079bc430da659bfdf082f66c8e87753afd93d472559953f5bcd96af26b7ef65d72cdbb6c0106ccfc2e73e6148a5f631bcfe8fa86d') +sha512sums=('3fbdaefe6b5304ca8076b7dae3eab0ac08d624da1e595fcb29e24c2dfae1af376855b67802f0badb5f0b812c9dcda7cbc6e0b6cd26da618b6fe378866a39cd5f') build() { cd $_hkgname-$pkgver @@ -26,6 +28,11 @@ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } +check() { + cd $_hkgname-$pkgver + runhaskell Setup test +} + package() { cd $_hkgname-$pkgver
