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

rebuild with silently 1.2.5.2

parent c67be0b1
No related branches found
Tags 6.2.1-1
No related merge requests found
......@@ -3,8 +3,8 @@
_hkgname=silently
pkgname=haskell-silently
pkgver=1.2.5.1
pkgrel=12
pkgver=1.2.5.2
pkgrel=1
pkgdesc="Prevent or capture writing to stdout and other handles."
url="https://github.com/hspec/silently"
license=("BSD")
......@@ -12,14 +12,14 @@ arch=('x86_64')
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('1347a1da5082ca015ca609ef313ad04c253d12ab7b08f8f714b4c70282d3c01ba753f278bef4111fd8a0cc25bd3be37908b7e565d99d4b7c2a2fcc019febb8d6')
sha512sums=('13fe9602e6195f63e1c4ea1bda5a2e10c73846c380d9e093ef64a178a7700afe5657c488af66132db6442c3058111e6a04ebe8273be1be668136e23e5cabf6f5')
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
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
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