Date: Saturday, January 26, 2019 @ 09:05:56 Author: felixonmars Revision: 427975
upgpkg: haskell-persistent-sqlite 2.9.2-1 rebuild with persistent 2.9.1, persistent-sqlite 2.9.2 Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-26 09:05:50 UTC (rev 427974) +++ PKGBUILD 2019-01-26 09:05:56 UTC (rev 427975) @@ -3,8 +3,8 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite -pkgver=2.8.2 -pkgrel=62 +pkgver=2.9.2 +pkgrel=1 pkgdesc="Backend for the persistent library using sqlite3" url="http://www.yesodweb.com/book/persistent" license=("MIT") @@ -14,13 +14,8 @@ 'haskell-resourcet' 'haskell-unliftio-core' 'haskell-unordered-containers') makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0cb745ed16420b4468de887e2119137a152e6c8cdb44385ace02e8bd8d8b2fda1611d7b727943fad24739603c5fab03e11c2095f18aebf71ecc2922a81c5ae03') +sha512sums=('923e2a981b56c70cecf1e4ce877efa2b19a3b7111ceb7aa2e4cf9bf1cf9d1da452fd3705256fcb1622f8ee3d05885286509a0e3e1eb8568d4aae39f4aca6cae9') -prepare() { - cd $_hkgname-$pkgver - sed -i '1i{-# language NoMonadFailDesugaring #-}' test/Spec.hs -} - build() { cd $_hkgname-$pkgver
