summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiehong Ma2015-09-20 23:45:48 +0200
committerJiehong Ma2015-09-20 23:45:48 +0200
commit226d8b9be0d74ebbcdc448e3e2eced582f30771a (patch)
treeeea5cac98ad35ea71d7c3b1a101c46506c121f5d
parenta964fec701c397a5b3e7fe4433a5136d081f383b (diff)
downloadaur-226d8b9be0d74ebbcdc448e3e2eced582f30771a.tar.gz
Version 7.1.0 is out, and stack setup for safety
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef09bffafc9d..caeea14ec797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ihaskell-git
pkgdesc = A Haskell kernel for IPython, built in a sandbox.
- pkgver = 0.7.0
- pkgrel = 5
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://github.com/gibiansky/IHaskell
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9cefda5b3396..fe878ff82b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jiehong Ma <email@majiehong.com>
pkgname=ihaskell-git
-pkgver=0.7.0
-pkgrel=5
+pkgver=0.7.1
+pkgrel=1
pkgdesc="A Haskell kernel for IPython, built in a sandbox."
arch=('i686' 'x86_64')
url="https://github.com/gibiansky/IHaskell"
@@ -23,7 +23,7 @@ prepare()
build() {
cd "$srcdir/IHaskell"
- # stack init
+ stack setup
printf '%s\n' 'If you never used stack before, run `stack init` first.'
stack install ghc-parser --no-copy-bins
stack install ipython-kernel --no-copy-bins