diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-01-22 14:16:25 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:48 +0700 |
commit | 4dc37b3556a44e42368a23b1612d13c56571c150 (patch) | |
tree | 69fc517b10ef0296277c8c2d7606c80dcd9948b3 /haskell/haskell-microlens-mtl/haskell-microlens-mtl.SlackBuild | |
parent | 05a787ce61a57bd3cffc088edcf684dc0ac05ea5 (diff) |
haskell/haskell-microlens-mtl: Updated for version 0.2.0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-microlens-mtl/haskell-microlens-mtl.SlackBuild')
-rw-r--r-- | haskell/haskell-microlens-mtl/haskell-microlens-mtl.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-microlens-mtl/haskell-microlens-mtl.SlackBuild b/haskell/haskell-microlens-mtl/haskell-microlens-mtl.SlackBuild index 1496612b089dd..467c9aa9071ef 100644 --- a/haskell/haskell-microlens-mtl/haskell-microlens-mtl.SlackBuild +++ b/haskell/haskell-microlens-mtl/haskell-microlens-mtl.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for haskell-microlens-mtl # Copyright 2021 Andrew Clemons, Wellington New Zealand +# Copyright 2023 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-microlens-mtl -VERSION=${VERSION:-0.2.0.1} +VERSION=${VERSION:-0.2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |