From ce47a6d4659d75f2811342020f2586e52dcb21fd Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Wed, 24 Oct 2018 00:08:35 +0200 Subject: [PATCH 1/2] 'fmt' builds with GHC 8.6 now As well as some other packages that depend on haskell-src-meta. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 015b85f4..91c0ab6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,7 +3857,6 @@ packages: - flac < 0 - flac-picture < 0 - flow < 0 - - fmt < 0 - fold-debounce-conduit < 0 - friday < 0 - friday-juicypixels < 0 @@ -3898,7 +3897,6 @@ packages: - haskell-lsp < 0 - haskell-lsp-types < 0 - haskell-spacegoo < 0 - - haskell-src-meta < 0 - haskell-tools-ast < 0 - haskell-tools-backend-ghc < 0 - haskell-tools-builtin-refactorings < 0 @@ -3969,7 +3967,6 @@ packages: - influxdb < 0 - inline-java < 0 - inliterate < 0 - - interpolate < 0 - interpolatedstring-perl6 < 0 - invertible < 0 - invertible-grammar < 0 From 4c25f11eda7521d32902f413af091cf8914d6635 Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Wed, 24 Oct 2018 11:38:19 +0200 Subject: [PATCH 2/2] Mark haskell-src-meta as "don't build tests" --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91c0ab6f..1900c0f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4530,6 +4530,7 @@ skipped-tests: - ed25519 # QuickCheck, hlint and more - hackage-security # QuickCheck - haddock-library # base-compat-0.10.1, hspec-2.5.1 + - haskell-src-meta # GHC 8.6, template-haskell - http-streams # via snap-server-1.1.0.0 - indents # tasty 0.12 and tasty-hunit 0.10 - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33