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

Felix Yan felixonmars at archlinux.org
Fri Nov 4 05:21:05 UTC 2016


    Date: Friday, November 4, 2016 @ 05:21:04
  Author: felixonmars
Revision: 194616

upgpkg: haskell-unicode-transforms 0.2.0-1

Modified:
  haskell-unicode-transforms/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-04 05:07:18 UTC (rev 194615)
+++ PKGBUILD	2016-11-04 05:21:04 UTC (rev 194616)
@@ -3,15 +3,15 @@
 
 _hkgname=unicode-transforms
 pkgname=haskell-unicode-transforms
-pkgver=0.1.0.1
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
 url="http://github.com/ekmett/unicode-transforms/"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-text')
+depends=('ghc=8.0.1' 'haskell-bitarray' 'haskell-text')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('8bffc0a315abae89f962105384286349')
+md5sums=('3f51e6b40ec2a7b795d999586b554c93')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-bench-icu
+            -f-dev -f-has-icu -f-has-llvm
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list