summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-12-19 04:57:01 +0100
committer Andrew Clemons2022-01-17 06:13:39 +0100
commit941a1455f005123bf519ee288952f6a85587e619 (patch)
tree6ac4f3ec7ba9c9cbf8e98403c9a6194db69c982e
parentda28d734aee3734b4df2c6490a2cec23fba3aa2b (diff)
downloadslackbuilds-941a1455f005123bf519ee288952f6a85587e619.tar.gz
haskell/haskell-attoparsec: Updated for version 0.14.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild2
-rw-r--r--haskell/haskell-attoparsec/haskell-attoparsec.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
index e496f72e60..b9ec769abf 100644
--- a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
+++ b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-attoparsec
-VERSION=${VERSION:-0.14.1}
+VERSION=${VERSION:-0.14.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/haskell/haskell-attoparsec/haskell-attoparsec.info b/haskell/haskell-attoparsec/haskell-attoparsec.info
index d6352549bb..231e6181e8 100644
--- a/haskell/haskell-attoparsec/haskell-attoparsec.info
+++ b/haskell/haskell-attoparsec/haskell-attoparsec.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-attoparsec"
-VERSION="0.14.1"
+VERSION="0.14.3"
HOMEPAGE="https://hackage.haskell.org/package/attoparsec"
-DOWNLOAD="https://hackage.haskell.org/package/attoparsec-0.14.1/attoparsec-0.14.1.tar.gz"
-MD5SUM="b78e0eeb73bf788672156c314d796f28"
+DOWNLOAD="https://hackage.haskell.org/package/attoparsec-0.14.3/attoparsec-0.14.3.tar.gz"
+MD5SUM="81aab924db01d8db48fe521b4d2afb95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-scientific"