diff --git a/build-constraints.yaml b/build-constraints.yaml index e215c567..7f5057d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2667,6 +2667,9 @@ packages: # https://github.com/fpco/stackage/issues/2075 - haskell-src-exts-simple < 1.19 + + # https://github.com/haskell/vector/issues/142 + - primitive < 0.6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3198,7 +3201,7 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- vector-0.11.0.0 # skipped test-suite +- vector-0.11.0.0 # skipped test-suite, constrained primitive https://github.com/haskell/vector/issues/142 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876