[arch-commits] Commit in haskell-servant/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 13 13:26:58 UTC 2020
Date: Friday, March 13, 2020 @ 13:26:57
Author: felixonmars
Revision: 595946
upgpkg: haskell-servant 0.17-1: rebuild with servant 0.17, servant-server 0.17, servant-swagger 1.1.8
Modified:
haskell-servant/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-13 13:19:41 UTC (rev 595945)
+++ PKGBUILD 2020-03-13 13:26:57 UTC (rev 595946)
@@ -3,8 +3,8 @@
_hkgname=servant
pkgname=haskell-servant
-pkgver=0.16.2
-pkgrel=63
+pkgver=0.17
+pkgrel=1
pkgdesc="A family of combinators for defining webservices APIs"
url="http://haskell-servant.readthedocs.org/"
license=("BSD")
@@ -14,16 +14,10 @@
'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 'haskell-network-uri'
'haskell-quickcheck' 'haskell-tagged' 'haskell-singleton-bool'
'haskell-string-conversions' 'haskell-vault')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hspec' 'haskell-quickcheck-instances'
- 'haskell-doctest')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck-instances')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('81e99308fb5740354f57600e7294f636e6cf988c6dbce6c4e0dd38bd7a2fad1dfe16e718ba74bcd59e8fb8a07c678c5da293a672160a01eee7b646a52c70a1bd')
+sha512sums=('ce0b64441e497d771b5af4e7516ef2b47502b59d1158b22e80194ebda79f34e9346d994a3e4af6fe2e3a8742c7a52166fa76eed98ec8153b602b9db225aeae3b')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e 's/< *0.11/<1/' -e 's/< *4.13/<5/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list