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

Felix Yan felixonmars at archlinux.org
Sat Oct 10 06:29:09 UTC 2020


    Date: Saturday, October 10, 2020 @ 06:29:09
  Author: felixonmars
Revision: 722843

upgpkg: haskell-req 3.6.0-16: rebuild with unordered-containers 0.2.13.0

Modified:
  haskell-req/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-10 03:51:26 UTC (rev 722842)
+++ PKGBUILD	2020-10-10 06:29:09 UTC (rev 722843)
@@ -3,7 +3,7 @@
 _hkgname=req
 pkgname=haskell-req
 pkgver=3.6.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library"
 url="https://github.com/mrkkrp/req"
 license=('BSD')
@@ -12,11 +12,15 @@
          'haskell-case-insensitive' 'haskell-connection' 'haskell-http-api-data'
          'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-modern-uri'
          'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 'haskell-unliftio-core')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core'
              'haskell-unordered-containers')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('a0ac215bee4d113063fe0143a63ac984b99256b39e2edf6c3115296d2d8e49cf')
 
+prepare() {
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list