summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorPhil Ruffwind2017-08-27 17:32:26 -0400
committerPhil Ruffwind2017-08-27 19:14:03 -0400
commit98e9e09c6e3ca234bca6411f000fafad2c6087df (patch)
treec05061815e1a0c6e15b56a5f4f764679445b5464 /.SRCINFO
parent6fc57c8a7d9e140adb72f3f33b2e7718f99a7bb8 (diff)
downloadaur-98e9e09c6e3ca234bca6411f000fafad2c6087df.tar.gz
0.12.2.1
TL;DR: Make sure your BUILDDIR has at least 8 GiB of space. Switched from cabal to stack because cabal lacks isolation. Cabal uses the global package database, so linking is affected by what packages the user has installed at the time of build. One can't exactly ignore the global database because the boot packages are needed. One could ask for all the haskell-* system packages to be installed, but that's a lot of tedious bookkeeping and we still have to deal with the packages that aren't available through pacman, which would be stuck inside the sandbox (unless one could somehow statically link those libraries and dynamically link the system packages). All in all, building using cabal sandboxes has become too complicated due to the presence of dynamic-only system libraries in Arch. Stack works out to be a bit simpler now, even though it involves reinstalling ghc, incurring a dependency on stack, and having a large BUILDDIR. Oh well.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abe477eaa7b3..a71e166e7b75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
# Generated by mksrcinfo v8
-# Thu Jun 15 20:05:08 UTC 2017
+# Sun Aug 27 23:14:03 UTC 2017
pkgbase = gitit
pkgdesc = A wiki backed by a git, darcs, or mercurial filestore
- pkgver = 0.12.2
- pkgrel = 2
+ pkgver = 0.12.2.1
+ pkgrel = 1
url = https://hackage.haskell.org/package/gitit
arch = i686
arch = x86_64
license = GPL
- makedepends = ghc
- makedepends = cabal-install
+ makedepends = ncurses5-compat-libs
+ makedepends = stack
+ depends = gmp
+ depends = zlib
optdepends = git: git support
optdepends = mercurial: mercurial support
- source = https://hackage.haskell.org/package/gitit-0.12.2/gitit-0.12.2.tar.gz
- sha256sums = 160a928d992847823ab11982fa6465a4d80e59ce2a45e54e8a5e1838aba22b78
+ source = https://github.com/jgm/gitit/archive/0.12.2.1.tar.gz
+ sha256sums = 017cd716c8844036600e8aee858861ac41d8ef3c1ab02b43cd50532e4d5472b9
pkgname = gitit