Date: Friday, June 23, 2017 @ 11:30:01 Author: felixonmars Revision: 240316
upgpkg: haskell-monad-logger 0.3.24-14 rebuild with hashable,1.2.6.1 Modified: haskell-monad-logger/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:28:29 UTC (rev 240315) +++ PKGBUILD 2017-06-23 11:30:01 UTC (rev 240316) @@ -5,12 +5,12 @@ _hkgname=monad-logger pkgname=haskell-monad-logger pkgver=0.3.24 -pkgrel=13 +pkgrel=14 pkgdesc="A class of monads which can log messages." url="https://github.com/kazu-yamamoto/logger" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-blaze-builder" "haskell-conduit" "haskell-conduit-extra" +depends=('ghc' "haskell-blaze-builder" "haskell-conduit" "haskell-conduit-extra" "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base" "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" "haskell-resourcet" "haskell-stm" "haskell-stm-chans" "haskell-text" "haskell-transformers-base" "haskell-transformers-compat") @@ -22,7 +22,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 \ -ftemplate_haskell runhaskell Setup build runhaskell Setup haddock --hoogle --html
