[arch-commits] Commit in haskell-th-desugar/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 21 15:30:01 UTC 2019
Date: Thursday, November 21, 2019 @ 15:30:01
Author: felixonmars
Revision: 531109
revert: update with ghc 8.8
Modified:
haskell-th-desugar/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-21 15:22:42 UTC (rev 531108)
+++ PKGBUILD 2019-11-21 15:30:01 UTC (rev 531109)
@@ -2,23 +2,17 @@
_hkgname=th-desugar
pkgname=haskell-th-desugar
-pkgver=1.10
-pkgrel=1
+pkgver=1.9
+pkgrel=36
pkgdesc="Functions to desugar Template Haskell"
url="https://github.com/goldfirere/th-desugar"
license=('BSD')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-ordered-containers' 'haskell-syb' 'haskell-th-abstraction'
- 'haskell-th-lift' 'haskell-th-orphans' 'haskell-transformers-compat')
+depends=('ghc-libs' 'haskell-syb' 'haskell-th-lift' 'haskell-th-orphans' 'haskell-th-expand-syns')
makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d7aafa153362ce7de632e8b3d290612bd1a58a09efec31e184094dcc92fb8ce62949a717bcbc8b98f011bc73665deb0aac4bd6889a629e736b9263d46b7f3ed8')
+sha512sums=('00c27e183499af36d6a70570c4ec524563514376e7b239b929666916150b016d8060d79df01fe111c6924ba908d5b2b5dc33311b4e46f21ebe4102cb0795437f')
-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