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

Felix Yan felixonmars at archlinux.org
Tue Jun 2 12:46:52 UTC 2020


    Date: Tuesday, June 2, 2020 @ 12:45:56
  Author: felixonmars
Revision: 638018

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

Modified:
  haskell-hasql/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 12:45:22 UTC (rev 638017)
+++ PKGBUILD	2020-06-02 12:45:56 UTC (rev 638018)
@@ -3,8 +3,8 @@
 
 _hkgname=hasql
 pkgname=haskell-hasql
-pkgver=1.4.2
-pkgrel=21
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
@@ -17,11 +17,10 @@
              '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=('74052de895ff78df41b634a558ac88c60702127f332410e9cc0abfdd48a1857eacef91770700f142490fbd4180d49c45277ec8e8b7a3740ac7facace2a1a7764')
+sha512sums=('55a8a5c4dd25d17d64ad41ced523f0ae1b30dbbfb758b92efcfbc969f67127e4307c906387d28830389071b3c03a0246a58f332c13687931d12fde60790a4dfd')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/import Prelude as Exports/import Prelude as Exports hiding (mapLeft)/' tasty/Main/Prelude.hs
 
     # Do not use default postgres port
     sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs



More information about the arch-commits mailing list