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

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 22 09:58:13 UTC 2021


    Date: Sunday, August 22, 2021 @ 09:58:13
  Author: felixonmars
Revision: 1004192

upgpkg: haskell-http-common 0.8.3.4-1: rebuild with http-common 0.8.3.4

Modified:
  haskell-http-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-22 09:55:10 UTC (rev 1004191)
+++ PKGBUILD	2021-08-22 09:58:13 UTC (rev 1004192)
@@ -2,21 +2,21 @@
 
 _hkgname=http-common
 pkgname=haskell-http-common
-pkgver=0.8.2.1
-pkgrel=105
+pkgver=0.8.3.4
+pkgrel=1
 pkgdesc="Common types for HTTP clients and servers"
-url="https://github.com/istathar/http-common"
+url="https://github.com/aesiniath/http-common"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-case-insensitive'
-         'haskell-network' 'haskell-unordered-containers')
-makedepends=('ghc')
+         'haskell-network' 'haskell-random' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('da165d118575f1958c300c2b389b28cd4e0d720be79e776b5e72444b30b7b0369f336d44283d8b71c7758c1405e64a13e5591971da2e6b29cf7786233f2e04dc')
+sha512sums=('8b344d80ecd5cf54eed44e281dadda0be401f88af7def443d172c3bde9c702e5137f09ab4bf3695e43ef6598508e94e80c12989568ca0c876d68479d553ee876')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list