Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-shake
Commits:
68a2057c by Felix Yan at 2026-07-10T04:53:48+08:00
upgpkg: 0.19.8-1: rebuild with shake 0.19.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = haskell-shake
pkgdesc = Build system library, like Make, but more accurate
dependencies.
- pkgver = 0.19.7
- pkgrel = 23
+ pkgver = 0.19.8
+ pkgrel = 1
url = https://shakebuild.com
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = ghc
makedepends = haskell-quickcheck
depends = ghc-libs
@@ -19,7 +19,7 @@ pkgbase = haskell-shake
depends = haskell-random
depends = haskell-unordered-containers
depends = haskell-utf8-string
- source =
https://hackage.haskell.org/packages/archive/shake/0.19.7/shake-0.19.7.tar.gz
- sha512sums =
7d519431301193e99d34cae7be61ff94a503eae156efa116d9f8f05934ebd39a1baab17e988340c9059b1eed972b1d8df3813a86064de92e347b2cb53f72e24a
+ source =
https://hackage.haskell.org/packages/archive/shake/0.19.8/shake-0.19.8.tar.gz
+ sha512sums =
0570155f03a02cacfcd1c30d16e3a7c4a2d44bc74d4d37f21d36883a88fe51289aa01b1a6f8f961e79cf0143edbec6c50158f0a5aace87bb6b6010f00c9d02b9
pkgname = haskell-shake
=====================================
PKGBUILD
=====================================
@@ -3,18 +3,18 @@
_hkgname=shake
pkgname=haskell-shake
-pkgver=0.19.7
-pkgrel=23
+pkgver=0.19.8
+pkgrel=1
pkgdesc="Build system library, like Make, but more accurate dependencies."
url="https://shakebuild.com"
-license=("BSD")
+license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable'
'haskell-heaps' 'haskell-js-dgtable' 'haskell-js-flot'
'haskell-js-jquery'
'haskell-primitive' 'haskell-random' 'haskell-unordered-containers'
'haskell-utf8-string')
makedepends=('ghc' 'haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7d519431301193e99d34cae7be61ff94a503eae156efa116d9f8f05934ebd39a1baab17e988340c9059b1eed972b1d8df3813a86064de92e347b2cb53f72e24a')
+sha512sums=('0570155f03a02cacfcd1c30d16e3a7c4a2d44bc74d4d37f21d36883a88fe51289aa01b1a6f8f961e79cf0143edbec6c50158f0a5aace87bb6b6010f00c9d02b9')
prepare() {
cd $_hkgname-$pkgver
@@ -39,7 +39,7 @@ build() {
runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
- -f-portable -f-cloud -f-embed-files
+ -f-portable -f-cloud -f-embed-files -fthreaded
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-shake/-/commit/68a2057cc1fb7b949575570c5dbaba2f7e8c2241
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-shake/-/commit/68a2057cc1fb7b949575570c5dbaba2f7e8c2241
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