Date: Thursday, December 10, 2015 @ 20:14:15 Author: bpiotrowski Revision: 152560
GHC 7.10.3 rebuild Modified: haskell-persistent-template/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 19:10:14 UTC (rev 152559) +++ PKGBUILD 2015-12-10 19:14:15 UTC (rev 152560) @@ -5,12 +5,12 @@ _hkgname=persistent-template pkgname=haskell-persistent-template pkgver=2.1.4 -pkgrel=4 +pkgrel=5 pkgdesc="Type-safe, non-relational, multi-backend persistence" url="http://www.yesodweb.com/book/persistent" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-extra" "haskell-http-api-data" +depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-extra" "haskell-http-api-data" "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" "haskell-persistent" "haskell-tagged" "haskell-text" "haskell-unordered-containers")
