From 41f3a407e9fd5a0b321f082ffc99cf81b955ee6c Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Wed, 6 Feb 2019 17:57:23 +0300 Subject: [PATCH] Contraint updates to allow building Stackage with Stack --- build-constraints.yaml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9390fd3..8ca6f28b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -899,7 +899,7 @@ packages: - grouped-list < 0 # GHC 8.4 via base-4.11.1.0 - haskintex < 0 - HaTeX < 0 - - include-file + - include-file < 0 # https://github.com/Daniel-Diaz/include-file/pull/3 - matrix - pcre-light - phantom-state @@ -4789,6 +4789,23 @@ skipped-tests: # Uses Cabal's "library internal" stanza feature - s3-signer + # Due to cycles, which are actually just limitations in Stack right now. + - call-stack + - HUnit + - criterion + - hspec + - foundation + - attoparsec + - case-insensitive + - nanospec + - scientific + - vector-binary-instances + - clock + - js-flot + - js-jquery + + - relapse # because of include-file + # Requires filesystem access - json-autotype # https://github.com/commercialhaskell/stackage/issues/4185 # end of skipped-tests @@ -5325,6 +5342,16 @@ skipped-benchmarks: # See: https://github.com/fpco/stackage-curator/issues/68 - tomland + # Due to cycles, which are actually just limitations in Stack right now. + - criterion + - foundation + - hspec + - attoparsec + - case-insensitive + - nanospec + - scientific + - vector-binary-instances + # end of skipped-benchmarks