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

Felix Yan felixonmars at archlinux.org
Tue Jul 26 06:29:39 UTC 2016


    Date: Tuesday, July 26, 2016 @ 06:29:38
  Author: felixonmars
Revision: 184152

upgpkg: haskell-semigroups 0.18.2-3

remove unused build flags and dependencies

Modified:
  haskell-semigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-26 06:19:07 UTC (rev 184151)
+++ PKGBUILD	2016-07-26 06:29:38 UTC (rev 184152)
@@ -5,13 +5,12 @@
 _hkgname=semigroups
 pkgname=haskell-semigroups
 pkgver=0.18.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Anything that associates"
 url="http://github.com/ekmett/semigroups/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-hashable" "haskell-tagged" "haskell-text"
-         "haskell-unordered-containers")
+depends=("ghc=8.0.1")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('5dc9ff8622af25412fb071098063da288cd408a844e67c3371b78daa86d5d0e4')
 
@@ -20,8 +19,7 @@
     
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -funordered-containers -ftext -ftagged -fdeepseq -fcontainers -fbytestring -fhashable -fbinary -ftransformers -f-bytestring-builder
+        --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