[arch-commits] Commit in haskell-hasql/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Mar 24 10:44:28 UTC 2021


    Date: Wednesday, March 24, 2021 @ 10:44:28
  Author: felixonmars
Revision: 901522

upgpkg: haskell-hasql 1.4.4.3-1: rebuild with hasql 1.4.4.3

Modified:
  haskell-hasql/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 10:40:33 UTC (rev 901521)
+++ PKGBUILD	2021-03-24 10:44:28 UTC (rev 901522)
@@ -3,21 +3,22 @@
 
 _hkgname=hasql
 pkgname=haskell-hasql
-pkgver=1.4.4.2
-pkgrel=151
+pkgver=1.4.4.3
+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-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-rebase' 'haskell-rerebase')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bytestring-strict-builder' 'haskell-contravariant'
+         'haskell-contravariant-extras' 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables'
+         'haskell-postgresql-binary' 'haskell-postgresql-libpq' 'haskell-profunctors'
+         'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit'
+             '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=('86330d4fa35431c4982206a2694a4b8fd3f55c0a2ffa9753a73692b662f280e90d2b677b052c99c6732eea9ffbf9b7cedf1ee4ade31081c0bb26f5b5219118a6')
+sha512sums=('9c8c84c59c792d56a89347b9b64a935f2ccd3d71210c3b1f7d43985e5d3fc1d2c5fb22d60c8a6420e6ad0055e2b381f05b35e11fc9b1bcddfaa6cc078d6dd50e')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list