[arch-commits] Commit in haskell-binary-tagged/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 26 15:22:56 UTC 2018
Date: Saturday, May 26, 2018 @ 15:22:55
Author: felixonmars
Revision: 330109
upgpkg: haskell-binary-tagged 0.1.5-1
Modified:
haskell-binary-tagged/trunk/PKGBUILD
----------+
PKGBUILD | 23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-26 15:10:02 UTC (rev 330108)
+++ PKGBUILD 2018-05-26 15:22:55 UTC (rev 330109)
@@ -4,30 +4,19 @@
_hkgname=binary-tagged
pkgname=haskell-binary-tagged
-pkgver=0.1.4.2
-pkgrel=58
+pkgver=0.1.5
+pkgrel=1
pkgdesc="Tagged binary serialisation."
url="https://github.com/phadej/binary-tagged#readme"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-base16-bytestring" "haskell-generics-sop"
- "haskell-hashable" "haskell-scientific" "haskell-semigroups" "haskell-sha" "haskell-tagged"
- "haskell-text" "haskell-unordered-containers" "haskell-vector")
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 'haskell-generics-sop'
+ 'haskell-hashable' 'haskell-scientific' 'haskell-sha' 'haskell-tagged'
+ 'haskell-unordered-containers' 'haskell-vector')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784')
+sha512sums=('cc4b4797a0a90a826740263eebba5e75b5e0c3c7648cf63ee95a1a000ac1a8c9709e1e82f82e69b227f51f43953be5366a372223d4096163645cfd38663866bc')
-prepare() {
- # nats is an empty package in new GHC
- sed -e '/nats/d' \
- -e 's/, vector >=0.10 && <0.12/, vector >=0.10/' \
- -e 's/, aeson >=0.8 && <1.1/, aeson >=0.8/' \
- -e 's/, generics-sop >=0.1 && <0.3/, generics-sop >=0.1/' \
- -e 's/, time >=1.4 && <1.7/, time >=1.4/' \
- -e 's/base >=4.7 && <4.10/base >=4.7/' \
- -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list