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

Felix Yan fyan at archlinux.org
Sun Jan 17 11:42:53 UTC 2016


    Date: Sunday, January 17, 2016 @ 12:42:53
  Author: fyan
Revision: 157083

upgpkg: haskell-pointed 5-1

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 11:40:34 UTC (rev 157082)
+++ PKGBUILD	2016-01-17 11:42:53 UTC (rev 157083)
@@ -4,8 +4,8 @@
 
 _hkgname=pointed
 pkgname=haskell-pointed
-pkgver=4.2.0.2
-pkgrel=3
+pkgver=5
+pkgrel=1
 pkgdesc="Pointed and copointed data"
 url="http://github.com/ekmett/pointed/"
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('4b8a8a5ad5a54715f6a58090d820657a2f2de4176d899ad736ebd0e54de7da7a')
+sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -24,7 +24,9 @@
     
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fcomonad -fcontainers -fkan-extensions -fsemigroupoids -fsemigroups \
+            -fstm -ftagged -ftransformers -funordered-containers
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list