Date: Thursday, December 10, 2015 @ 19:47:19 Author: foutrelis Revision: 152552
GHC 7.10.3 rebuild Modified: darcs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 18:43:31 UTC (rev 152551) +++ PKGBUILD 2015-12-10 18:47:19 UTC (rev 152552) @@ -4,12 +4,12 @@ pkgname=darcs pkgver=2.10.2 -pkgrel=3 +pkgrel=4 pkgdesc="A distributed, interactive, smart revision control system" url="http://darcs.net" license=("GPL") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "curl" "haskell-attoparsec" "haskell-base16-bytestring" +depends=("ghc=7.10.3" "curl" "haskell-attoparsec" "haskell-base16-bytestring" "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random"
