From c75d0994969ffa27993d07f8041c123a403045e0 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Wed, 2 Aug 2017 14:14:22 +0200 Subject: [PATCH 1/2] Reenable compactmap, stateWriter, withdependencies --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af09653b..bb6a14b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2228,14 +2228,14 @@ packages: # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - # - compactmap # GHC 8.2.1 - # - stateWriter # GHC 8.2.1 + - compactmap + - stateWriter - filecache - pcre-utils - strict-base-types - # - withdependencies # GHC 8.2.1 + - withdependencies - hruby - # - language-puppet # GHC 8.2.1 via pcre-utils + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From cf74b25a7a6aefe3830628027735b37047801419 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Wed, 2 Aug 2017 15:31:01 +0200 Subject: [PATCH 2/2] Not re-enabling language-puppet for now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb6a14b3..7efa9e44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2235,7 +2235,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose