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

Felix Yan felixonmars at archlinux.org
Thu Oct 26 05:07:34 UTC 2017


    Date: Thursday, October 26, 2017 @ 05:07:34
  Author: felixonmars
Revision: 264367

upgpkg: haskell-persistent-sqlite 2.6.3-2

rebuild with conduit-extra,1.2.0

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-26 05:06:06 UTC (rev 264366)
+++ PKGBUILD	2017-10-26 05:07:34 UTC (rev 264367)
@@ -5,12 +5,12 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc-libs' 'sqlite3' "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+depends=('ghc-libs' 'sqlite' "haskell-aeson" "haskell-conduit" "haskell-monad-control"
          "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
          "haskell-resource-pool" "haskell-resourcet" "haskell-text" "haskell-unordered-containers")
 makedepends=('ghc')



More information about the arch-commits mailing list