Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-relude
Commits:
9b99abad by Felix Yan at 2024-02-22T04:04:40+02:00
upgpkg: 1.2.0.0-1: rebuild with relude 1.2.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = haskell-relude
pkgdesc = Safe, performant, user-friendly and lightweight Haskell
Standard Library.
- pkgver = 1.1.0.0
+ pkgver = 1.2.0.0
pkgrel = 1
url = https://github.com/kowainik/relude
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = haskell-relude
depends = ghc-libs
depends = haskell-hashable
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/relude/1.1.0.0/relude-1.1.0.0.tar.gz
- sha256sums =
b51df08a93ef1331dd56389e158e67ac7b68c62cc1561c2890d3572c764ab609
+ source =
https://hackage.haskell.org/packages/archive/relude/1.2.0.0/relude-1.2.0.0.tar.gz
+ sha256sums =
cbe177b3df1abf848704a1095f046af8006cb0e185151c00a19c8faa6f2c1273
pkgname = haskell-relude
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=relude
pkgname=haskell-relude
-pkgver=1.1.0.0
+pkgver=1.2.0.0
pkgrel=1
pkgdesc="Safe, performant, user-friendly and lightweight Haskell Standard
Library."
url="https://github.com/kowainik/relude"
@@ -12,12 +12,12 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers')
makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob' 'haskell-hedgehog')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('b51df08a93ef1331dd56389e158e67ac7b68c62cc1561c2890d3572c764ab609')
+sha256sums=('cbe177b3df1abf848704a1095f046af8006cb0e185151c00a19c8faa6f2c1273')
prepare(){
cd $_hkgname-$pkgver
gen-setup
- uusi -u hashable -u hedgehog $_hkgname.cabal
+ uusi -u hashable $_hkgname.cabal
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-relude/-/commit/9b99abadb5a332f380dfc6024e3ead989e88b6cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-relude/-/commit/9b99abadb5a332f380dfc6024e3ead989e88b6cc
You're receiving this email because of your account on gitlab.archlinux.org.