[arch-commits] Commit in haskell-vector-instances/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 11 11:24:17 UTC 2017


    Date: Wednesday, January 11, 2017 @ 11:24:17
  Author: felixonmars
Revision: 206812

upgpkg: haskell-vector-instances 3.4-1

Modified:
  haskell-vector-instances/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 10:57:24 UTC (rev 206811)
+++ PKGBUILD	2017-01-11 11:24:17 UTC (rev 206812)
@@ -4,16 +4,16 @@
 
 _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}"
@@ -20,7 +20,8 @@
     
     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



More information about the arch-commits mailing list