[arch-commits] Commit in haskell-tree-diff/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 29 14:58:33 UTC 2019
Date: Wednesday, May 29, 2019 @ 14:58:32
Author: felixonmars
Revision: 474341
upgpkg: haskell-tree-diff 0.1-1
rebuild with tree-diff 0.1
Modified:
haskell-tree-diff/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-29 14:57:13 UTC (rev 474340)
+++ PKGBUILD 2019-05-29 14:58:32 UTC (rev 474341)
@@ -2,24 +2,25 @@
_hkgname=tree-diff
pkgname=haskell-tree-diff
-pkgver=0.0.2.1
-pkgrel=9
+pkgver=0.1
+pkgrel=1
pkgdesc="Diffing of (expression) trees"
url="https://github.com/phadej/tree-diff"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-ansi-terminal'
- 'haskell-base-compat' 'haskell-generics-sop' 'haskell-hashable' 'haskell-memotrie'
- 'haskell-parsers' 'haskell-quickcheck' 'haskell-scientific' 'haskell-tagged'
- 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+ 'haskell-base-compat' 'haskell-hashable' 'haskell-parsers' 'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers' 'haskell-uuid-types'
+ 'haskell-vector')
makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5dbfa198f28b54673d658d16dc5fdeb8d59717b2ecf27aa5a3c867dafd103618c11c27470699b232eec6f6a217b11b9b479ef5233b1f1d0b8e2cba4f968843f4')
+sha512sums=('a4ee703e4b6a18055c7749020863a9571af4620dbb7ea05903693c752e10e3ffa4fee8da0dacc0e4bbf92173e34c9070251881597ca1cd9f7c8ed365e840563c')
prepare() {
cd $_hkgname-$pkgver
echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+ sed -i '/bytestring-builder/d' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list