[arch-commits] Commit in haskell-binary-tagged/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Apr 14 09:08:08 UTC 2016
Date: Thursday, April 14, 2016 @ 11:08:07
Author: fyan
Revision: 170927
upgpkg: haskell-binary-tagged 0.1.4.0-1
rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12
Modified:
haskell-binary-tagged/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-14 09:07:50 UTC (rev 170926)
+++ PKGBUILD 2016-04-14 09:08:07 UTC (rev 170927)
@@ -4,20 +4,26 @@
_hkgname=binary-tagged
pkgname=haskell-binary-tagged
-pkgver=0.1.3.1
-pkgrel=10
+pkgver=0.1.4.0
+pkgrel=1
pkgdesc="Tagged binary serialisation."
url="https://github.com/phadej/binary-tagged#readme"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-sha" "haskell-aeson" "haskell-generics-sop"
- "haskell-hashable" "haskell-scientific" "haskell-tagged"
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-generics-sop" "haskell-hashable"
+ "haskell-scientific" "haskell-semigroups" "haskell-sha" "haskell-tagged"
"haskell-text" "haskell-unordered-containers" "haskell-vector")
options=('staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"
-sha256sums=('cdd99120148015a56d92ebc38380f9ea9254d6272e5d0952dae4e55eaf52252f')
+sha256sums=('dc25744ebd21f8a050341cd7c25c69f66734b2930aaad89b411cf68c28605671')
+prepare() {
+ # nats is an empty package in new GHC
+ sed -e '/nats/d' \
+ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list