[arch-commits] Commit in haskell-persistent-template/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 23 17:23:56 UTC 2017
Date: Friday, June 23, 2017 @ 17:23:55
Author: felixonmars
Revision: 240506
upgpkg: haskell-persistent-template 2.5.2-39
rebuild with hashable,1.2.6.1
Modified:
haskell-persistent-template/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-23 17:21:40 UTC (rev 240505)
+++ PKGBUILD 2017-06-23 17:23:55 UTC (rev 240506)
@@ -5,12 +5,12 @@
_hkgname=persistent-template
pkgname=haskell-persistent-template
pkgver=2.5.2
-pkgrel=38
+pkgrel=39
pkgdesc="Type-safe, non-relational, multi-backend persistence"
url="http://www.yesodweb.com/book/persistent"
license=("MIT")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-aeson-compat" "haskell-http-api-data"
+depends=('ghc' "haskell-aeson" "haskell-aeson-compat" "haskell-http-api-data"
"haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" "haskell-persistent"
"haskell-tagged" "haskell-text" "haskell-unordered-containers")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -21,7 +21,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