Date: Thursday, May 17, 2018 @ 08:22:35 Author: felixonmars Revision: 323464
upgpkg: haskell-skylighting-core 0.7.1-3 rebuild with ghc 8.4.2 Modified: haskell-skylighting-core/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 08:21:13 UTC (rev 323463) +++ PKGBUILD 2018-05-17 08:22:35 UTC (rev 323464) @@ -4,7 +4,7 @@ _hkgname=skylighting-core pkgname=haskell-skylighting-core pkgver=0.7.1 -pkgrel=2 +pkgrel=3 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting" license=('custom:BSD3') @@ -11,8 +11,8 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-case-insensitive' - 'haskell-colour' 'haskell-hxt' 'haskell-mtl' 'haskell-regex-pcre' 'haskell-safe' - 'haskell-text' 'haskell-utf8-string') + 'haskell-colour' 'haskell-hxt' 'haskell-regex-pcre' 'haskell-safe' + 'haskell-utf8-string') makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 'haskell-quickcheck' 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
