Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-th-orphans
Commits:
67578494 by Felix Yan at 2025-05-18T18:38:04+08:00
upgpkg: 0.13.15-1: rebuild with th-orphans 0.13.15
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-th-orphans
pkgdesc = Orphan instances for TH datatypes
- pkgver = 0.13.14
- pkgrel = 81
+ pkgver = 0.13.15
+ pkgrel = 1
url = https://github.com/ekmett/th-orphans/
arch = x86_64
license = BSD
@@ -12,7 +12,7 @@ pkgbase = haskell-th-orphans
depends = haskell-th-compat
depends = haskell-th-lift
depends = haskell-th-reify-many
- source =
https://hackage.haskell.org/packages/archive/th-orphans/0.13.14/th-orphans-0.13.14.tar.gz
- sha512sums =
b4c881e81673c429980565c74ec02a923598ba0f219062a6b0dc8ec0f41217f4e5b0c558ada56062dd8590227aa55df80ca607af50718db9a8ed10625b409dcd
+ source =
https://hackage.haskell.org/packages/archive/th-orphans/0.13.15/th-orphans-0.13.15.tar.gz
+ sha512sums =
417ca9cdcea4a647a3a63e0dc6f8b8daa23459764f43ba309391a42f235f08247ea36caa07ea1be5e155992945b757bc1efedfa83d9103fc5b5b0d0849e05591
pkgname = haskell-th-orphans
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=th-orphans
pkgname=haskell-th-orphans
-pkgver=0.13.14
-pkgrel=81
+pkgver=0.13.15
+pkgrel=1
pkgdesc="Orphan instances for TH datatypes"
url="https://github.com/ekmett/th-orphans/"
license=('BSD')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-th-compat' 'haskell-th-lift'
'haskell-th-reify-many')
makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b4c881e81673c429980565c74ec02a923598ba0f219062a6b0dc8ec0f41217f4e5b0c558ada56062dd8590227aa55df80ca607af50718db9a8ed10625b409dcd')
+sha512sums=('417ca9cdcea4a647a3a63e0dc6f8b8daa23459764f43ba309391a42f235f08247ea36caa07ea1be5e155992945b757bc1efedfa83d9103fc5b5b0d0849e05591')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-th-orphans/-/commit/6757849412cfc82da8508e716067961b36fd9d3b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-th-orphans/-/commit/6757849412cfc82da8508e716067961b36fd9d3b
You're receiving this email because of your account on gitlab.archlinux.org.