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

Felix Yan felixonmars at archlinux.org
Fri May 18 05:57:30 UTC 2018


    Date: Friday, May 18, 2018 @ 05:57:29
  Author: felixonmars
Revision: 324180

upgpkg: haskell-sourcemap 0.1.6-61

rebuild with ghc 8.4.2

Modified:
  haskell-sourcemap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 05:56:48 UTC (rev 324179)
+++ PKGBUILD	2018-05-18 05:57:29 UTC (rev 324180)
@@ -5,12 +5,12 @@
 _hkgname=sourcemap
 pkgname=haskell-sourcemap
 pkgver=0.1.6
-pkgrel=60
+pkgrel=61
 pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-text" "haskell-unordered-containers"
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-unordered-containers"
          "haskell-utf8-string")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list