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

Felix Yan felixonmars at archlinux.org
Thu May 17 07:21:54 UTC 2018


    Date: Thursday, May 17, 2018 @ 07:21:54
  Author: felixonmars
Revision: 323365

upgpkg: haskell-warp 3.2.22-5

rebuild with ghc 8.4.2

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 07:20:29 UTC (rev 323364)
+++ PKGBUILD	2018-05-17 07:21:54 UTC (rev 323365)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.22
-pkgrel=4
+pkgrel=5
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -12,8 +12,8 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-bsb-http-chunked'
          'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 'haskell-http-types'
-         'haskell-http2' 'haskell-iproute' 'haskell-network' 'haskell-simple-sendfile' 'haskell-stm'
-         'haskell-streaming-commons' 'haskell-text' 'haskell-unix-compat' 'haskell-vault'
+         'haskell-http2' 'haskell-iproute' 'haskell-network' 'haskell-simple-sendfile'
+         'haskell-streaming-commons' 'haskell-unix-compat' 'haskell-vault'
          'haskell-wai' 'haskell-word8')
 makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit'
              'haskell-lifted-base' 'haskell-quickcheck' 'haskell-silently')
@@ -20,10 +20,6 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('e344f7ad92861bea82b51d75134f63003bb5b59d442f213c044190b8199ef00e06e222ede448d80a346e4eea79705ef4397076e711a29f76a8c7d54a376037ba')
 
-prepare() {
-    sed -i 's/"Network"/"Network", "-dynamic"/' $_hkgname-$pkgver/test/doctests.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list