Date: Wednesday, May 16, 2018 @ 16:49:43 Author: felixonmars Revision: 322977
upgpkg: haskell-uuid-types 1.0.3-14 rebuild with ghc 8.4.2 Modified: haskell-uuid-types/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 16:49:06 UTC (rev 322976) +++ PKGBUILD 2018-05-16 16:49:43 UTC (rev 322977) @@ -5,12 +5,12 @@ _hkgname=uuid-types pkgname=haskell-uuid-types pkgver=1.0.3 -pkgrel=13 +pkgrel=14 pkgdesc="Type definitions for Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-hashable" "haskell-random" "haskell-text") +depends=('ghc-libs' "haskell-hashable" "haskell-random") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e')
