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

Felix Yan felixonmars at archlinux.org
Fri May 18 05:07:48 UTC 2018


    Date: Friday, May 18, 2018 @ 05:07:47
  Author: felixonmars
Revision: 324134

upgpkg: haskell-authenticate 1.3.4-92

rebuild with ghc 8.4.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 05:06:15 UTC (rev 324133)
+++ PKGBUILD	2018-05-18 05:07:47 UTC (rev 324134)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=91
+pkgrel=92
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate"
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder'
          'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 'haskell-http-types'
-         'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit' 'haskell-text'
+         'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
          'haskell-unordered-containers' 'haskell-xml-conduit')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list