Date: Monday, July 31, 2017 @ 17:12:22 Author: felixonmars Revision: 247139
upgpkg: haskell-comonad 5.0.1-3 rebuild with distributive,0.5.3 Modified: haskell-comonad/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-31 17:10:57 UTC (rev 247138) +++ PKGBUILD 2017-07-31 17:12:22 UTC (rev 247139) @@ -5,12 +5,12 @@ _hkgname=comonad pkgname=haskell-comonad pkgver=5.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Comonads" url="http://github.com/ekmett/comonad/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-contravariant" "haskell-distributive" "haskell-semigroups" +depends=('ghc' "haskell-contravariant" "haskell-distributive" "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('20e90d8609b7236d0c74b2994bb0b3a629c99dbceac3476e27d91953bfec71720ab6a8e2d1415db27b675805ea7f6a61927a641807fa4b8d2db763a8c070082d') @@ -20,7 +20,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 \ -fdistributive -fcontravariant -fcontainers -ftest-doctests runhaskell Setup build runhaskell Setup haddock --hoogle --html
