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

Felix Yan fyan at archlinux.org
Fri Apr 29 15:31:15 UTC 2016


    Date: Friday, April 29, 2016 @ 17:31:15
  Author: fyan
Revision: 172770

upgpkg: haskell-persistent-sqlite 2.2.1-12

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, yesod-persistent-1.4.0.5

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-29 15:29:09 UTC (rev 172769)
+++ PKGBUILD	2016-04-29 15:31:15 UTC (rev 172770)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
-pkgver=2.5
-pkgrel=1
+pkgver=2.2.1
+pkgrel=12
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -12,11 +12,11 @@
 arch=('i686' 'x86_64')
 depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
          "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
-         "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+         "haskell-resourcet" "haskell-text")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('ca67e87e5089215cfe1782c32b5e227355054caa92c802beef056f2304bb6373')
+sha256sums=('bac71080bb25ad20b9116e42df463bbe230bacb2d963a5b101a501cff7fffc5e')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list