Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-system-filepath


Commits:
a22264c1 by Felix Yan at 2025-03-21T13:52:07+08:00
upgpkg: 0.4.14.1-1: rebuild with system-filepath 0.4.14.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = haskell-system-filepath
        pkgdesc = High-level, byte-based file and directory path manipulations
-       pkgver = 0.4.14
-       pkgrel = 262
-       url = https://hackage.haskell.org/package/system-filepath
+       pkgver = 0.4.14.1
+       pkgrel = 1
+       url = https://github.com/fpco/haskell-filesystem
        arch = x86_64
-       license = BSD
+       license = MIT
        makedepends = ghc
+       makedepends = uusi
        makedepends = haskell-chell
        makedepends = haskell-chell-quickcheck
        depends = ghc-libs
-       source = 
https://hackage.haskell.org/packages/archive/system-filepath/0.4.14/system-filepath-0.4.14.tar.gz
-       sha512sums = 
d858b077516ecb76e27d032fd123aadbbbb154afea87fab93f148aa8a0007587c1fb04d87217cf0b51a80e9a81ab20357dcc5e345899e1c2b6513900da1e6768
+       source = 
https://hackage.haskell.org/packages/archive/system-filepath/0.4.14.1/system-filepath-0.4.14.1.tar.gz
+       sha512sums = 
3b04ff1d7b4d6e08724f791aeb5733f8d5a5e102518250bcc2a0558aee191ed972dab3604b400375bb4f4e2e3b290f281e51b7e8b94d355387e599cdf399d531
 
 pkgname = haskell-system-filepath


=====================================
PKGBUILD
=====================================
@@ -3,22 +3,20 @@
 
 _hkgname=system-filepath
 pkgname=haskell-system-filepath
-pkgver=0.4.14
-pkgrel=262
+pkgver=0.4.14.1
+pkgrel=1
 pkgdesc="High-level, byte-based file and directory path manipulations"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=("BSD")
+url="https://github.com/fpco/haskell-filesystem";
+license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-chell' 'haskell-chell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-chell' 'haskell-chell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('d858b077516ecb76e27d032fd123aadbbbb154afea87fab93f148aa8a0007587c1fb04d87217cf0b51a80e9a81ab20357dcc5e345899e1c2b6513900da1e6768')
-
-export LC_ALL=en_US.UTF-8
+sha512sums=('3b04ff1d7b4d6e08724f791aeb5733f8d5a5e102518250bcc2a0558aee191ed972dab3604b400375bb4f4e2e3b290f281e51b7e8b94d355387e599cdf399d531')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.5/<1/' $_hkgname.cabal
+    gen-setup
 }
 
 build() {
@@ -36,7 +34,7 @@ build() {
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-system-filepath/-/commit/a22264c13369df1dd2f3130a281deb1c8fbaabdd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-system-filepath/-/commit/a22264c13369df1dd2f3130a281deb1c8fbaabdd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to