Date: Thursday, May 17, 2018 @ 09:27:53 Author: felixonmars Revision: 323568
upgpkg: haskell-string-conversions 0.4.0.1-7 rebuild with ghc 8.4.2 Modified: haskell-string-conversions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 09:27:20 UTC (rev 323567) +++ PKGBUILD 2018-05-17 09:27:53 UTC (rev 323568) @@ -5,12 +5,12 @@ _hkgname=string-conversions pkgname=haskell-string-conversions pkgver=0.4.0.1 -pkgrel=6 +pkgrel=7 pkgdesc="Simplifies dealing with different types for strings" url="https://github.com/soenkehahn/string-conversions" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-text" "haskell-utf8-string") +depends=('ghc-libs' "haskell-utf8-string") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('8bd015215d1a8a48f01abf95f53bd75f67c83dc48c5b4c4f0731e9da924f99c18e9c6de46fdebdd497f5dc577311db1aa31f5144dfc5b1de539e201b9fc1c9f6')
