summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiehong Ma2015-10-03 08:56:16 +0200
committerJiehong Ma2015-10-03 08:56:16 +0200
commit547f6091992e1d0e0723f633086f88ff57c86c68 (patch)
tree2f2308f158224714257f5d87b746569f0ead3c34
parent226d8b9be0d74ebbcdc448e3e2eced582f30771a (diff)
downloadaur-547f6091992e1d0e0723f633086f88ff57c86c68.tar.gz
Make sure not to use ghc 7.10.2 yet
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caeea14ec797..76c7083206e7 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.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gibiansky/IHaskell
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = ihaskell-git
depends = ipython>=4
depends = python-pyzmq
depends = jupyter
- depends = ghc<7.11
+ depends = ghc=7.10.1
provides = ihaskell
source = git+https://github.com/gibiansky/IHaskell
source = stack.yaml.patch
diff --git a/PKGBUILD b/PKGBUILD
index fe878ff82b2d..2e51b176af72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ihaskell-git
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Haskell kernel for IPython, built in a sandbox."
arch=('i686' 'x86_64')
url="https://github.com/gibiansky/IHaskell"
license=('MIT')
-depends=('ipython>=4' 'python-pyzmq' 'jupyter' 'ghc<7.11')
+depends=('ipython>=4' 'python-pyzmq' 'jupyter' 'ghc=7.10.1')
makedepends=('git' 'happy' 'gtk2hs-buildtools' 'haskell-stack')
provides=('ihaskell')
conflicts=()