[arch-commits] Commit in haskell-persistent/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 19 18:11:26 UTC 2018


    Date: Saturday, May 19, 2018 @ 18:11:25
  Author: felixonmars
Revision: 324755

upgpkg: haskell-persistent 2.8.2-1

rebuild with html-conduit,1.3.0 conduit,1.3.0.2 resourcet,1.2.1 xml-conduit,1.8.0 aws,0.20 http-conduit,2.3.1

Modified:
  haskell-persistent/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 18:06:32 UTC (rev 324754)
+++ PKGBUILD	2018-05-19 18:11:25 UTC (rev 324755)
@@ -4,22 +4,21 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.7.3.1
-pkgrel=57
+pkgver=2.8.2
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base64-bytestring'
-         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 'haskell-exceptions'
-         'haskell-fast-logger' 'haskell-http-api-data' 'haskell-lifted-base'
-         'haskell-monad-control' 'haskell-monad-logger' 'haskell-old-locale'
-         'haskell-path-pieces' 'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific'
-         'haskell-silently' 'haskell-src-meta' 'haskell-tagged'
-         'haskell-transformers-base' 'haskell-unordered-containers' 'haskell-vector')
+         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 'haskell-fast-logger'
+         'haskell-http-api-data' 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces'
+         'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific' 'haskell-silently'
+         'haskell-src-meta' 'haskell-tagged' 'haskell-unordered-containers' 'haskell-unliftio-core'
+         'haskell-vector' 'haskell-void')
 makedepends=('ghc' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8eaa8c66e9d30e4ebe2efb74ef320d1eaf1122b635775cbefb41c1927a68486b0e33b614f0d012f5958d780da4b25d34836aa7c774b89e75ec7dcbcda75559fe')
+sha512sums=('238203dafac06ed43a599d0be1eb4c7931a41734facb02174dd02d3789ad3afe39f42bdb7907aeedd42caf2d63e483066b5f43315826563d2a67fd8c8e7f4936')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list