From cd0645c71a7304343febe3ea304ff821ef2ea36f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 16 Jun 2020 14:25:45 +0200 Subject: [PATCH] Remove TEMP's --- build-constraints.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17fea0ea..8499b73e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4801,9 +4801,6 @@ packages: - Win32 == 2.6.1.0 "Stackage upper bounds": - # https://github.com/commercialhaskell/stackage/issues/5191 - compilation failures - - servant < 0 - # https://github.com/commercialhaskell/stackage/issues/5306 - arithmoi < 0.11.0.0 @@ -4838,6 +4835,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5424 - smallcheck < 1.2.0 + "GHC 8.10": + + # https://github.com/commercialhaskell/stackage/issues/5191 - compilation failures + - servant < 0 + # haddock-library-1.9.0 ([changelog](http://hackage.haskell.org/package/haddock-library-1.9.0/changelog)) (Alex Biehl @alexbiehl) is out of bounds for: - pandoc < 0 @@ -4924,8 +4926,6 @@ packages: - brittany < 0 - -# TEMP # end of packages # Package flags are applied to individual packages, and override the values of @@ -5063,16 +5063,15 @@ skipped-builds: # Otherwise place them in expected-test-failures. skipped-tests: - # TEMP ghc 8.10 - - simple-vec3 - - static-text - - monad-par - # Outdated dependencies # These can periodically be checked for updates; - # just remove these lines and run `stackage-curator check' to verify. + # just remove these lines and run `./check' to verify. - time-compat # base-compat 0.11 - http-media # base-4.13 + - simple-vec3 # ghc 8.10 + - static-text # ghc 8.10 + - monad-par # ghc 8.10 + # Cyclic dependencies - base-orphans # via hspec