Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-monad-loops
Commits: c32dc36d by Felix Yan at 2024-02-25T21:00:39+00:00 upgpkg: 0.4.3-26: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-monad-loops + pkgdesc = Monadic loops + pkgver = 0.4.3 + pkgrel = 26 + url = https://github.com/mokus0/monad-loops + arch = x86_64 + license = custom:PublicDomain + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/monad-loops/0.4.3/monad-loops-0.4.3.tar.gz + sha512sums = 41a1314777661a411acf62dfa25cbb1a59fedd5d60d1a2b8566a3dd64dec361ab1fe35827320529a723a612e0443571ce38b17fa900eb8d5289bc52f653d47a5 + +pkgname = haskell-monad-loops ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=monad-loops pkgname=haskell-monad-loops pkgver=0.4.3 -pkgrel=25 +pkgrel=26 pkgdesc="Monadic loops" url="https://github.com/mokus0/monad-loops" license=("custom:PublicDomain") @@ -18,8 +18,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fbase4 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-monad-loops/-/commit/c32dc36d08dc61b317a83848e756e364921e776f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-monad-loops/-/commit/c32dc36d08dc61b317a83848e756e364921e776f You're receiving this email because of your account on gitlab.archlinux.org.
