Date: Friday, June 30, 2017 @ 20:08:43 Author: felixonmars Revision: 241763
upgpkg: haskell-enclosed-exceptions 1.0.2-7 rebuild with monad-control,1.0.2.1 Modified: haskell-enclosed-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-30 20:07:29 UTC (rev 241762) +++ PKGBUILD 2017-06-30 20:08:43 UTC (rev 241763) @@ -5,12 +5,12 @@ _hkgname=enclosed-exceptions pkgname=haskell-enclosed-exceptions pkgver=1.0.2 -pkgrel=6 +pkgrel=7 pkgdesc="Catching all exceptions from within an enclosed computation" url="https://github.com/jcristovao/enclosed-exceptions" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-lifted-base" "haskell-monad-control" "haskell-transformers-base") +depends=('ghc' "haskell-lifted-base" "haskell-monad-control" "haskell-transformers-base") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('7b9beab82d219c0dd879dfdef70fb74a4a7595b4dbd0baf7adb12cdbbe8189f1') @@ -19,7 +19,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
