Date: Thursday, December 10, 2015 @ 20:09:48 Author: fyan Revision: 152558
GHC 7.10.3 rebuild Modified: haskell-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 18:58:37 UTC (rev 152557) +++ PKGBUILD 2015-12-10 19:09:48 UTC (rev 152558) @@ -5,12 +5,12 @@ _hkgname=persistent pkgname=haskell-persistent pkgver=2.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="Type-safe, multi-backend data serialization" url="http://www.yesodweb.com/book/persistent" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-base64-bytestring" +depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-base64-bytestring" "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" "haskell-exceptions" "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base" "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" "haskell-old-locale"
