Date: Friday, July 8, 2022 @ 22:53:36 Author: felixonmars Revision: 1249039
upgpkg: haskell-hasql 1.5.0.2-1: rebuild with hasql 1.5.0.2 Modified: haskell-hasql/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-08 22:13:39 UTC (rev 1249038) +++ PKGBUILD 2022-07-08 22:53:36 UTC (rev 1249039) @@ -3,8 +3,8 @@ _hkgname=hasql pkgname=haskell-hasql -pkgver=1.5.0.1 -pkgrel=16 +pkgver=1.5.0.2 +pkgrel=1 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API" url="https://github.com/nikita-volkov/hasql" license=('MIT') @@ -12,15 +12,16 @@ depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bytestring-strict-builder' 'haskell-contravariant' 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 'haskell-profunctors' 'haskell-text-builder' 'haskell-vector') -makedepends=('ghc' 'haskell-contravariant-extras' 'haskell-tasty' 'haskell-tasty-quickcheck' +makedepends=('ghc' 'uusi' 'haskell-contravariant-extras' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 'haskell-quickcheck' 'haskell-rerebase') checkdepends=('postgresql' 'pifpaf') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f766ba5959b23462303b7ffbea6e0d94a37d2cb92d8bf181f7f476167e3ced2f8ed02ea7fdc5854f5daebd5d04275086a473d53525c1676b20bc3533a388b404') +sha512sums=('a5fc550ffb263410a1ecc3699c982b01bb1fd77ef9b437efb5cd7349e6914876cf7973be00f18a0984c5f11a41d52351d9d05bc0b8e72c29a6f43a4b20545024') prepare() { cd $_hkgname-$pkgver + gen-setup # Do not use default postgres port sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs