Skip to content
Snippets Groups Projects
Commit 6a635b2c authored by Felix Yan's avatar Felix Yan
Browse files

rebuild with data-bword 0.1.0.2

parent 21bd3f8e
No related branches found
Tags 0.1.0.1-10
No related merge requests found
......@@ -2,8 +2,8 @@
_hkgname=data-bword
pkgname=haskell-data-bword
pkgver=0.1.0.1
pkgrel=23
pkgver=0.1.0.2
pkgrel=1
pkgdesc="Extra operations on binary words of fixed length"
url="https://github.com/mvv/data-bword"
license=('BSD')
......@@ -11,13 +11,13 @@ arch=('x86_64')
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('16338a0c4c8bd2cd9c676ae6986fdb167809c361d770f953074fecc3cb5626ca99cc9999826c3e5a2e925177f95e3f8ef40715764b0ffb09ddde6ecd593d0e76')
sha512sums=('9275c80477362d415cb9d25616ca2f670e27c4e54d45fa345788173d74ade4b7ad4127571b39bfb2311f910cfb52ae1a23298fd2ebf0031436c1c9da35ee0521')
build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --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