diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-11 22:15:21 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:45 +0700 |
commit | f6c45c2c9be3907b673880a1d99865b1ef4ab16e (patch) | |
tree | 8ffaf10f3482186084dfa3fa858f6b0fa339da78 | |
parent | 3bbda994692787f4f33eb101c0f779c186a9ecb9 (diff) |
haskell/haskell-th-orphans: Updated for version 0.13.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-th-orphans/haskell-th-orphans.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-th-orphans/haskell-th-orphans.info | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/haskell/haskell-th-orphans/haskell-th-orphans.SlackBuild b/haskell/haskell-th-orphans/haskell-th-orphans.SlackBuild index baf0146d3f0d..4f1bf56ecfa0 100644 --- a/haskell/haskell-th-orphans/haskell-th-orphans.SlackBuild +++ b/haskell/haskell-th-orphans/haskell-th-orphans.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-th-orphans -VERSION=${VERSION:-0.13.6} +VERSION=${VERSION:-0.13.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,7 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION +cat $CWD/2.cabal > $SRCNAM.cabal chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/haskell/haskell-th-orphans/haskell-th-orphans.info b/haskell/haskell-th-orphans/haskell-th-orphans.info index 50535ae8f8c5..befc9601bfb9 100644 --- a/haskell/haskell-th-orphans/haskell-th-orphans.info +++ b/haskell/haskell-th-orphans/haskell-th-orphans.info @@ -1,10 +1,12 @@ PRGNAM="haskell-th-orphans" -VERSION="0.13.6" +VERSION="0.13.12" HOMEPAGE="https://hackage.haskell.org/package/th-orphans" -DOWNLOAD="https://hackage.haskell.org/packages/archive/th-orphans/0.13.6/th-orphans-0.13.6.tar.gz" -MD5SUM="fe28ad35158bb9771b4eaa0ec316473f" +DOWNLOAD="https://hackage.haskell.org/packages/archive/th-orphans/0.13.12/th-orphans-0.13.12.tar.gz \ + https://hackage.haskell.org/package/th-orphans-0.13.12/revision/2.cabal" +MD5SUM="5d466239dcad0859a9112c5feda39d5c \ + 1dcc9d601ee69d2f01e83be48facaab6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-generic-deriving haskell-th-lift haskell-th-lift-instances haskell-th-reify-many" +REQUIRES="haskell-generic-deriving haskell-th-lift haskell-th-lift-instances haskell-th-reify-many haskell-th-compat" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |