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

Felix Yan felixonmars at archlinux.org
Sat Mar 18 03:18:53 UTC 2017


    Date: Saturday, March 18, 2017 @ 03:18:52
  Author: felixonmars
Revision: 217054

upgpkg: haskell-hpack 0.17.0-1

rebuild with hpack,0.17.0 stack,1.4.0

Modified:
  haskell-hpack/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-18 03:13:28 UTC (rev 217053)
+++ PKGBUILD	2017-03-18 03:18:52 UTC (rev 217054)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-hpack
 _hkgname=hpack
-pkgver=0.16.0
-pkgrel=7
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme"
 license=("MIT")
@@ -15,7 +15,7 @@
 depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 'haskell-text'
          'haskell-unordered-containers' 'haskell-yaml')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-md5sums=('a2fad3e908ec8f8c2f98da404826a0b9')
+md5sums=('66b71e2a62c149fa13e507e9d8b1563b')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"



More information about the arch-commits mailing list