[arch-commits] Commit in (6 files)
Felix Yan
felixonmars at archlinux.org
Fri Feb 21 10:04:22 UTC 2020
Date: Friday, February 21, 2020 @ 10:04:21
Author: felixonmars
Revision: 577486
revert path update: stack doesn't build
Modified:
haskell-http-download/trunk/PKGBUILD
haskell-pantry/trunk/PKGBUILD
haskell-path-io/trunk/PKGBUILD
haskell-path/trunk/PKGBUILD
haskell-rio-prettyprint/trunk/PKGBUILD
hindent/trunk/PKGBUILD
----------------------------------------+
haskell-http-download/trunk/PKGBUILD | 2 +-
haskell-pantry/trunk/PKGBUILD | 2 +-
haskell-path-io/trunk/PKGBUILD | 4 ++--
haskell-path/trunk/PKGBUILD | 13 +++++++++----
haskell-rio-prettyprint/trunk/PKGBUILD | 2 +-
hindent/trunk/PKGBUILD | 2 +-
6 files changed, 15 insertions(+), 10 deletions(-)
Modified: haskell-http-download/trunk/PKGBUILD
===================================================================
--- haskell-http-download/trunk/PKGBUILD 2020-02-21 10:00:47 UTC (rev 577485)
+++ haskell-http-download/trunk/PKGBUILD 2020-02-21 10:04:21 UTC (rev 577486)
@@ -3,7 +3,7 @@
_hkgname=http-download
pkgname=haskell-http-download
pkgver=0.1.0.1
-pkgrel=41
+pkgrel=40
pkgdesc="Verified downloads with retries"
url="https://github.com/commercialhaskell/http-download"
license=('MIT')
Modified: haskell-pantry/trunk/PKGBUILD
===================================================================
--- haskell-pantry/trunk/PKGBUILD 2020-02-21 10:00:47 UTC (rev 577485)
+++ haskell-pantry/trunk/PKGBUILD 2020-02-21 10:04:21 UTC (rev 577486)
@@ -4,7 +4,7 @@
pkgname=haskell-pantry
pkgver=0.2.0.0.20200204
_commit=86462a97c4d8091993cc6e246fd0f2ae5aa608f0
-pkgrel=24
+pkgrel=23
pkgdesc="Content addressable Haskell package management"
url="https://github.com/commercialhaskell/pantry"
license=('BSD')
Modified: haskell-path/trunk/PKGBUILD
===================================================================
--- haskell-path/trunk/PKGBUILD 2020-02-21 10:00:47 UTC (rev 577485)
+++ haskell-path/trunk/PKGBUILD 2020-02-21 10:04:21 UTC (rev 577486)
@@ -3,9 +3,9 @@
_hkgname=path
pkgname=haskell-path
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Support for well-typed paths"
+pkgver=0.6.1
+pkgrel=135
+pkgdesc="Path"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
arch=('x86_64')
@@ -12,8 +12,13 @@
depends=('ghc-libs' "haskell-aeson" "haskell-exceptions" "haskell-hashable")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b07fc95eab12188d49e4525ea5bbadfda9d5bfb61cc306d624730087d2fc1f946407e4861f7f66de48d9cdf2541591d4518fcc77f28d65671bfa65a963e18a9c')
+sha512sums=('84428bf7215c014b7759c96c4eda2fe7576169a8a906cce493476d6718b069ff90da1745914c0e265e97c96472f7b8ba50a16713468da95adcb755cda9f694f5')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/<.*0.9/<1/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
Modified: haskell-path-io/trunk/PKGBUILD
===================================================================
--- haskell-path-io/trunk/PKGBUILD 2020-02-21 10:00:47 UTC (rev 577485)
+++ haskell-path-io/trunk/PKGBUILD 2020-02-21 10:04:21 UTC (rev 577486)
@@ -5,7 +5,7 @@
_hkgname=path-io
pkgname=haskell-path-io
pkgver=1.4.2
-pkgrel=59
+pkgrel=58
pkgdesc="Interface to ‘directory’ package for users of ‘path’"
url="https://github.com/mrkkrp/path-io"
license=("BSD")
@@ -18,7 +18,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/< *1.9/<2/' -e 's/< *0.7/<1/' $_hkgname.cabal
+ sed -i 's/< *1.9/<2/' $_hkgname.cabal
}
build() {
Modified: haskell-rio-prettyprint/trunk/PKGBUILD
===================================================================
--- haskell-rio-prettyprint/trunk/PKGBUILD 2020-02-21 10:00:47 UTC (rev 577485)
+++ haskell-rio-prettyprint/trunk/PKGBUILD 2020-02-21 10:04:21 UTC (rev 577486)
@@ -3,7 +3,7 @@
_hkgname=rio-prettyprint
pkgname=haskell-rio-prettyprint
pkgver=0.1.0.0
-pkgrel=29
+pkgrel=28
pkgdesc="Pretty-printing for RIO"
url="https://github.com/commercialhaskell/stack"
license=('MIT')
Modified: hindent/trunk/PKGBUILD
===================================================================
--- hindent/trunk/PKGBUILD 2020-02-21 10:00:47 UTC (rev 577485)
+++ hindent/trunk/PKGBUILD 2020-02-21 10:04:21 UTC (rev 577486)
@@ -3,7 +3,7 @@
pkgname=hindent
pkgver=5.3.1
-pkgrel=54
+pkgrel=53
pkgdesc="Extensible Haskell pretty printer"
url="https://github.com/commercialhaskell/hindent"
license=("BSD")
More information about the arch-commits
mailing list