summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2018-10-26 11:59:37 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:37 +0100
commit7a48172400102c9960146e9f2ac65b6f048579b3 (patch)
tree04e92dfd3ea765f0cb1e9169418b298a5ab34a1a
parent860a9b573022654ffe7f5a3352be1cd3a078f41e (diff)
downloadslackbuilds-7a48172400102c9960146e9f2ac65b6f048579b3.tar.gz
haskell/haskell-pandoc-types: Updated for version 1.17.5.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild11
-rw-r--r--haskell/haskell-pandoc-types/haskell-pandoc-types.info14
-rw-r--r--haskell/haskell-pandoc-types/slack-desc2
3 files changed, 14 insertions, 13 deletions
diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
index 457d87b54c..43e612d52f 100644
--- a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
+++ b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
@@ -1,9 +1,10 @@
#!/bin/sh
-# Slackware build script for pandoc-types
+# Slackware build script for haskell-pandoc-types
# Written by Peter Wang (novalazy@gmail.com)
# 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
@@ -24,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-pandoc-types
-VERSION=${VERSION:-1.16.1}
+VERSION=${VERSION:-1.17.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -34,7 +35,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
@@ -45,8 +46,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"
diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.info b/haskell/haskell-pandoc-types/haskell-pandoc-types.info
index e12fb08eed..edc56a85ab 100644
--- a/haskell/haskell-pandoc-types/haskell-pandoc-types.info
+++ b/haskell/haskell-pandoc-types/haskell-pandoc-types.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-pandoc-types"
-VERSION="1.16.1"
-HOMEPAGE="http://hackage.haskell.org/package/pandoc-types"
-DOWNLOAD="http://hackage.haskell.org/package/pandoc-types-1.16.1/pandoc-types-1.16.1.tar.gz"
-MD5SUM="9fed45bfc114c9530a16697945c20659"
+VERSION="1.17.5.3"
+HOMEPAGE="https://hackage.haskell.org/package/pandoc-types"
+DOWNLOAD="https://hackage.haskell.org/package/pandoc-types-1.17.5.3/pandoc-types-1.17.5.3.tar.gz"
+MD5SUM="8b100d5e3b58abc28946cc821fb120cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="haskell-syb haskell-aeson haskell-deepseq-generics"
-MAINTAINER="Mikko Värri"
-EMAIL="vmj@linuxbox.fi"
+REQUIRES="haskell-QuickCheck haskell-syb haskell-aeson haskell-deepseq-generics"
+MAINTAINER="David Spencer"
+EMAIL="baildon.research@googlemail.com"
diff --git a/haskell/haskell-pandoc-types/slack-desc b/haskell/haskell-pandoc-types/slack-desc
index 4dd16187a9..76c72f31cb 100644
--- a/haskell/haskell-pandoc-types/slack-desc
+++ b/haskell/haskell-pandoc-types/slack-desc
@@ -11,7 +11,7 @@ haskell-pandoc-types:
haskell-pandoc-types: This package contains definitions for the Pandoc data structure,
haskell-pandoc-types: which is used by pandoc to represent structured documents.
haskell-pandoc-types:
-haskell-pandoc-types: Homepage: http://hackage.haskell.org/package/pandoc-types
+haskell-pandoc-types: Homepage: https://hackage.haskell.org/package/pandoc-types
haskell-pandoc-types:
haskell-pandoc-types:
haskell-pandoc-types: