Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-non-negative
Commits:
eea0610b by Felix Yan at 2026-06-04T21:22:25+08:00
upgpkg: 0.1.2.1-1: rebuild with non-negative 0.1.2.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = haskell-non-negative
pkgdesc = Non-negative numbers
- pkgver = 0.1.2
- pkgrel = 371
+ pkgver = 0.1.2.1
+ pkgrel = 1
url = http://code.haskell.org/~thielema/non-negative/
arch = x86_64
license = GPL
makedepends = ghc
+ makedepends = uusi
depends = ghc-libs
depends = haskell-quickcheck
depends = haskell-utility-ht
- source =
https://hackage.haskell.org/packages/archive/non-negative/0.1.2/non-negative-0.1.2.tar.gz
- sha512sums =
7f6cc45889c8618d35c549180c685b1cfccecf7e231bc8ca1acb5b0b048d67d1bca4c00f6c43e5dbb5c17f15d6771906eb560b443c277657458ca9609419b868
+ source =
https://hackage.haskell.org/packages/archive/non-negative/0.1.2.1/non-negative-0.1.2.1.tar.gz
+ sha512sums =
e59282a3e365a75063dce0c609807bfd431365678397c1bc33cea7371e3c42510ebd7dfd47c9760c3931383487a6c2f4b9db807a01e6f205e30914d912015461
pkgname = haskell-non-negative
=====================================
PKGBUILD
=====================================
@@ -3,20 +3,20 @@
_hkgname=non-negative
pkgname=haskell-non-negative
-pkgver=0.1.2
-pkgrel=371
+pkgver=0.1.2.1
+pkgrel=1
pkgdesc="Non-negative numbers"
url="http://code.haskell.org/~thielema/non-negative/"
license=("GPL")
arch=('x86_64')
depends=('ghc-libs' 'haskell-quickcheck' 'haskell-utility-ht')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7f6cc45889c8618d35c549180c685b1cfccecf7e231bc8ca1acb5b0b048d67d1bca4c00f6c43e5dbb5c17f15d6771906eb560b443c277657458ca9609419b868')
+sha512sums=('e59282a3e365a75063dce0c609807bfd431365678397c1bc33cea7371e3c42510ebd7dfd47c9760c3931383487a6c2f4b9db807a01e6f205e30914d912015461')
prepare() {
cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
+ uusi -d semigroups
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-non-negative/-/commit/eea0610b5992a42a9e0248aa037f7ed5c7894919
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-non-negative/-/commit/eea0610b5992a42a9e0248aa037f7ed5c7894919
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help