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

Felix Yan felixonmars at archlinux.org
Sun Jan 10 04:13:32 UTC 2021


    Date: Sunday, January 10, 2021 @ 04:13:31
  Author: felixonmars
Revision: 816879

upgpkg: haskell-servant 0.18.1-39: rebuild with http-api-data 0.4.3

Modified:
  haskell-servant/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 04:10:05 UTC (rev 816878)
+++ PKGBUILD	2021-01-10 04:13:31 UTC (rev 816879)
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.18.1
-pkgrel=38
+pkgrel=39
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -14,10 +14,14 @@
          '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' 'haskell-hspec' 'haskell-quickcheck-instances')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('6839030812345ea8ab7d936a2832a043af73138e587bc94263c9e4a728784aeace826e28cc13ad7224012fac1c83b03915aef1882427530805ada665a1928dd2')
 
+prepare() {
+    uusi -u http-api-data $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list