[arch-commits] Commit in darcs/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 20 06:53:15 UTC 2018
Date: Sunday, May 20, 2018 @ 06:53:14
Author: felixonmars
Revision: 325140
upgpkg: darcs 2.14.0-15
rebuild with ghc 8.4.2
Modified:
darcs/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-20 06:53:06 UTC (rev 325139)
+++ PKGBUILD 2018-05-20 06:53:14 UTC (rev 325140)
@@ -4,7 +4,7 @@
pkgname=darcs
pkgver=2.14.0
-pkgrel=14
+pkgrel=15
pkgdesc="A distributed, interactive, smart revision control system"
url="http://darcs.net"
license=("GPL2")
@@ -12,9 +12,9 @@
depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-base16-bytestring'
'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 'haskell-graphviz'
'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 'haskell-mmap'
- 'haskell-mtl' 'haskell-network' 'haskell-network-uri' 'haskell-old-time' 'haskell-parsec'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 'haskell-regex-compat-tdfa'
- 'haskell-stm' 'haskell-tar' 'haskell-text' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 'haskell-quickcheck'
'haskell-shelly' 'haskell-split' 'haskell-test-framework'
@@ -24,7 +24,7 @@
prepare() {
cd $pkgname-$pkgver
- sed -i 's/shelly >= 1.6.8 && < 1.7,/shelly >= 1.6.8,/' $pkgname.cabal
+ sed -i -e 's/shelly >= 1.6.8 && < 1.7,/shelly >= 1.6.8,/' -e 's/<.*2.11/<3/' $pkgname.cabal
sed -e 's/^ghc /ghc -dynamic /' \
-e 's/ ghc / ghc -dynamic /' \
More information about the arch-commits
mailing list