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

Felix Yan felixonmars at archlinux.org
Sat Jun 16 12:08:49 UTC 2018


    Date: Saturday, June 16, 2018 @ 12:08:49
  Author: felixonmars
Revision: 343368

upgpkg: haskell-neat-interpolation 0.3.2.2-1

rebuild with neat-interpolation 0.3.2.2

Modified:
  haskell-neat-interpolation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-16 12:07:01 UTC (rev 343367)
+++ PKGBUILD	2018-06-16 12:08:49 UTC (rev 343368)
@@ -4,16 +4,16 @@
 
 _hkgname=neat-interpolation
 pkgname=haskell-neat-interpolation
-pkgver=0.3.2.1
-pkgrel=8
+pkgver=0.3.2.2
+pkgrel=1
 pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
 url="https://github.com/nikita-volkov/neat-interpolation"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-prelude')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-megaparsec')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('aaefc95b85e8546bd20848b3d4da39437b48e5e3c54829f9ae06f8f4021752812a643a638bcc10213db168d3217bd8913b2feec81d90199a14eea8c35fe62245')
+sha512sums=('04461212cf29ac0ca4afb92db4860c97105827924559e21433615c979964a72a44c816d502211b5f479d8a6c2e072f0cd5cf1bef4f5b07eeaa576e500759d86a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list