summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild4
-rw-r--r--haskell/haskell-attoparsec/haskell-attoparsec.info10
2 files changed, 7 insertions, 7 deletions
diff --git a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
index 4f3d9623f7..067209ae44 100644
--- a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
+++ b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-attoparsec
-VERSION=${VERSION:-0.11.1.0}
+VERSION=${VERSION:-0.12.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -96,7 +96,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 changelog LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a changelog.md LICENSE README.markdown $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-attoparsec/haskell-attoparsec.info b/haskell/haskell-attoparsec/haskell-attoparsec.info
index 3b17e2dea2..6ee06484f6 100644
--- a/haskell/haskell-attoparsec/haskell-attoparsec.info
+++ b/haskell/haskell-attoparsec/haskell-attoparsec.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-attoparsec"
-VERSION="0.11.1.0"
+VERSION="0.12.1.2"
HOMEPAGE="http://hackage.haskell.org/package/attoparsec"
-DOWNLOAD="http://hackage.haskell.org/package/attoparsec-0.11.1.0/attoparsec-0.11.1.0.tar.gz"
-MD5SUM="cd04f01f1b943ad7aa48c2e1a6f48859"
+DOWNLOAD="http://hackage.haskell.org/package/attoparsec-0.12.1.2/attoparsec-0.12.1.2.tar.gz"
+MD5SUM="669769ad314b7ff2946246b6f9da7875"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-scientific"
-MAINTAINER="Jose Lopes"
-EMAIL="jabolopes@google.com"
+MAINTAINER="Mikko Värri"
+EMAIL="vmj@linuxbox.fi"