[arch-commits] Commit in haskell-megaparsec/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 17 09:57:06 UTC 2018
Date: Thursday, May 17, 2018 @ 09:57:05
Author: felixonmars
Revision: 323606
upgpkg: haskell-megaparsec 6.5.0-2
rebuild with ghc 8.4.2
Modified:
haskell-megaparsec/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-17 09:53:25 UTC (rev 323605)
+++ PKGBUILD 2018-05-17 09:57:05 UTC (rev 323606)
@@ -5,13 +5,13 @@
_hkgname=megaparsec
pkgname=haskell-megaparsec
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Monadic parser combinators"
url="https://github.com/mrkkrp/megaparsec"
license=("custom:BSD2")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-mtl' 'haskell-parser-combinators'
- 'haskell-scientific' 'haskell-text')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-parser-combinators'
+ 'haskell-scientific')
makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover'
'haskell-hspec-expectations')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
More information about the arch-commits
mailing list