Date: Friday, June 23, 2017 @ 11:31:41 Author: felixonmars Revision: 240318
upgpkg: haskell-project-template 0.2.0-65 rebuild with hashable,1.2.6.1 Modified: haskell-project-template/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:30:23 UTC (rev 240317) +++ PKGBUILD 2017-06-23 11:31:41 UTC (rev 240318) @@ -5,12 +5,12 @@ _hkgname=project-template pkgname=haskell-project-template pkgver=0.2.0 -pkgrel=64 +pkgrel=65 pkgdesc="Specify Haskell project templates and generate files" url="https://github.com/fpco/haskell-ide" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-base64-bytestring" "haskell-conduit" +depends=('ghc' "haskell-base64-bytestring" "haskell-conduit" "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet" "haskell-text") 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
