Date: Saturday, April 25, 2020 @ 00:36:01 Author: felixonmars Revision: 619637
upgpkg: haskell-servant-server 0.17-32: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7 Modified: haskell-servant-server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-25 00:09:09 UTC (rev 619636) +++ PKGBUILD 2020-04-25 00:36:01 UTC (rev 619637) @@ -4,13 +4,13 @@ _hkgname=servant-server pkgname=haskell-servant-server pkgver=0.17 -pkgrel=31 +pkgrel=32 pkgdesc="A family of combinators for defining webservices APIs and serving them" url="https://haskell-servant.readthedocs.org/" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-base64-bytestring' - 'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 'haskell-http-types' + 'haskell-http-api-data' 'haskell-http-media' 'haskell-http-types' 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 'haskell-servant' 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged' 'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/' $_hkgname.cabal + sed -i 's/< *2.14/<3/;s/< *4.14/<5/' $_hkgname.cabal } build() {
