Skip to content
Snippets Groups Projects
Verified Commit 86d794e5 authored by Felix Yan's avatar Felix Yan
Browse files

upgpkg: 0.1.0.2-2: rebuild with GHC 9.2.8

parent 6a635b2c
No related branches found
Tags 0.1.0.1-18
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = haskell-data-bword
pkgdesc = Extra operations on binary words of fixed length
pkgver = 0.1.0.2
pkgrel = 2
url = https://github.com/mvv/data-bword
arch = x86_64
license = BSD
makedepends = ghc
depends = ghc-libs
source = https://hackage.haskell.org/packages/archive/data-bword/0.1.0.2/data-bword-0.1.0.2.tar.gz
sha512sums = 9275c80477362d415cb9d25616ca2f670e27c4e54d45fa345788173d74ade4b7ad4127571b39bfb2311f910cfb52ae1a23298fd2ebf0031436c1c9da35ee0521
pkgname = haskell-data-bword
......@@ -3,7 +3,7 @@
_hkgname=data-bword
pkgname=haskell-data-bword
pkgver=0.1.0.2
pkgrel=1
pkgrel=2
pkgdesc="Extra operations on binary words of fixed length"
url="https://github.com/mvv/data-bword"
license=('BSD')
......@@ -18,7 +18,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment