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

rebuild with base-compat,0.10.1 aeson,1.3.1.1

parent cefcb2b3
No related branches found
Tags 3.4-47
No related merge requests found
......@@ -4,17 +4,22 @@
_hkgname=vector-instances
pkgname=haskell-vector-instances
pkgver=3.4
pkgrel=46
pkgrel=47
pkgdesc="Orphan Instances for \'Data.Vector\'"
url="https://github.com/ekmett/vector-instances"
license=("custom:BSD3")
arch=('x86_64')
depends=('ghc-libs' "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell-pointed"
"haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
"haskell-semigroupoids" "haskell-vector")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1')
prepare() {
cd $_hkgname-$pkgver
sed -i '/semigroups/d' $_hkgname.cabal
}
build() {
cd "${srcdir}/${_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