Date: Thursday, December 10, 2015 @ 18:46:30 Author: foutrelis Revision: 152480
GHC 7.10.3 rebuild Modified: haskell-missingh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 17:43:55 UTC (rev 152479) +++ PKGBUILD 2015-12-10 17:46:30 UTC (rev 152480) @@ -5,12 +5,12 @@ _hkgname=MissingH pkgname=haskell-missingh pkgver=1.3.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Large utility library" url="http://software.complete.org/missingh" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-hunit" "haskell-hslogger" "haskell-mtl" "haskell-network" +depends=("ghc=7.10.3" "haskell-hunit" "haskell-hslogger" "haskell-mtl" "haskell-network" "haskell-old-locale" "haskell-old-time" "haskell-parsec" "haskell-random" "haskell-regex-compat") options=('staticlibs')
