Date: Saturday, August 3, 2019 @ 16:01:14 Author: felixonmars Revision: 497167
upgpkg: haskell-hasql 1.4-1 rebuild with hasql 1.4, hasql-transaction 0.7.2, postgrest 6.0.0 Modified: haskell-hasql/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-03 15:51:14 UTC (rev 497166) +++ PKGBUILD 2019-08-03 16:01:14 UTC (rev 497167) @@ -3,28 +3,22 @@ _hkgname=hasql pkgname=haskell-hasql -pkgver=1.3.0.3 -pkgrel=95 +pkgver=1.4 +pkgrel=1 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API" url="https://github.com/nikita-volkov/hasql" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 'haskell-bytestring-strict-builder' - 'haskell-contravariant' 'haskell-contravariant-extras' 'haskell-data-default-class' - 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 'haskell-loch-th' - 'haskell-placeholders' 'haskell-postgresql-binary' 'haskell-postgresql-libpq' - 'haskell-profunctors' 'haskell-text-builder' 'haskell-vector') + 'haskell-contravariant' 'haskell-contravariant-extras' 'haskell-dlist' 'haskell-hashable' + 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 'haskell-postgresql-binary' + 'haskell-postgresql-libpq' 'haskell-profunctors' 'haskell-text-builder' 'haskell-vector') makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit' - 'haskell-quickcheck-instances' 'haskell-quickcheck' 'haskell-rerebase') + 'haskell-quickcheck-instances' 'haskell-quickcheck' 'haskell-rebase' 'haskell-rerebase') checkdepends=('postgresql' 'pifpaf') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('fb951f3c7f09b7bc9ba62afc01c25dea7b839d3da21065bb4bba923a96ecd9b53074650084db846e00f3bb27de638e7dd776b081346919b4e92c5d1aac405336') +sha512sums=('c9587fa14052e8b7c449d94cb6b319c41eecf4892ce7f6def1c187bfbca6ca03f389d01da50c7acf0e672855b51f6e833b84a72ec7f6a3e3f4a4a237c7e6fb5a') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/<.*0.6/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
