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

rebuild with vector-instances 3.4.1

parent e1786c12
No related branches found
Tags 3.3.1-26
No related merge requests found
......@@ -3,8 +3,8 @@
_hkgname=vector-instances
pkgname=haskell-vector-instances
pkgver=3.4
pkgrel=433
pkgver=3.4.1
pkgrel=1
pkgdesc="Orphan Instances for 'Data.Vector'"
url="https://github.com/ekmett/vector-instances"
license=("BSD")
......@@ -13,18 +13,18 @@ depends=('ghc-libs' "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell
"haskell-semigroupoids" "haskell-vector")
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1')
sha512sums=('496d7e6e2296403dc50fcfceb28a9292c03e60877d97cadfdae8d788076fe0b7c642457ebe08638ac64dd227ec43ed3b48bc541f3b93598c27191d6dbb124de1')
prepare() {
cd $_hkgname-$pkgver
uusi -d semigroups -u vector $_hkgname.cabal
uusi -d semigroups $_hkgname.cabal
}
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 --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
-fhashable
runhaskell Setup build $MAKEFLAGS
......@@ -34,6 +34,11 @@ build() {
sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
}
check() {
cd $_hkgname-$pkgver
runhaskell Setup test --show-details=direct
}
package() {
cd $_hkgname-$pkgver
......
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