Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-path
Commits:
82875583 by Felix Yan at 2025-11-04T06:20:16+08:00
upgpkg: 0.9.6-1: rebuild with path 0.9.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,21 +1,24 @@
pkgbase = haskell-path
pkgdesc = Path
- pkgver = 0.9.5
- pkgrel = 154
+ pkgver = 0.9.6
+ pkgrel = 1
url = https://hackage.haskell.org/package/path
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = ghc
makedepends = haskell-genvalidity
makedepends = haskell-genvalidity-hspec
- makedepends = haskell-genvalidity-property
makedepends = haskell-hspec
makedepends = haskell-quickcheck
- makedepends = haskell-validity
+ makedepends = haskell-validity-bytestring
depends = ghc-libs
depends = haskell-aeson
depends = haskell-hashable
- source =
https://hackage.haskell.org/packages/archive/path/0.9.5/path-0.9.5.tar.gz
- sha512sums =
7d248093b916985726eabc5fe960f3a9b3ce06c8340fc9d5eb24a697543c0dfe310dd845ce1cf31ecc731e4b60bebd9234728a9b386e9a38f7fca0a3149e8fd9
+ source =
https://hackage.haskell.org/packages/archive/path/0.9.6/path-0.9.6.tar.gz
+ source =
haskell-path-test-fix.hs::https://github.com/commercialhaskell/path/raw/750e97e4fb482fbb797bc1a4d07b87c88b7f2a54/path/test-ospath/TH/Include.hs
+ source =
haskell-path-test-fix-2.hs::https://github.com/commercialhaskell/path/raw/750e97e4fb482fbb797bc1a4d07b87c88b7f2a54/path/test/TH/Include.hs
+ sha512sums =
dab6268b429b6342b04560830f0c31ece1bb38a074e1176c006a5a5ad3252ebf492dcbfcc410a959015f165f7a2d3dcf982aa25139c253896df4ee9870574664
+ sha512sums =
91f260532eeba0df611adb707a8d7962681a5d2cc5a2e7ae781bf641e3311955f9b49116317b03c78da9545bcd4e73891fad5f54c6634733a381b51b58a33800
+ sha512sums =
d2a78f9fb9b4533e52d2d2f1d93104c632b8ba6de4f435865d4a79122a1d82ec1b86a268a5f7f118ab0215e4c0931d500b99a6c3b00a6abdd77d6a279fda3f00
pkgname = haskell-path
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,27 @@
_hkgname=path
pkgname=haskell-path
-pkgver=0.9.5
-pkgrel=154
+pkgver=0.9.6
+pkgrel=1
pkgdesc="Path"
url="https://hackage.haskell.org/package/${_hkgname}"
-license=("BSD")
+license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable')
-makedepends=('ghc' 'haskell-genvalidity' 'haskell-genvalidity-hspec'
'haskell-genvalidity-property'
- 'haskell-hspec' 'haskell-quickcheck' 'haskell-validity')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7d248093b916985726eabc5fe960f3a9b3ce06c8340fc9d5eb24a697543c0dfe310dd845ce1cf31ecc731e4b60bebd9234728a9b386e9a38f7fca0a3149e8fd9')
+makedepends=('ghc' 'haskell-genvalidity' 'haskell-genvalidity-hspec'
'haskell-hspec'
+ 'haskell-quickcheck' 'haskell-validity-bytestring')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
+
$pkgname-test-fix.hs::https://github.com/commercialhaskell/path/raw/750e97e4fb482fbb797bc1a4d07b87c88b7f2a54/path/test-ospath/TH/Include.hs
+
$pkgname-test-fix-2.hs::https://github.com/commercialhaskell/path/raw/750e97e4fb482fbb797bc1a4d07b87c88b7f2a54/path/test/TH/Include.hs)
+sha512sums=('dab6268b429b6342b04560830f0c31ece1bb38a074e1176c006a5a5ad3252ebf492dcbfcc410a959015f165f7a2d3dcf982aa25139c253896df4ee9870574664'
+
'91f260532eeba0df611adb707a8d7962681a5d2cc5a2e7ae781bf641e3311955f9b49116317b03c78da9545bcd4e73891fad5f54c6634733a381b51b58a33800'
+
'd2a78f9fb9b4533e52d2d2f1d93104c632b8ba6de4f435865d4a79122a1d82ec1b86a268a5f7f118ab0215e4c0931d500b99a6c3b00a6abdd77d6a279fda3f00')
+
+prepare() {
+ cd $_hkgname-$pkgver
+ cp ../$pkgname-test-fix.hs test-ospath/TH/Include.hs
+ cp ../$pkgname-test-fix-2.hs test/TH/Include.hs
+}
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-path/-/commit/828755831118bec4da785b62b4bdfded27e0c36b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-path/-/commit/828755831118bec4da785b62b4bdfded27e0c36b
You're receiving this email because of your account on gitlab.archlinux.org.