From 8f067e33a160f4f30a496447771b67cdc08a1d1b Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 31 Jul 2015 15:04:03 -0700 Subject: [PATCH 1/7] Added myself and some of my packages For now, these are the packages of mine that I'm aware that lambdabot depends on. --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4952c58..7fa1a132 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1223,6 +1223,14 @@ packages: - refact - servant-pandoc + "James Cook @mokus0": + - dependent-sum + - dependent-sum-template + - dependent-map + - dice + - hstatsd + - misfortune + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 9e0d0cd18a2870ebe0301b3a7f9782647ea16066 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:28:31 +0900 Subject: [PATCH 2/7] wait with hakyll-4.7.2.1 (#710) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fa1a132..4adaa49b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -187,7 +187,8 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup - - hakyll + # https://github.com/fpco/stackage/issues/710 + - hakyll < 4.7.2.1 - stylish-haskell - psqueues - websockets From 84840a4b73dde3f066319e551d7dc5869e5e3b95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:33:39 +0900 Subject: [PATCH 3/7] gtk3-0.14 breaks plot-gtk3 (#725) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4adaa49b..91cd0840 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1662,7 +1662,8 @@ expected-haddock-failures: # Requires build before haddock, which doesn't always happen in incremental # builds. Could consider special-casing this requirement. - gtk - - gtk3 + # https://github.com/fpco/stackage/issues/725 + - gtk3 < 0.14 # Not sure why, but it's a temporary package anyway - Cabal-ide-backend From 395f0e2599a6168a550d8aa59c509f0754725b37 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:54:33 +0900 Subject: [PATCH 4/7] put gtk3 < 0.14 in stackage upperbounds (#725) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91cd0840..5cb06074 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1246,6 +1246,9 @@ packages: # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 + # https://github.com/fpco/stackage/issues/725 + - gtk3 < 0.14 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: @@ -1662,8 +1665,7 @@ expected-haddock-failures: # Requires build before haddock, which doesn't always happen in incremental # builds. Could consider special-casing this requirement. - gtk - # https://github.com/fpco/stackage/issues/725 - - gtk3 < 0.14 + - gtk3 # Not sure why, but it's a temporary package anyway - Cabal-ide-backend From 5d444fb85f40a25bf728733a2963b689e4da302b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 23:43:17 +0900 Subject: [PATCH 5/7] allow getopt-generics tests to fail (getopt-generics/issues#47) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cb06074..61f08edc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1651,6 +1651,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger + # https://github.com/zalora/getopt-generics/issues/47 + - getopt-generics + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 314dd526153245814373c0a16741850f671a0dcb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Aug 2015 09:21:54 +0900 Subject: [PATCH 6/7] allow gtk3-0.14 (#725) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f08edc..a6f3240e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1246,9 +1246,6 @@ packages: # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 - # https://github.com/fpco/stackage/issues/725 - - gtk3 < 0.14 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From a15159657976d7ffe5b99b4b6c4f902d743487c5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Aug 2015 10:17:05 +0900 Subject: [PATCH 7/7] git-annex-5.20150731 failing to install setup: /home/stackage/.local: permission denied --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6f3240e..bbf0e631 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -553,7 +553,7 @@ packages: #- hopenpgp-tools GHC 7.10, via syb-with-class "Joey Hess ": - - git-annex + - git-annex < 5.20150731 # https://github.com/fpco/stackage/issues/160 "Ketil Malde":