From 9cb3b7b53b608aee73f8179b4bf793ece0492990 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 22 Aug 2021 10:53:09 +0300 Subject: [PATCH] Revert "Add `freckle-app` with flag." This reverts commit a3048b145f30f87e6d4ebcfdb81251320e4d30d3. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63ade643..14efe426 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6734,9 +6734,6 @@ packages: # Package flags are applied to individual packages, and override the values of # global-flags package-flags: - freckle-app: - test-git: false - QuickCheck: old-random: false pathtype: @@ -6948,6 +6945,9 @@ skipped-tests: # Uses Cabal's "library internal" stanza feature - s3-signer + # Tries to execute a `git` command in an external process. + - freckle-app # https://github.com/commercialhaskell/stackage/issues/6172 + # Due to cycles, which are actually just limitations in Stack right now. - call-stack - HUnit