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

Felix Yan fyan at archlinux.org
Thu Dec 10 19:14:53 UTC 2015


    Date: Thursday, December 10, 2015 @ 20:14:52
  Author: fyan
Revision: 152564

GHC 7.10.3 rebuild

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 19:14:32 UTC (rev 152563)
+++ PKGBUILD	2015-12-10 19:14:52 UTC (rev 152564)
@@ -5,12 +5,12 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger"
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger"
          "haskell-persistent" "haskell-resourcet" "haskell-tagged" "haskell-text"
          "haskell-unordered-containers")
 options=('staticlibs')



More information about the arch-commits mailing list