[arch-commits] Commit in haskell-repline/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 04:05:50 UTC 2020
Date: Friday, April 24, 2020 @ 04:05:50
Author: felixonmars
Revision: 618695
upgpkg: haskell-repline 0.3.0.0-1: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0
Modified:
haskell-repline/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 04:04:17 UTC (rev 618694)
+++ PKGBUILD 2020-04-24 04:05:50 UTC (rev 618695)
@@ -2,16 +2,16 @@
_hkgname=repline
pkgname=haskell-repline
-pkgver=0.2.2.0
-pkgrel=3
+pkgver=0.3.0.0
+pkgrel=1
pkgdesc="Haskeline wrapper for GHCi-like REPL interfaces"
url="https://github.com/sdiehl/repline"
license=('MIT')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-exceptions')
+depends=('ghc-libs')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7e164d7d4f7ef78057ac6d028d944355ceb944b170f957393228ec14d2bac214ea50ef19f1d3cc88349d3ba010c386871c69452987b0a70e0a47f4e6625414ac')
+sha512sums=('119a3be8a9789afbc7fe76f21bdf9f24d8ec251cf2933020357a269cd234828870ae0a2fc5954c02dac1feb1d9583d38db6bf0d22a287e1ac0b2c9745cbd7b00')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list