[arch-commits] Commit in haskell-persistent/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Apr 25 12:17:09 UTC 2021
Date: Sunday, April 25, 2021 @ 12:17:09
Author: felixonmars
Revision: 924139
upgpkg: haskell-persistent 2.12.0.2-1: rebuild with persistent 2.12.0.2, persistent-qq 2.12.0.0, persistent-sqlite 2.12.0.0, persistent-test 2.12.0.0
Modified:
haskell-persistent/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-25 12:14:17 UTC (rev 924138)
+++ PKGBUILD 2021-04-25 12:17:09 UTC (rev 924139)
@@ -3,8 +3,8 @@
_hkgname=persistent
pkgname=haskell-persistent
-pkgver=2.11.0.4
-pkgrel=13
+pkgver=2.12.0.2
+pkgrel=1
pkgdesc="Type-safe, multi-backend data serialization"
url="http://www.yesodweb.com/book/persistent"
license=("MIT")
@@ -12,11 +12,12 @@
depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base64-bytestring'
'haskell-blaze-html' 'haskell-conduit' 'haskell-fast-logger' 'haskell-http-api-data'
'haskell-monad-logger' 'haskell-path-pieces' 'haskell-resource-pool' 'haskell-resourcet'
- 'haskell-scientific' 'haskell-silently' 'haskell-unordered-containers'
- 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-vector')
-makedepends=('ghc' 'haskell-hspec' 'haskell-shakespeare')
+ 'haskell-scientific' 'haskell-silently' 'haskell-th-lift-instances'
+ 'haskell-unordered-containers' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-shakespeare')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('309f2eb228fb1e45ebb121a47d492cecaf58f4a6a8193aa1c1ef72993e9debea943e5f4673d4bf31b31514a019b99216f81e1e295a85d3b955185fcb8b98c953')
+sha512sums=('4773481c7f200e9d4fc7136a52871eedad25e096c8e70857aecf89b1d74b3dac69093403b07278c05d63b5bdfa95a5bd3d22fcad4c23c5b40d3d0ed53bfc822b')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list