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

Felix Yan fyan at archlinux.org
Sat Apr 30 13:43:46 UTC 2016


    Date: Saturday, April 30, 2016 @ 15:43:46
  Author: fyan
Revision: 173147

upgpkg: darcs 2.12.0-1

rebuild with darcs-2.12.0, extra-1.4.5, hpack-0.13.0, lens-4.14, tasty-0.11.0.3

Modified:
  darcs/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 13:33:40 UTC (rev 173146)
+++ PKGBUILD	2016-04-30 13:43:46 UTC (rev 173147)
@@ -3,34 +3,31 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=darcs
-pkgver=2.10.3
-pkgrel=16
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL")
 arch=('i686' 'x86_64')
 depends=('curl')
-makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
-             "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html"
-             "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri"
-             "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random"
-             "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
-             "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
-             "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring"
+             "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz"
+             "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl"
+             "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec"
+             "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+             "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+             "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string"
+             "haskell-vector" "haskell-zip-archive" "haskell-zlib")
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
 
-prepare() {
-    sed -i 's/zip-archive  >= 0.2.3 && < 0.3/zip-archive  >= 0.2.3 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     
     runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         -fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \
-        -f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \
-        -f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+        -f-rts -foptimize -f-warn-as-error \
+        -f-libiconv -fuse-time-1point5 -fnetwork-uri
     runhaskell Setup build
 }
 



More information about the arch-commits mailing list