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

Felix Yan felixonmars at archlinux.org
Fri Jun 30 19:53:17 UTC 2017


    Date: Friday, June 30, 2017 @ 19:53:16
  Author: felixonmars
Revision: 241749

upgpkg: haskell-either 4.4.1.1-25

rebuild with monad-control,1.0.2.1

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 19:51:50 UTC (rev 241748)
+++ PKGBUILD	2017-06-30 19:53:16 UTC (rev 241749)
@@ -5,12 +5,12 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=4.4.1.1
-pkgrel=24
+pkgrel=25
 pkgdesc="An either monad transformer"
 url="http://github.com/ekmett/either/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+depends=('ghc' "haskell-bifunctors" "haskell-exceptions" "haskell-free"
          "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
          "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
          "haskell-semigroups" "haskell-transformers-base")
@@ -28,7 +28,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