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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 8 19:29:42 UTC 2022


    Date: Tuesday, February 8, 2022 @ 19:29:42
  Author: felixonmars
Revision: 1129343

upgpkg: haskell-servant-server 0.18.3-95: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0

Modified:
  haskell-servant-server/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 19:05:53 UTC (rev 1129342)
+++ PKGBUILD	2022-02-08 19:29:42 UTC (rev 1129343)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.18.3
-pkgrel=94
+pkgrel=95
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="https://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -15,12 +15,17 @@
          'haskell-sop-core' 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
          'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp'
          'haskell-word8')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-wai' 'haskell-should-not-typecheck'
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-wai' 'haskell-should-not-typecheck'
              'haskell-quickcheck' 'haskell-safe' 'haskell-wai-extra' 'haskell-temporary'
              'haskell-transformers-compat')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('c89a676de870cba67b86e818a87f144a316294d6ef786bdcc20017da48089cf0c25fc434ed0b42e81053fae4ad1ac0628443e4d0afb7f17fa53a1b5516272d28')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base-compat $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list