Date: Friday, May 18, 2018 @ 07:08:45 Author: felixonmars Revision: 324251
upgpkg: postgrest 0.4.4.0-134 rebuild with ghc 8.4.2 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 07:05:49 UTC (rev 324250) +++ PKGBUILD 2018-05-18 07:08:45 UTC (rev 324251) @@ -4,12 +4,12 @@ pkgname=postgrest pkgver=0.4.4.0 -pkgrel=133 +pkgrel=134 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 'haskell-text' +depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava' 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 'haskell-gitrev' @@ -16,7 +16,7 @@ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 'haskell-http-types' 'haskell-insert-ordered-containers' 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 'haskell-optparse-applicative' - 'haskell-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific' + 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static' 'haskell-cookie') makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 'haskell-hspec-wai'
