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

Felix Yan felixonmars at archlinux.org
Tue Jul 6 02:05:08 UTC 2021


    Date: Tuesday, July 6, 2021 @ 02:05:08
  Author: felixonmars
Revision: 972571

upgpkg: haskell-servant 0.18.3-1: rebuild with servant 0.18.3, servant-client 0.18.3, servant-client-core 0.18.3, servant-server 0.18.3

Modified:
  haskell-servant/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-06 01:59:32 UTC (rev 972570)
+++ PKGBUILD	2021-07-06 02:05:08 UTC (rev 972571)
@@ -3,8 +3,8 @@
 
 _hkgname=servant
 pkgname=haskell-servant
-pkgver=0.18.2
-pkgrel=65
+pkgver=0.18.3
+pkgrel=1
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -14,17 +14,10 @@
          'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 'haskell-network-uri'
          'haskell-quickcheck' 'haskell-tagged' 'haskell-sop-core' 'haskell-singleton-bool'
          'haskell-string-conversions' 'haskell-vault')
-makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck-instances')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('97214847dc3a66d167be93ae28ab711058652b7b0201a14e7b2093b34b21c731f359f2022a6dea2a1f78ba6f27d1ea78332e5b64a03200b6c5e73c1bc44a0c88')
+sha512sums=('818569dc38fdb5df5a489c4a6622e65698439fbf8c24d4969a84728a1acd33966aeb55300c2d9e2381d59328fc12e9867d37b83a1fbb1e3b59b386700abc595e')
 
-prepare() {
-    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() {
     cd $_hkgname-$pkgver
 




More information about the arch-commits mailing list