summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author David Spencer2018-10-26 11:59:18 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:34 +0100
commit345b89024d7bfd43e0615520470c4e8058db9809 (patch)
tree955eae5cbb7d46b925e89950a62da9ab60e02a46 /haskell
parent828c40a958819127d35db7ad863172776ec5205d (diff)
downloadslackbuilds-345b89024d7bfd43e0615520470c4e8058db9809.tar.gz
haskell/haskell-monads-tf: Updated for version 0.1.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-monads-tf/README2
-rw-r--r--haskell/haskell-monads-tf/haskell-monads-tf.SlackBuild13
-rw-r--r--haskell/haskell-monads-tf/haskell-monads-tf.info12
-rw-r--r--haskell/haskell-monads-tf/slack-desc2
4 files changed, 15 insertions, 14 deletions
diff --git a/haskell/haskell-monads-tf/README b/haskell/haskell-monads-tf/README
index 5906304074..7e008bd196 100644
--- a/haskell/haskell-monads-tf/README
+++ b/haskell/haskell-monads-tf/README
@@ -2,7 +2,7 @@ Monad classes using type families, with instances for various monad
transformers, inspired by the paper /Functional Programming with
Overloading and Higher-Order Polymorphism/, by Mark P Jones, in
Advanced School of Functional Programming, 1995
-(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
+(https://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
diff --git a/haskell/haskell-monads-tf/haskell-monads-tf.SlackBuild b/haskell/haskell-monads-tf/haskell-monads-tf.SlackBuild
index 51c3f17fd8..aa782d3422 100644
--- a/haskell/haskell-monads-tf/haskell-monads-tf.SlackBuild
+++ b/haskell/haskell-monads-tf/haskell-monads-tf.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/sh
-# Slackware build script for monads-tf
+# Slackware build script for haskell-monads-tf
# Copyright 2015 Mikko Värri, Finland
+# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-monads-tf
-VERSION=${VERSION:-0.1.0.2}
+VERSION=${VERSION:-0.1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -33,7 +34,7 @@ GHC_VERSION=$(ghc --numeric-version)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -44,8 +45,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -71,7 +72,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/haskell/haskell-monads-tf/haskell-monads-tf.info b/haskell/haskell-monads-tf/haskell-monads-tf.info
index f3b0595c78..3b4b72a937 100644
--- a/haskell/haskell-monads-tf/haskell-monads-tf.info
+++ b/haskell/haskell-monads-tf/haskell-monads-tf.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-monads-tf"
-VERSION="0.1.0.2"
-HOMEPAGE="http://hackage.haskell.org/package/monads-tf"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/monads-tf/0.1.0.2/monads-tf-0.1.0.2.tar.gz"
-MD5SUM="4ea2ab975ad9d2ce8bc6e9240124d623"
+VERSION="0.1.0.3"
+HOMEPAGE="https://hackage.haskell.org/package/monads-tf"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/monads-tf/0.1.0.3/monads-tf-0.1.0.3.tar.gz"
+MD5SUM="0c946ba2101c6723d9637d2d145153f8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"
-MAINTAINER="Mikko Värri"
-EMAIL="vmj@linuxbox.fi"
+MAINTAINER="David Spencer"
+EMAIL="baildon.research@googlemail.com"
diff --git a/haskell/haskell-monads-tf/slack-desc b/haskell/haskell-monads-tf/slack-desc
index 90893aa25d..742dfe3efc 100644
--- a/haskell/haskell-monads-tf/slack-desc
+++ b/haskell/haskell-monads-tf/slack-desc
@@ -12,7 +12,7 @@ haskell-monads-tf: Monad classes using type families, with instances for various
haskell-monads-tf: transformers, inspired by the paper /Functional Programming with
haskell-monads-tf: Overloading and Higher-Order Polymorphism/, by Mark P Jones, in
haskell-monads-tf: Advanced School of Functional Programming, 1995
-haskell-monads-tf: (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
+haskell-monads-tf: (https://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
haskell-monads-tf:
haskell-monads-tf:
haskell-monads-tf: