summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-05-30 16:53:12 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-01 23:54:53 +0700
commit523a5d428dd50ec91835c47f65fc52824ffac180 (patch)
tree6cbd1c0b6a0304c4d7cfa69800eaf89b941405fa /haskell
parent726bc7c885b12fa471527d012e65a876dfba7874 (diff)
downloadslackbuilds-523a5d428dd50ec91835c47f65fc52824ffac180.tar.gz
slackbuilds-523a5d428dd50ec91835c47f65fc52824ffac180.tar.xz
haskell/haskell-unordered-containers: Updated for version 0.2.7.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild4
-rw-r--r--haskell/haskell-unordered-containers/haskell-unordered-containers.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild b/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
index 52330fddec..50f7bae914 100644
--- a/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
+++ b/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-unordered-containers
-VERSION=${VERSION:-0.2.5.1}
+VERSION=${VERSION:-0.2.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/haskell/haskell-unordered-containers/haskell-unordered-containers.info b/haskell/haskell-unordered-containers/haskell-unordered-containers.info
index 7eca31ffc7..81d6295d30 100644
--- a/haskell/haskell-unordered-containers/haskell-unordered-containers.info
+++ b/haskell/haskell-unordered-containers/haskell-unordered-containers.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-unordered-containers"
-VERSION="0.2.5.1"
+VERSION="0.2.7.0"
HOMEPAGE="http://hackage.haskell.org/package/unordered-containers"
-DOWNLOAD="http://hackage.haskell.org/package/unordered-containers-0.2.5.1/unordered-containers-0.2.5.1.tar.gz"
-MD5SUM="c330100ca1d5e6b3cb8242d0bde706f9"
+DOWNLOAD="http://hackage.haskell.org/package/unordered-containers-0.2.7.0/unordered-containers-0.2.7.0.tar.gz"
+MD5SUM="42ba5beb3c018209510b88e8b4f3892c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hashable"