Date: Thursday, December 10, 2015 @ 20:19:24 Author: fyan Revision: 152568
GHC 7.10.3 rebuild Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 19:15:46 UTC (rev 152567) +++ PKGBUILD 2015-12-10 19:19:24 UTC (rev 152568) @@ -5,12 +5,12 @@ _hkgname=http-conduit pkgname=haskell-http-conduit pkgver=2.1.8 -pkgrel=2 +pkgrel=3 pkgdesc="HTTP client package with conduit interface and HTTPS support" url="http://www.yesodweb.com/book/http-conduit" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-conduit" "haskell-http-client" "haskell-http-client-tls" +depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" "haskell-mtl" "haskell-resourcet") options=('staticlibs')
