development/darcs: Updated for version 2.16.5.

This fixes the build on 15.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-02-09 20:04:01 +13:00 committed by Robby Workman
parent 951b2e85a7
commit 8dfd18e740
3 changed files with 31 additions and 5 deletions

View File

@ -0,0 +1,25 @@
diff -Naur darcs-2.16.5.orig/darcs.cabal darcs-2.16.5/darcs.cabal
--- darcs-2.16.5.orig/darcs.cabal 2001-09-09 13:46:40.000000000 +1200
+++ darcs-2.16.5/darcs.cabal 2022-02-27 14:54:23.056244490 +1300
@@ -436,10 +436,10 @@
vector >= 0.11 && < 0.13,
tar >= 0.5 && < 0.6,
data-ordlist == 0.4.*,
- attoparsec >= 0.13.0.1 && < 0.14,
+ attoparsec >= 0.13.0.1 && < 0.15,
zip-archive >= 0.3 && < 0.5,
async >= 2.0.2 && < 2.3,
- constraints >= 0.11 && < 0.13,
+ constraints >= 0.11 && < 0.14,
unix-compat >= 0.5 && < 0.6,
bytestring >= 0.10.6 && < 0.11,
old-time >= 1.1.0.3 && < 1.2,
@@ -449,7 +449,7 @@
temporary >= 1.2.1 && < 1.4,
process >= 1.2.3.0 && < 1.7,
array >= 0.5.1.0 && < 0.6,
- hashable >= 1.2.3.3 && < 1.4,
+ hashable >= 1.2.3.3 && < 1.5,
mmap >= 0.5.9 && < 0.6,
zlib >= 0.6.1.2 && < 0.7.0.0,
network-uri >= 2.6 && < 2.8,

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=darcs
VERSION=${VERSION:-2.14.1}
VERSION=${VERSION:-2.16.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -75,6 +75,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
patch -p1 -i $CWD/cabal.diff
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,10 +1,10 @@
PRGNAM="darcs"
VERSION="2.14.1"
VERSION="2.16.5"
HOMEPAGE="https://darcs.net/"
DOWNLOAD="https://hackage.haskell.org/package/darcs-2.14.1/darcs-2.14.1.tar.gz"
MD5SUM="07a3fe1e5264d22bf1979ff0aa224085"
DOWNLOAD="https://hackage.haskell.org/package/darcs-2.16.5/darcs-2.16.5.tar.gz"
MD5SUM="7921981745f0ada00fa3862a00bea2b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="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-network haskell-network-uri haskell-old-time haskell-random haskell-regex-applicative haskell-regex-compat-tdfa haskell-sandi haskell-tar haskell-transformers-compat haskell-unix-compat haskell-utf8-string haskell-vector haskell-zip-archive haskell-zlib haskell-old-locale"
REQUIRES="haskell-base16-bytestring haskell-data-ordlist haskell-graphviz haskell-html haskell-HTTP haskell-mmap haskell-old-time haskell-regex-applicative haskell-regex-compat-tdfa haskell-sandi haskell-tar haskell-unix-compat haskell-zip-archive haskell-constraints haskell-http-conduit"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"