[arch-commits] Commit in haskell-lifted-base/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 30 20:07:00 UTC 2017


    Date: Friday, June 30, 2017 @ 20:06:56
  Author: felixonmars
Revision: 241761

upgpkg: haskell-lifted-base 0.2.3.11-4

rebuild with monad-control,1.0.2.1

Modified:
  haskell-lifted-base/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 20:05:21 UTC (rev 241760)
+++ PKGBUILD	2017-06-30 20:06:56 UTC (rev 241761)
@@ -5,12 +5,12 @@
 _hkgname=lifted-base
 pkgname=haskell-lifted-base
 pkgver=0.2.3.11
-pkgrel=3
+pkgrel=4
 pkgdesc="lifted IO operations from the base library"
 url="https://github.com/basvandijk/lifted-base"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-monad-control" "haskell-transformers-base")
+depends=('ghc' "haskell-monad-control" "haskell-transformers-base")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('291dd44dd64f0fa20dca5c5bdce6e97eb94f42ff5a02e4efbde02f07448a04c9cf8f652fbb59d14981eaa22bfc41c5bc5755f99d075dea802531232356b91a21')
 
@@ -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



More information about the arch-commits mailing list