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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 14:00:16 UTC 2020


    Date: Wednesday, January 8, 2020 @ 14:00:15
  Author: felixonmars
Revision: 550289

upgpkg: haskell-th-desugar 1.10-1: rebuild with clash-prelude 1.0.1, singletons 2.6, th-desugar 1.10

Modified:
  haskell-th-desugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 13:57:10 UTC (rev 550288)
+++ PKGBUILD	2020-01-08 14:00:15 UTC (rev 550289)
@@ -2,17 +2,23 @@
 
 _hkgname=th-desugar
 pkgname=haskell-th-desugar
-pkgver=1.9
-pkgrel=42
+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