[arch-commits] Commit in haskell-cookie/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Aug 17 14:52:07 UTC 2017


    Date: Thursday, August 17, 2017 @ 14:52:06
  Author: felixonmars
Revision: 251699

upgpkg: haskell-cookie 0.4.2.1-7

correct dependency

Modified:
  haskell-cookie/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 14:23:24 UTC (rev 251698)
+++ PKGBUILD	2017-08-17 14:52:06 UTC (rev 251699)
@@ -6,12 +6,13 @@
 _hkgname=cookie
 pkgname=haskell-cookie
 pkgver=0.4.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="HTTP cookie parsing and rendering"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-data-default' 'haskell-old-locale' 'haskell-text')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-data-default-class' 'haskell-old-locale'
+         'haskell-text')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('12613c254e38bf4b0e0e278cccbf23c2')
@@ -30,7 +31,7 @@
 
 package() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"



More information about the arch-commits mailing list