[arch-commits] Commit in haskell-servant/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 21:37:35 UTC 2020
Date: Thursday, November 12, 2020 @ 21:37:35
Author: felixonmars
Revision: 753771
upgpkg: haskell-servant 0.18.1-1: rebuild with servant 0.18
Modified:
haskell-servant/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 21:23:30 UTC (rev 753770)
+++ PKGBUILD 2020-11-12 21:37:35 UTC (rev 753771)
@@ -3,8 +3,8 @@
_hkgname=servant
pkgname=haskell-servant
-pkgver=0.18
-pkgrel=27
+pkgver=0.18.1
+pkgrel=1
pkgdesc="A family of combinators for defining webservices APIs"
url="http://haskell-servant.readthedocs.org/"
license=("BSD")
@@ -12,17 +12,12 @@
depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
'haskell-bifunctors' 'haskell-case-insensitive' 'haskell-http-api-data'
'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 'haskell-network-uri'
- 'haskell-quickcheck' 'haskell-tagged' 'haskell-singleton-bool'
+ 'haskell-quickcheck' 'haskell-tagged' 'haskell-sop-core' 'haskell-singleton-bool'
'haskell-string-conversions' 'haskell-vault')
makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck-instances')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ca88a25c745033be79c5b540873a0a128a722cac37d3c8cbe3c54d5b8ecc80f49589817f1dac4ab34bea677d156ffe9d0a2a641c11b2621f09fc0b6b54b9cd03')
+sha512sums=('6839030812345ea8ab7d936a2832a043af73138e587bc94263c9e4a728784aeace826e28cc13ad7224012fac1c83b03915aef1882427530805ada665a1928dd2')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/< *0.4.2/<1/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list