Date: Thursday, June 22, 2017 @ 18:49:37 Author: felixonmars Revision: 239675
upgpkg: haskell-cheapskate 0.1.0.5-69 rebuild with wai-extra,3.0.20.0 Modified: haskell-cheapskate/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-22 18:49:19 UTC (rev 239674) +++ PKGBUILD 2017-06-22 18:49:37 UTC (rev 239675) @@ -5,12 +5,12 @@ _hkgname=cheapskate pkgname=haskell-cheapskate pkgver=0.1.0.5 -pkgrel=68 +pkgrel=69 pkgdesc="Experimental markdown processor." url="http://github.com/jgm/cheapskate" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-blaze-html" "haskell-data-default" "haskell-http-types" +depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-data-default" "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text" "haskell-uniplate" "haskell-wai" "haskell-wai-extra" "haskell-xss-sanitize") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") @@ -25,7 +25,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 \ -fdingus runhaskell Setup build runhaskell Setup haddock --hoogle --html
