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

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 23 16:53:23 UTC 2022


    Date: Wednesday, March 23, 2022 @ 16:53:23
  Author: felixonmars
Revision: 1171555

upgpkg: haskell-hasql-implicits 0.1.0.2-85: rebuild with hasql 1.5

Modified:
  haskell-hasql-implicits/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 16:52:39 UTC (rev 1171554)
+++ PKGBUILD	2022-03-23 16:53:23 UTC (rev 1171555)
@@ -3,7 +3,7 @@
 _hkgname=hasql-implicits
 pkgname=haskell-hasql-implicits
 pkgver=0.1.0.2
-pkgrel=84
+pkgrel=85
 pkgdesc="Implicit definitions for Hasql, such as default codecs for standard types"
 url="https://github.com/nikita-volkov/hasql-implicits"
 license=("MIT")
@@ -10,10 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-hasql' 'haskell-network-ip' 'haskell-scientific'
          'haskell-uuid' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('2788d365dd9d0c4826562472b577ac3715043f3a722ef7c21aaed754f122e74d')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u hasql $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list