From bdb9353d21fd4117b146973ed75b088baf7dc550 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Fri, 17 Jul 2015 16:13:47 -0500 Subject: [PATCH 01/10] Add the twitter-feed package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cea7b9ae..e4436dbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1166,6 +1166,7 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections + - twitter-feed "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 735d9df31004c0cf57c9a24978b871516c06a09b Mon Sep 17 00:00:00 2001 From: Index Int Date: Sat, 18 Jul 2015 05:27:43 +0300 Subject: [PATCH 02/10] Add ether --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4436dbc..76a09899 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1163,6 +1163,7 @@ packages: "Index Int ": - transformers-lift + - ether "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections From f01a6c1bccac7708860c3eae129a1c0d66c9ccc5 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Sat, 18 Jul 2015 21:12:13 +0300 Subject: [PATCH 03/10] Update build-constraints.yaml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76a09899..d84e1f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1168,6 +1168,10 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections - twitter-feed + + "Sergey Alirzaev ": + - monad-peel + - Network-NineP "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From ecbd5bf060443426202e850f45f486d4a950e2b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 01:48:16 +0200 Subject: [PATCH 04/10] Fix flags for NineP/#693 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d84e1f0d..91e1b2c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1168,7 +1168,7 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections - twitter-feed - + "Sergey Alirzaev ": - monad-peel - Network-NineP @@ -1256,6 +1256,9 @@ package-flags: cabal-rpm: old-locale: false + NineP: + bytestring-in-base: false + # By skipping a test suite, we do not pull in the build dependencies skipped-tests: - ReadArgs # old version of hspec From 02906f9f7cc105344aae50f279001c5f9c00e854 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 01:56:52 +0200 Subject: [PATCH 05/10] Disable inflections test-suite stackbuilders/inflections-hs#10 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91e1b2c5..85aceebf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1594,6 +1594,9 @@ expected-test-failures: # https://github.com/rcallahan/xlsior/issues/1 - xlsior + # https://github.com/stackbuilders/inflections-hs/issues/10 + - inflections + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From e37958c830b60592fe26dfa32e44ef0ca9ff721d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 02:36:28 +0200 Subject: [PATCH 06/10] Disable twitter-feed test-suite stackbuilders/twitter-feed#12 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85aceebf..27f992f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,6 +1597,9 @@ expected-test-failures: # https://github.com/stackbuilders/inflections-hs/issues/10 - inflections + # https://github.com/stackbuilders/twitter-feed/issues/12 + - twitter-feed + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 2b54876cc7f4d2c809a8a823531cb8b9481c709e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 05:06:46 +0200 Subject: [PATCH 07/10] Remove upper bound and close #602 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27f992f6..c8b9ee08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,9 +1182,6 @@ packages: - aeson < 0.8.1.0 - smoothie < 0.3.2 - # https://github.com/fpco/stackage/issues/602 - - errors < 2 - # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 From 42813f0687530235b0aabb298e060846cd3626c7 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Sun, 19 Jul 2015 10:30:48 +0100 Subject: [PATCH 08/10] Add some of @ocharles' packages to Stackage --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8b9ee08..8e8d6685 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1173,6 +1173,15 @@ packages: - monad-peel - Network-NineP + "Oliver Charles Date: Sun, 19 Jul 2015 10:34:01 +0100 Subject: [PATCH 09/10] Correct a typo to @ocharles' packages --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e8d6685..4f3cf21f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1173,7 +1173,7 @@ packages: - monad-peel - Network-NineP - "Oliver Charles ": - engine-io - diff3 - digestive-functors-aeson From 6b14ca9df08aa778f6f5349618028a62bdb9e6cb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 20:59:43 +0200 Subject: [PATCH 10/10] Disable libsystemd-journal, needs libsystemd --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f3cf21f..3d83fb0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1178,7 +1178,8 @@ packages: - diff3 - digestive-functors-aeson - exhaustive - - libsystemd-journal + # Needs pkg-config libsystemd + # - libsystemd-journal - network-carbon - socket-io