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

Felix Yan felixonmars at archlinux.org
Thu Oct 24 12:41:41 UTC 2019


    Date: Thursday, October 24, 2019 @ 12:41:40
  Author: felixonmars
Revision: 518797

upgpkg: haskell-th-desugar 1.10-1

rebuild with th-desugar 1.10

Modified:
  haskell-th-desugar/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-24 12:37:26 UTC (rev 518796)
+++ PKGBUILD	2019-10-24 12:41:40 UTC (rev 518797)
@@ -2,17 +2,23 @@
 
 _hkgname=th-desugar
 pkgname=haskell-th-desugar
-pkgver=1.9
-pkgrel=36
+pkgver=1.10
+pkgrel=1
 pkgdesc="Functions to desugar Template Haskell"
 url="https://github.com/goldfirere/th-desugar"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-syb' 'haskell-th-lift' 'haskell-th-orphans' 'haskell-th-expand-syns')
+depends=('ghc-libs' 'haskell-ordered-containers' 'haskell-syb' 'haskell-th-abstraction'
+         'haskell-th-lift' 'haskell-th-orphans' 'haskell-transformers-compat')
 makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('00c27e183499af36d6a70570c4ec524563514376e7b239b929666916150b016d8060d79df01fe111c6924ba908d5b2b5dc33311b4e46f21ebe4102cb0795437f')
+sha512sums=('d7aafa153362ce7de632e8b3d290612bd1a58a09efec31e184094dcc92fb8ce62949a717bcbc8b98f011bc73665deb0aac4bd6889a629e736b9263d46b7f3ed8')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i -e '/fail/d' -e '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list