[arch-commits] Commit in haskell-monad-journal/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 30 20:12:18 UTC 2017


    Date: Friday, June 30, 2017 @ 20:12:18
  Author: felixonmars
Revision: 241767

upgpkg: haskell-monad-journal 0.7.2-25

rebuild with monad-control,1.0.2.1

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 20:10:48 UTC (rev 241766)
+++ PKGBUILD	2017-06-30 20:12:18 UTC (rev 241767)
@@ -5,12 +5,12 @@
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
 pkgver=0.7.2
-pkgrel=24
+pkgrel=25
 pkgdesc="Pure logger typeclass and monad transformer"
 url="http://github.com/phaazon/monad-journal"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-either" "haskell-monad-control" "haskell-mtl" "haskell-transformers-base")
+depends=('ghc' "haskell-either" "haskell-monad-control" "haskell-mtl" "haskell-transformers-base")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('72b1a676bd994198544c4861a05b1d1b4f7ae55ea35a837cace539b8d6c69d08')
 
@@ -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