Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-monad-time
Commits: fd45f2ae by Felix Yan at 2024-02-25T20:58:24+00:00 upgpkg: 0.4.0.0-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-monad-time + pkgdesc = Type class for monads which carry the notion of the current time + pkgver = 0.4.0.0 + pkgrel = 2 + url = https://github.com/scrive/monad-time + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/monad-time/0.4.0.0/monad-time-0.4.0.0.tar.gz + sha512sums = 9af304729a4238d73a18f00e40ef945b216784609f581af175e9b5d97b0557321bff09a34c147938a00757d509621577cad016d1ac45f11710de141041157bde + +pkgname = haskell-monad-time ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=monad-time pkgname=haskell-monad-time pkgver=0.4.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Type class for monads which carry the notion of the current time" url="https://github.com/scrive/monad-time" license=("BSD") @@ -19,7 +19,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ - --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-monad-time/-/commit/fd45f2ae6a5d670fc15f4a22904521b4020124c3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-monad-time/-/commit/fd45f2ae6a5d670fc15f4a22904521b4020124c3 You're receiving this email because of your account on gitlab.archlinux.org.
