[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Aug 2 17:49:13 UTC 2017


    Date: Wednesday, August 2, 2017 @ 17:49:12
  Author: felixonmars
Revision: 247521

upgpkg: haskell-data-accessor-template 0.2.1.14-1

rebuild with data-accessor-template,0.2.1.14

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-02 17:43:35 UTC (rev 247520)
+++ PKGBUILD	2017-08-02 17:49:12 UTC (rev 247521)
@@ -4,15 +4,15 @@
 
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
-pkgver=0.2.1.13
-pkgrel=5
+pkgver=0.2.1.14
+pkgrel=1
 pkgdesc="Automate generation of Accessor's of the data-accessor package by Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-data-accessor" "haskell-utility-ht")
+depends=('ghc' "haskell-data-accessor" "haskell-utility-ht")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958')
+sha512sums=('69405dedf4dad116ec1d1ffae5aaded60e43c27884dc3f78ff4c4f24e599a273a2785f00875cd0f4dd7f48eb42530134b8fe5dee80f0d77e36e71dd3cc82c016')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list