Skip to content
Commits on Source (4)
......@@ -27,7 +27,7 @@ assert-failure 0.1.2.2
async 2.2.2
attoparsec 0.13.2.2
attoparsec-conduit 1.1.0 avoid
attoparsec-enumerator 0.3.4
attoparsec-enumerator 0.3.4 ignore # depends on enumerator
attoparsec-iso8601 1.0.1.0
authenticate 1.3.4
authenticate-oauth 1.6
......@@ -71,7 +71,7 @@ boxes 0.1.5
brainfuck 0.1.0.3
brick 0.46
bsb-http-chunked 0.0.0.4
bustle 0.7.4 key binary
bustle 0.7.5 key binary -f-hgettext # hgettext is broken
byteable 0.1.1
bytedump 1.0
byteorder 1.0.4
......@@ -91,8 +91,7 @@ cabal-doctest 1.0.6
cabal-file-th 0.2.4 ignore # BROKEN: see https://bugs.debian.org/911570
cabal-helper 0.8.1.2 ignore # BROKEN: LTS 12: pretty-show (>=1.8.1)
cabal-install 2.4.0.0 binary behind
cabal-plan 0.4.0.0
cairo 0.13.5.0
cairo 0.13.6.0
call-stack 0.1.0 notest
carettah 0.5.1 binary
case-insensitive 1.2.0.11
......@@ -254,13 +253,13 @@ ekg-json 0.1.0.6
email-validate 2.3.2.11
enclosed-exceptions 1.0.3
entropy 0.4.1.4
enumerator 0.4.20
enumerator 0.4.20 ignore # see https://bugs.debian.org/910532
enummapset 0.6.0.1
enummapset-th 0.6.1.1 ignore # LTS 13: newer base
equivalence 0.3.2
erf 2.0.0.0
errors 2.3.0
esqueleto 2.6.0 # faked version, debian package 2.5.3.git20180402
esqueleto 2.6.0 notest # testsuite requires persistent-mysql
exact-pi 0.5.0.1
exceptions 0.10.2
exception-transformers 0.4.0.7
......@@ -327,18 +326,18 @@ gi-glib 2.0.17
gi-gobject 2.0.19
gi-gtk 3.0.27
gi-gtk-hs 0.3.6.3
gio 0.13.5.0
gio 0.13.6.0
gi-pango 1.0.19
git-annex 7.20190708 binary key -f-ConcurrentOutput
githash 0.1.3.1
github 0.20 ignore # BROKEN:
github-backup 1.20170301 binary key
github-backup 1.20170301 binary key ignore # depends on github
gitit 0.12.3.1 key
gitlib 3.1.2
gitrev 1.3.1
gi-vte 2.91.19
gi-xlib 2.0.2
glib 0.13.6.0
glib 0.13.7.0
glirc 2.32 binary
Glob 0.9.3
gloss 1.13.0.1 key
......@@ -351,9 +350,9 @@ GraphSCC 1.0.4
graphviz 2999.20.0.3
groups 0.4.1.0
gsasl 0.3.6
gtk 0.14.10
gtk 0.15.2
gtk2hs-buildtools 0.13.5.0 binary
gtk3 0.14.9
gtk3 0.15.1
gtk-sni-tray 0.1.6.0
gtk-strut 0.1.2.1
gtk-traymanager 1.0.1
......@@ -661,7 +660,7 @@ pandoc-citeproc 0.15.0.1 -fbibutils -f-hexpat -funicode_collation
pandoc-citeproc-preamble 1.2.3 binary
pandoc-sidenote 0.19.0.0
pandoc-types 1.17.5.4 notest # Disable tests to avoid dep on string-qq
pango 0.13.5.0
pango 0.13.6.0
panic 0.4.0.1
parallel 3.2.2.0
parallel-tree-search 0.4.1
......@@ -1060,7 +1059,7 @@ yesod-static 1.6.0.1
yesod-test 1.6.6.1
yi 0.18.0 binary key -fvty -fpango
yi-core 0.18.0
yi-frontend-pango 0.18.0
yi-frontend-pango 0.18.0 ignore # depends on gtk < 0.15
yi-frontend-vty 0.18.0
yi-keymap-emacs 0.18.0
yi-keymap-vim 0.18.0
......@@ -1073,4 +1072,4 @@ zeromq4-haskell 0.7.0 notest
zip-archive 0.4.1
zlib 0.6.2 notest
zlib-bindings 0.1.1.5
zxcvbn-c 1.0.1 ignore # constraint from maximum version of Cabal used by Setup.hs requires <2.4
zxcvbn-c 1.0.1
......@@ -377,13 +377,13 @@ for my $group (sort @groups) {
#"-v",
"--config-file",
"$sandboxdir/config",
"new-install",
"--package-db=clear",
"--package-db=$dbpath",
"--ghc-pkg-option=--global-package-db=$dbpath",
"--global",
"install",
"--dry-run",
"--force-reinstall",
"--max-backjumps",
"-1");
"10000");
for my $pkg (sort keys %flags) {
for my $flag (@{$flags{$pkg}}) {
......