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

upgpkg: 3.4-1

parent 3052f86e
No related branches found
Tags 3.3.1-26
No related merge requests found
......@@ -3,23 +3,24 @@
_hkgname=vector-instances
pkgname=haskell-vector-instances
pkgver=3.3.1
pkgrel=28
pkgver=3.4
pkgrel=1
pkgdesc="Orphan Instances for \'Data.Vector\'"
url="http://github.com/ekmett/vector-instances"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-comonad" "haskell-keys" "haskell-pointed"
depends=("ghc=8.0.1" "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell-pointed"
"haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('68c7f154fe4ad53e29433e150c8718b0e74b4cf4c45a79af89940fff83868c59')
sha256sums=('1b0246ef0cf8372d61d5c7840d857f49299af2304b5107510377255ed4dd5381')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
runhaskell Setup configure -O --enable-library-profiling --enable-shared \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
--libsubdir=\$compiler/site-local/\$pkgid
--libsubdir=\$compiler/site-local/\$pkgid \
-fhashable
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
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