diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-07 14:36:30 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:49 +1300 |
commit | a7ddd4e9b0134b5c939f48b86fba94e5bd5a402f (patch) | |
tree | c381b94a336fed590cdeff10b27f50be22c3245a /haskell | |
parent | ceabaf3270bc9f714c3bf1c72d367847d8c93dd9 (diff) | |
download | slackbuilds-a7ddd4e9b0134b5c939f48b86fba94e5bd5a402f.tar.gz |
haskell/haskell-unliftio-core: Fix build on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-unliftio-core/haskell-unliftio-core.info | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild index 8d55d9b41b..060e72a9db 100644 --- a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild +++ b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-unliftio-core VERSION=${VERSION:-0.2.0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} 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-unliftio-core/haskell-unliftio-core.info b/haskell/haskell-unliftio-core/haskell-unliftio-core.info index 5f5ed3d06b..f05617988b 100644 --- a/haskell/haskell-unliftio-core/haskell-unliftio-core.info +++ b/haskell/haskell-unliftio-core/haskell-unliftio-core.info @@ -1,8 +1,10 @@ PRGNAM="haskell-unliftio-core" VERSION="0.2.0.1" HOMEPAGE="https://hackage.haskell.org/package/unliftio-core" -DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.2.0.1/unliftio-core-0.2.0.1.tar.gz" -MD5SUM="c0d5e28f401241b73789dd8b75791d42" +DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.2.0.1/unliftio-core-0.2.0.1.tar.gz \ + https://hackage.haskell.org/package/unliftio-core-0.2.0.1/revision/2.cabal" +MD5SUM="c0d5e28f401241b73789dd8b75791d42 \ + e480166f2c67be28f9aabc735ae3c8c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |