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

rebuil with memory 0.17.0

parent 93344094
No related branches found
Tags v40
No related merge requests found
......@@ -4,7 +4,7 @@
_hkgname=cprng-aes
pkgname=haskell-cprng-aes
pkgver=0.6.1
pkgrel=263
pkgrel=264
pkgdesc="Crypto Pseudo Random Number Generator using AES in counter mode."
url="https://github.com/vincenthz/hs-cprng-aes"
license=("BSD")
......@@ -18,7 +18,7 @@ build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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