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

upgpkg: 1.0.1.1-256: rebuild with inspection-testing 0.6

parent d0e566af
No related branches found
No related tags found
No related merge requests found
pkgbase = haskell-hasql-transaction
pkgdesc = A composable abstraction over the retryable transactions for Hasql
pkgver = 1.0.1.1
pkgrel = 255
pkgrel = 256
url = https://github.com/nikita-volkov/hasql-transaction
arch = x86_64
license = MIT
......
......@@ -3,7 +3,7 @@
_hkgname=hasql-transaction
pkgname=haskell-hasql-transaction
pkgver=1.0.1.1
pkgrel=255
pkgrel=256
pkgdesc="A composable abstraction over the retryable transactions for Hasql"
url="https://github.com/nikita-volkov/hasql-transaction"
license=('MIT')
......@@ -23,7 +23,7 @@ prepare() {
build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
runhaskell Setup configure -O --enable-shared --enable-debug-info --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
runhaskell Setup build $MAKEFLAGS
......
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