Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-special-values


Commits:
84d18030 by Felix Yan at 2024-02-26T00:01:11+00:00
upgpkg: 0.1.0.0-199: rebuild with GHC 9.2.8, filepath-bytestring 1.4.2.1.13, 
ghc-lib-parser 9.2.8.20230729, resolv 0.2.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = haskell-special-values
        pkgdesc = Typeclass providing special values
        pkgver = 0.1.0.0
-       pkgrel = 198
+       pkgrel = 199
        url = https://github.com/minad/special-values
        arch = x86_64
        license = MIT
        makedepends = ghc
+       makedepends = uusi
        depends = ghc-libs
        depends = haskell-ieee754
        depends = haskell-scientific


=====================================
PKGBUILD
=====================================
@@ -3,22 +3,27 @@
 _hkgname=special-values
 pkgname=haskell-special-values
 pkgver=0.1.0.0
-pkgrel=198
+pkgrel=199
 pkgdesc="Typeclass providing special values"
 url="https://github.com/minad/special-values";
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ieee754' 'haskell-scientific')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 
sha512sums=('e45d4f04b3c50261077d084f9525677739543cad624870c4a28c5c6630a355d7c5def400031191d6f69e617856ffeb0ecc562a7d04df3bed827a7c93f0cf63cc')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u bytestring
+}
+
 build() {
     cd $_hkgname-$pkgver
 
     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
     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-special-values/-/commit/84d1803059003e03b363bd3d81b956f48291b9f7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-special-values/-/commit/84d1803059003e03b363bd3d81b956f48291b9f7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to