summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudy Matela2015-12-13 13:06:05 +0000
committerRudy Matela2015-12-13 13:06:05 +0000
commit1e34ea331f4a3983675d38e936a02f6ba621ae40 (patch)
tree79ff7b876eb9c67af89bd0e6eb1a21e6fe8f32e6
parent2084638a420f71d024d9d53a16f851cc3912932c (diff)
downloadaur-1e34ea331f4a3983675d38e936a02f6ba621ae40.tar.gz
Add ncurses5-compat-libs to depends, makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b1f6ac1fe58..f29c224c5a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,8 +26,8 @@ arch=('i686' 'x86_64')
url='http://www.haskell.org/ghc/'
license=('custom')
# libffi might be needed in the future: http://hackage.haskell.org/trac/ghc/ticket/4496
-depends=('perl' 'gmp4' 'gcc') # 'libffi')
-makedepends=('perl' 'libxslt' 'docbook-xsl')
+depends=('perl' 'gmp4' 'gcc' 'ncurses5-compat-libs') # 'libffi')
+makedepends=('perl' 'libxslt' 'docbook-xsl' 'ncurses5-compat-libs')
checkdepends=('python2')
install='ghc.install'
# keep this otherwise a lot of tests will show as unexpected failures... need to investigate why using -jn for n > 1 does this...