Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-infinite-list
Commits:
6112cba5 by Felix Yan at 2024-02-26T12:36:42+00:00
upgpkg: 0.1.1-7: rebuild with GHC 9.2.8, doctest-parallel 0.3.1,
filepath-bytestring 1.4.2.1.13, ghc-lib-parser 9.2.8.20230729,
ghc-lib-parser-ex 9.2.1.1, resolv 0.2.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-infinite-list
pkgdesc = Infinite lists
pkgver = 0.1.1
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/Bodigrim/infinite-list
arch = x86_64
license = BSD
@@ -9,6 +9,8 @@ pkgbase = haskell-infinite-list
makedepends = uusi
makedepends = haskell-quickcheck
makedepends = haskell-tasty
+ makedepends = haskell-tasty-expected-failure
+ makedepends = haskell-tasty-inspection-testing
makedepends = haskell-tasty-quickcheck
depends = ghc-libs
source =
https://hackage.haskell.org/packages/archive/infinite-list/0.1.1/infinite-list-0.1.1.tar.gz
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,14 @@
_hkgname=infinite-list
pkgname=haskell-infinite-list
pkgver=0.1.1
-pkgrel=6
+pkgrel=7
pkgdesc="Infinite lists"
url="https://github.com/Bodigrim/infinite-list"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty'
'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty'
'haskell-tasty-expected-failure'
+ 'haskell-tasty-inspection-testing' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha256sums=('be6844861a29100031bc192cb846c403adb2bb1ea0ce0b65c26530671100afa8')
@@ -23,7 +24,7 @@ build() {
runhaskell Setup configure -O --enable-shared --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
--ghc-option=-fllvm \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
--ghc-option='-pie'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-infinite-list/-/commit/6112cba595c22d192ef1c9c7677d7164b7540aae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-infinite-list/-/commit/6112cba595c22d192ef1c9c7677d7164b7540aae
You're receiving this email because of your account on gitlab.archlinux.org.