Revert "Add freckle-app with flag."

This reverts commit a3048b145f.
This commit is contained in:
Michael Snoyman 2021-08-22 10:53:09 +03:00
parent 179eea8862
commit 9cb3b7b53b
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -6734,9 +6734,6 @@ packages:
# Package flags are applied to individual packages, and override the values of # Package flags are applied to individual packages, and override the values of
# global-flags # global-flags
package-flags: package-flags:
freckle-app:
test-git: false
QuickCheck: QuickCheck:
old-random: false old-random: false
pathtype: pathtype:
@ -6948,6 +6945,9 @@ skipped-tests:
# Uses Cabal's "library internal" stanza feature # Uses Cabal's "library internal" stanza feature
- s3-signer - 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. # Due to cycles, which are actually just limitations in Stack right now.
- call-stack - call-stack
- HUnit - HUnit