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

Felix Yan felixonmars at archlinux.org
Fri May 24 04:24:53 UTC 2019


    Date: Friday, May 24, 2019 @ 04:24:52
  Author: felixonmars
Revision: 469492

upgpkg: haskell-httpd-shed 0.4.1.1-1

rebuild with httpd-shed 0.4.1.1

Modified:
  haskell-httpd-shed/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-24 04:24:48 UTC (rev 469491)
+++ PKGBUILD	2019-05-24 04:24:52 UTC (rev 469492)
@@ -3,8 +3,8 @@
 
 _hkgname=httpd-shed
 pkgname=haskell-httpd-shed
-pkgver=0.4.1.0
-pkgrel=8
+pkgver=0.4.1.1
+pkgrel=1
 pkgdesc="A simple web-server with an interact style API"
 url="https://github.com/andygill/httpd-shed/"
 license=("BSD")
@@ -12,8 +12,13 @@
 depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 'haskell-network-uri')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8383a6ebe6a0f9b7e2b32f258999c62b0575dabe214be07b0249f8b72a523ed1a22d819a556a6085b15202dab98a44dbcd5013bb9e600c2a9eda14dad8ca7364')
+sha512sums=('b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list