[arch-commits] Commit in haskell-servant/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 21 17:35:46 UTC 2021
Date: Monday, June 21, 2021 @ 17:35:46
Author: felixonmars
Revision: 966535
upgpkg: haskell-servant 0.18.2-64: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0
Modified:
haskell-servant/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-21 16:59:47 UTC (rev 966534)
+++ PKGBUILD 2021-06-21 17:35:46 UTC (rev 966535)
@@ -4,7 +4,7 @@
_hkgname=servant
pkgname=haskell-servant
pkgver=0.18.2
-pkgrel=63
+pkgrel=64
pkgdesc="A family of combinators for defining webservices APIs"
url="http://haskell-servant.readthedocs.org/"
license=("BSD")
@@ -19,7 +19,10 @@
sha512sums=('97214847dc3a66d167be93ae28ab711058652b7b0201a14e7b2093b34b21c731f359f2022a6dea2a1f78ba6f27d1ea78332e5b64a03200b6c5e73c1bc44a0c88')
prepare() {
- uusi -u attoparsec -u hspec -u http-api-data -u singleton-bool $_hkgname-$pkgver/$_hkgname.cabal
+ cd $_hkgname-$pkgver
+ uusi -u attoparsec -u base -u hspec -u http-api-data -u singleton-bool $_hkgname.cabal
+ sed -i 's/_testNubbed = id/_testNubbed a = a/' src/Servant/API/UVerb/Union.hs
+ sed -i 's/flip unSourceT return/(\\x -> unSourceT x return)/' test/Servant/API/StreamSpec.hs
}
build() {
More information about the arch-commits
mailing list