Skip to content

Commit

Permalink
Complete update of test-templates.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jul 25, 2022
1 parent 062095d commit f0ec241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-templates.hs
Expand Up @@ -38,14 +38,14 @@ import WithCli

excluded :: [String]
excluded =
-- "foundation" : -- foundation package is not available on stackage
"ghcjs-old-base" : -- ghcjs takes too long to setup
"ghcjs" : -- ghcjs takes too long to setup
"hakyll-template" : -- hakyll takes an excessive amount of time to compile its dependencies
"quickcheck-test-framework" : -- test-suite fails (probably intentionally)
-- "simple-hpack" : -- stack init fails on missing cabal file (fixed in stack on master)
"spock" : -- Spock not in LTS since lts-12.26 (GHC 8.4.4)
"tasty-discover" : -- contains a stack file, makes `stack new` choke
"tasty-travis" : -- the two `prop>` in `*-doctest` test suite fail. See
-- https://github.com/sol/doctest/issues/202#issuecomment-1194695852
"yesod-mongo" : -- needs a running db instance
"yesod-mysql" : -- needs a running db instance
"yesod-postgres-fay" : -- needs a running db instance
Expand Down

0 comments on commit f0ec241

Please sign in to comment.