From 95c16d35e90ba942b3868ed5477f325892fea707 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 15:48:20 +0100 Subject: [PATCH 1/7] re-enable tensorflow and clr-inline (#2510,#2527) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca58ec2e..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3026,10 +3026,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - # - tensorflow # https://github.com/fpco/stackage/issues/2527 - # - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow # https://github.com/fpco/stackage/issues/2527 + - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-opgen - # - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-proto - tensorflow-test From 368d99867ad15825e537b5e6dfeca80ea5a9b0bc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 17:21:28 +0100 Subject: [PATCH 2/7] re-disable clr-inline (#2510) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..fc9f7165 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 8c2d4d8f52d3ef3e454b934ef43c853dd3d413d0 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 22:38:09 +0100 Subject: [PATCH 3/7] re-enable clr-inline temporarily --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc9f7165..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 96963dbd642e8ffc0b908081a488f46ee62c05fd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 23:23:27 +0100 Subject: [PATCH 4/7] fixes for MusicBrainz, one-liner, mmorph and cue-sheet --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..ea9d7f6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,6 +3103,7 @@ packages: - imm < 1.1.0.1 - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 + - MusicBrainz < 0.3 # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 @@ -3167,9 +3168,6 @@ packages: # https://github.com/fpco/stackage/issues/2504 - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2505 - - one-liner < 0.9 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3182,6 +3180,12 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 + # https://github.com/fpco/stackage/issues/2529 + - mmorph < 1.1.0 + + # https://github.com/fpco/stackage/issues/2530 + - cue-sheet < 0.1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From fcd83b307bf61300dddc7512ba6112290906066a Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Mon, 22 May 2017 08:35:12 +0900 Subject: [PATCH 5/7] add yjsvg, x11-xim, Imlib and xturtle --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..5dbd26f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2569,6 +2569,10 @@ packages: - zot - yjtools - io-machine + - yjsvg + - x11-xim + - Imlib + - xturtle "Jan Gerlinger @JanGe": - irc-dcc From 82de64bf0a22b13686b275e4c599b4f8592aa0b8 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 22 May 2017 11:35:46 +0100 Subject: [PATCH 6/7] re-enable clr-inline, bound mysql-haskell, test fails for xml-picklers --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..271f9949 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3186,6 +3186,9 @@ packages: # https://github.com/fpco/stackage/issues/2530 - cue-sheet < 0.1.1 + # https://github.com/fpco/stackage/issues/2533 + - mysql-haskell < 0.8.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3555,6 +3558,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 10ea7e475902a6e45bf24309fc14fc3ac3287ee4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 23 May 2017 21:35:24 -0400 Subject: [PATCH 7/7] Add libimlib2 to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index acb74922..bb5b1747 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -71,6 +71,7 @@ apt-get install -y \ libgtksourceview-3.0-dev \ libhidapi-dev \ libicu-dev \ + libimlib2-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \