Date: Thursday, January 14, 2016 @ 07:44:15 Author: fyan Revision: 156374
upgpkg: haskell-pandoc-types 1.16.0.1-2 remove dependency on haskell-deepseq-generics Modified: haskell-pandoc-types/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-14 06:43:29 UTC (rev 156373) +++ PKGBUILD 2016-01-14 06:44:15 UTC (rev 156374) @@ -5,12 +5,12 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types pkgver=1.16.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Types for representing a structured document" url="http://johnmacfarlane.net/pandoc" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-aeson" "haskell-deepseq-generics" "haskell-syb") +depends=("ghc=7.10.3" "haskell-aeson" "haskell-syb") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install"
