Date: Friday, August 2, 2019 @ 12:57:58 Author: felixonmars Revision: 497051
upgpkg: haskell-persistent-sqlite 2.10.4-2 rebuild with persistent-sqlite, tests enabled Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-02 12:49:46 UTC (rev 497050) +++ PKGBUILD 2019-08-02 12:57:58 UTC (rev 497051) @@ -4,7 +4,7 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite pkgver=2.10.4 -pkgrel=1 +pkgrel=2 pkgdesc="Backend for the persistent library using sqlite3" url="https://www.yesodweb.com/book/persistent" license=("MIT") @@ -13,7 +13,7 @@ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 'haskell-resourcet' 'haskell-unliftio-core' 'haskell-unordered-containers') makedepends=('ghc' 'haskell-exceptions' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit' - 'haskell-persistent-template' 'haskell-persistent' 'haskell-quickcheck' + 'haskell-persistent-template' 'haskell-persistent-test' 'haskell-quickcheck' 'haskell-system-fileio' 'haskell-system-filepath' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('dbedbd5f7b67c98206e20e610478a625bd3924f0585f23ab3d28419575cae9f418378ee67f3a197fb21922ce41bac3ce2bd29c70e732dce2bd7511fd559ec8a0') @@ -22,7 +22,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-build-sanity-exe -fsystemlib -fuse-pkgconfig runhaskell Setup build
