Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-first-class-families


Commits:
74bef1ce by Felix Yan at 2025-10-16T01:29:17+08:00
upgpkg: 0.8.2.0-1: rebuild with first-class-families 0.8.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
 pkgbase = haskell-first-class-families
        pkgdesc = First class type families
-       pkgver = 0.8.1.0
-       pkgrel = 3
+       pkgver = 0.8.2.0
+       pkgrel = 1
        url = https://github.com/Lysxia/first-class-families
        arch = x86_64
        license = MIT
        makedepends = ghc
-       makedepends = uusi
        depends = ghc-libs
-       source = 
https://hackage.haskell.org/packages/archive/first-class-families/0.8.1.0/first-class-families-0.8.1.0.tar.gz
-       sha512sums = 
ec328eaf025b69f0aeb6fd37f3fac726d8537502313881fe9c9b8d934ade306ac00eb0ed6c2a93ef8a06625d1b48a5933392117b2669f7987a81e960daf0d5df
+       source = 
https://hackage.haskell.org/packages/archive/first-class-families/0.8.2.0/first-class-families-0.8.2.0.tar.gz
+       sha512sums = 
e1a6bb3aa33dd32b51e2ef0d5b917d29d4f9b1f81c904d6eccff75dd7d9ca37842c5383856fb1834e1faff201c9db2f9e71772e157b2cbe4d370027195c2623c
 
 pkgname = haskell-first-class-families


=====================================
PKGBUILD
=====================================
@@ -2,21 +2,16 @@
 
 _hkgname=first-class-families
 pkgname=haskell-first-class-families
-pkgver=0.8.1.0
-pkgrel=3
+pkgver=0.8.2.0
+pkgrel=1
 pkgdesc="First class type families"
 url="https://github.com/Lysxia/first-class-families";
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ec328eaf025b69f0aeb6fd37f3fac726d8537502313881fe9c9b8d934ade306ac00eb0ed6c2a93ef8a06625d1b48a5933392117b2669f7987a81e960daf0d5df')
-
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u base $_hkgname.cabal
-}
+sha512sums=('e1a6bb3aa33dd32b51e2ef0d5b917d29d4f9b1f81c904d6eccff75dd7d9ca37842c5383856fb1834e1faff201c9db2f9e71772e157b2cbe4d370027195c2623c')
 
 build() {
     cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-first-class-families/-/commit/74bef1ce5c7c953beaaf6d38fca948620b36e2b0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-first-class-families/-/commit/74bef1ce5c7c953beaaf6d38fca948620b36e2b0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to